Skip to content

DEV: Fix flaky system test (#31822) #32963

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

Open
wants to merge 1 commit into
base: stable
Choose a base branch
from

Conversation

tgxworld
Copy link
Contributor

The "Homepage allows users to pick their homepage" system test was flaky because it was assuming that waiting 5 seconds was enough for the request to save the user's preferences to complete. This may be true in development where we have powerful development machines. In production, Capybara's default wait time is actually 10 seconds so we should respect that.

The "Homepage allows users to pick their homepage" system test was flaky
because it was assuming that waiting 5 seconds was enough for the
request to save the user's preferences to complete. This may be true in
development where we have powerful development machines. In production,
Capybara's default wait time is actually 10 seconds so we should respect
that.
@nattsw
Copy link
Contributor

nattsw commented May 28, 2025

Still failin tho.

tyb-talks
tyb-talks previously approved these changes May 28, 2025
@tyb-talks tyb-talks dismissed their stale review May 28, 2025 05:53

tests still failing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants