mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-05 15:33:59 +00:00
dd8cfef4de
The 'background edit from empty state' test matched the rundown row by the shared prefix '0 empty-'. Each Playwright retry creates another empty-<ts> rundown, so on retry the locator resolved to multiple rows and failed with a strict-mode violation — preventing the (pre-existing, timing-related) flake from ever self-healing. Scope the locator to the unique name the test just created so each attempt is independent and retries can recover.