Created
May 14, 2018 12:21
-
-
Save ZiiSolutions/a88febc4d53b86050712685aac83ce83 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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