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:
- Run
pnpm test in the frontend directory
- Note some test failures
- Run it again
- 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.
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:
pnpm testin thefrontenddirectoryExpected behavior
We would like tests to be consistent, either passing every time or failing every time until the bug is fixed.