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

test/e2e/oidc: fix webkit race condition #1359

Merged
merged 3 commits into from
Jan 14, 2025

Conversation

alxndrsn
Copy link
Contributor

@alxndrsn alxndrsn commented Jan 13, 2025

This seems to solve intermittent (but currently frequent) test failures in webkit.

The cause seems to be the autofocus HTML attribute, which was causing the password to be entered into the username form field.

Examples:

Seems to be happening a lot at the moment:

Screenshot_2025-01-13_19-17-46

https://github.com/getodk/central-backend/actions/workflows/oidc-e2e.yml?query=

Screenshot of a failure looks like:

test-failed-1

Maybe related:

This seems to solve intermittent test failures in webkit, where the password was being entered into the username form field.
@alxndrsn alxndrsn merged commit 5b32ae0 into getodk:master Jan 14, 2025
6 checks passed
@alxndrsn alxndrsn deleted the oidc-e2e-test-failures branch January 14, 2025 06:39
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.

2 participants