-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix FluentWait so it completes in more cases.
FluentWait could potentially never complete when the condition passed to it made no progress (either because it fall into an infinite loop or waiting for a resource or response over network). Fixes #7494 Signed-off-by: Alexei Barantsev <[email protected]>
- Loading branch information
Showing
2 changed files
with
80 additions
and
63 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