Skip to content

Flaky Playwright tests #1661

Description

@rmunn

Describe the bug
While merging #1652 I noticed that some Playwright tests had started being flaky, randomly failing or succeeding (both in CI and locally). They did eventually succeed after a few retries with no code changes, so I merged that PR. But we would like to be able to rely on our Playwright test failures being true failures, so we should track down and eliminate the source of the flakiness.

To Reproduce
Steps to reproduce the behavior:

  1. Run pnpm test in the frontend directory
  2. Note some test failures
  3. Run it again
  4. Note that some tests that failed in step 2 just passed, while other tests that passed in step 2 just failed

Expected behavior
We would like tests to be consistent, either passing every time or failing every time until the bug is fixed.

Metadata

Metadata

Assignees

Labels

Type

Fields

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions