mirror of
https://github.com/SigNoz/signoz.git
synced 2026-08-06 13:10:40 +01:00
oxlint's playwright/no-conditional-in-test was right to object: branching on whether Save happened to be enabled meant the test asserted one of two things and reported neither. It is disabled — the form refuses the duplicate outright — so assert that, and keep the check that no second variable of that name exists.