Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Hopefully deflake the login overwriting test #12506

Closed
wants to merge 3 commits into from

Conversation

dbkr
Copy link
Member

@dbkr dbkr commented May 8, 2024

Overwriting the login is async but it didn't wait before opening the user menu, so occasionally it just raced.

Fixes element-hq/element-web#27363

Checklist

  • Tests written for new code (and old code if feasible).
  • New or updated public/exported symbols have accurate TSDoc documentation.
  • Linter and other CI checks pass.
  • Sign-off given on the changes (see CONTRIBUTING.md).

Overwriting the login is async but it didn't wait before opening the
user menu, so occasionally it just raced.

Fixes element-hq/element-web#27363
@dbkr dbkr added the T-Task Refactoring, enabling or disabling functionality, other engineering tasks label May 8, 2024
@dbkr
Copy link
Member Author

dbkr commented May 8, 2024

I'm out of ideas now: disabling it is.

@dbkr dbkr closed this May 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T-Task Refactoring, enabling or disabling functionality, other engineering tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Flaky playwright test: login/overwrite_login.spec.ts: Try replace existing login with new one
1 participant