-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Altered CP commit to enable spec to work
fix disable implicit waits for elements as well
- Loading branch information
Showing
4 changed files
with
30 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
@implicit_waits | ||
Feature: Waiting for Elements | ||
Feature: Waiting for Elements Implicitly | ||
|
||
I want to be able to implicitly wait for an element | ||
In order to interact with the element once it is ready | ||
|
||
Scenario: Elements Are Waited For | ||
Scenario: Elements Are Automatically Waited For | ||
When I navigate to the home page | ||
Then the slow element is waited for | ||
And implicit waits are enabled | ||
|
||
Scenario: Elements Collections Are Automatically Waited For | ||
When I navigate to the home page | ||
Then the slow elements are waited for | ||
And implicit waits are enabled |
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