Skip to content

Instantly share code, notes, and snippets.

@drgomesp
Last active August 29, 2015 14:19
Show Gist options
  • Save drgomesp/8c99490a2c0dd49620c9 to your computer and use it in GitHub Desktop.
Save drgomesp/8c99490a2c0dd49620c9 to your computer and use it in GitHub Desktop.
backend/pf-super-admin/orders.feature
Feature: Orders management
In order to manage orders
As a "Super Admin"
I want to be able to list, view, edit and create orders in general or by clients
Scenario: Seeing all orders
Given I am on the Dashboard page
When I click on Orders on the navigation menu
Then I should be on the Orders page
And I should see "X" orders on the list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment