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

OSOE-838: Updating Atata v3.1.0, and other dependencies to latest too, reliability improvements #362

Merged
merged 40 commits into from May 15, 2024

Conversation

Piedone
Copy link
Member

@Piedone Piedone commented May 2, 2024

@github-actions github-actions bot changed the title Updating Atata v3.1.0, and other dependencies to latest too, reliability improvements OSOE-838: Updating Atata v3.1.0, and other dependencies to latest too, reliability improvements May 2, 2024
@@ -146,5 +146,5 @@ public static void VerifyElementTexts(this UITestContext context, By by, params
new(
context.Driver,
context.Configuration.TimeoutConfiguration.RetryTimeout,
context.Configuration.TimeoutConfiguration.RetryTimeout);
context.Configuration.TimeoutConfiguration.RetryInterval);
Copy link
Member Author

@Piedone Piedone May 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This hilarious bug has been with us since the very beginning of the project, and @YevgeniyShunevych pointed it out. It made every operation that didn't succeed on the first try wait RetryTimeout before trying again.

@Piedone Piedone merged commit 003d6f5 into dev May 15, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants