-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SFR-2078: Automate Different Publishing Sources
- Loading branch information
Showing
4 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
Feature: Specific Pub Sources | ||
Scenario: As a user I search for title "How safe is eating chicken" and open the title after search result is loaded | ||
Given I go to the "home" page | ||
When I select "title" from the category dropdown | ||
And I fill in the "homepage search box" with "How safe is eating chicken?" | ||
And I click the "search button" | ||
And I click the "first read online button" | ||
And the "e-reader settings button" should be displayed | ||
|
||
Scenario: Chicken Farm | ||
Given I go to the "home" page | ||
When I select "title" from the category dropdown | ||
And I fill in the "homepage search box" with "Chicken Farm" | ||
And I click the "search button" | ||
And I click the "first read online button" | ||
And the "e-reader settings button" should be displayed | ||
|
||
Scenario: Reading Fiction in Antebellum America | ||
Given I go to the "home" page | ||
When I select "title" from the category dropdown | ||
And I fill in the "homepage search box" with "Reading Fiction in Antebellum America" | ||
And I click the "search button" | ||
And I click the "first read online button" | ||
And the "e-reader settings button" should be displayed | ||
|
||
Scenario: Climate Change and Agriculture | ||
Given I go to the "home" page | ||
When I select "title" from the category dropdown | ||
And I fill in the "homepage search box" with "Climate Change and Agriculture" | ||
And I click the "search button" | ||
And I click the "first read online button" | ||
And the "e-reader settings button" should be displayed |
This file contains 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