Files
ontime/e2e
Claude dd8cfef4de test(cuesheet): isolate empty-state rundown locator for retries
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.
2026-06-20 07:18:55 +00:00
..
2023-05-18 14:02:22 +02:00