Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ZiiSolutions/a88febc4d53b86050712685aac83ce83 to your computer and use it in GitHub Desktop.
Save ZiiSolutions/a88febc4d53b86050712685aac83ce83 to your computer and use it in GitHub Desktop.
@pacreate
Feature: Service and sub service filters
Scenario: Services filter menu display's correct services
Given I navigate to the dashboard at url "/create"
Then The services filter menu will display drop down items in the order
| All |
| News |
| Entertainment |
| Lifestyle |
| Finance |
| Sci-Tech |
| Viral |
| Real Life |
| Motoring |
| Sport |
Scenario: Services filter menu display's correct sub services
Given I navigate to the dashboard at url "/create"
When I select "News" from the service filter drop down box
Then I can view the following sub services
| UK |
| World |
| Ireland |
When I select "Entertainment" from the service filter drop down box
Then I can view the following sub services
| UK |
| World |
| TV |
| Soaps |
| Movies |
| Music |
When I select "Lifestyle" from the service filter drop down box
Then I can view the following sub services
| Health & Wellbeing |
| Travel |
| Fashion & Beauty |
| Food & Drink |
| Life |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment