-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
48 additions
and
56 deletions.
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
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
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 |
---|---|---|
|
@@ -4,3 +4,19 @@ Feature: Accordion | |
Given I am on "form/form-section-accordion.php" | ||
Then I should see "Email" | ||
Then I fill in "email" with "[email protected]" | ||
|
||
Scenario: Nested Accordion | ||
Given I am on "interactive/accordion-nested.php" | ||
Then I click using selector "xpath((//div[text()='Static Text'])[1])" | ||
Then I click using selector "xpath((//div[text()='Static Text'])[1])" | ||
Then I click using selector "xpath((//div[text()='Static Text'])[1])" | ||
Then I click using selector "xpath((//div[text()='Static Text'])[2])" | ||
Then I click using selector "xpath((//div[text()='Dynamic Text'])[3])" | ||
Then I click using selector "xpath((//div[text()='Dynamic Text'])[3])" | ||
Then I click using selector "xpath((//div[text()='Dynamic Text'])[3])" | ||
Then I click using selector "xpath((//div[text()='Dynamic Form'])[4])" | ||
Then I click using selector "xpath((//div[text()='Dynamic Form'])[4])" | ||
Then I click using selector "xpath((//div[text()='Dynamic Form'])[4])" | ||
Then I fill in "email" with "[email protected]" | ||
When I press button "Save" | ||
Then I should see "Subscribed [email protected] to newsletter." |