Created
May 15, 2018 12:10
-
-
Save ZiiSolutions/5c814e3f7baf01e3379f9e57f19311ab 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: PA Create Clear Search - All entries | |
Scenario: User can all search entries when PA create tab is clicked | |
When I navigate to the dashboard at url "/create" | |
Then I open the advanced search | |
And I select the end date "30/03/2018" | |
And I select the start date "01/03/2018" | |
And I select "Science" from the topic drop down box | |
And I select "News" from the services drop down box | |
And I select "Scotland" from the territories drop down box | |
And I click PA Create tab | |
And All search entry fields should reset | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment