Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consistently use WebDriverWait available API for WaitsForElements trait instead of relying on Carbon. #1062

Merged
merged 25 commits into from
Oct 10, 2023

Conversation

crynobone
Copy link
Member

@crynobone crynobone commented Oct 9, 2023

Benefits of these changes:

  • waitUsing() doesn't need to mimic WebDriverWait exception and now can fully utilise any new enhanced from WebDriverWait.
  • Relying on Carbon combined with freezing time may cause bad expectations. WebDriverWait only uses microtime() and usleep().

crynobone and others added 25 commits September 27, 2023 15:09
Signed-off-by: Mior Muhammad Zaki <[email protected]>
Signed-off-by: Mior Muhammad Zaki <[email protected]>
Signed-off-by: Mior Muhammad Zaki <[email protected]>
Signed-off-by: Mior Muhammad Zaki <[email protected]>
Signed-off-by: Mior Muhammad Zaki <[email protected]>
Signed-off-by: Mior Muhammad Zaki <[email protected]>
Signed-off-by: Mior Muhammad Zaki <[email protected]>
Signed-off-by: Mior Muhammad Zaki <[email protected]>
Signed-off-by: Mior Muhammad Zaki <[email protected]>
Signed-off-by: Mior Muhammad Zaki <[email protected]>
Signed-off-by: Mior Muhammad Zaki <[email protected]>
Signed-off-by: Mior Muhammad Zaki <[email protected]>
Signed-off-by: Mior Muhammad Zaki <[email protected]>
Signed-off-by: Mior Muhammad Zaki <[email protected]>
Signed-off-by: Mior Muhammad Zaki <[email protected]>
Signed-off-by: Mior Muhammad Zaki <[email protected]>
Signed-off-by: Mior Muhammad Zaki <[email protected]>
Signed-off-by: Mior Muhammad Zaki <[email protected]>
Signed-off-by: Mior Muhammad Zaki <[email protected]>
@taylorotwell taylorotwell marked this pull request as draft October 9, 2023 14:50
@crynobone crynobone marked this pull request as ready for review October 10, 2023 01:46
@taylorotwell taylorotwell merged commit ae5a90c into 7.x Oct 10, 2023
22 checks passed
@taylorotwell taylorotwell deleted the refactor branch October 10, 2023 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants