test(e2e): fix Playwright strict mode ambiguity with all tab locator

This commit is contained in:
diegosouzapw
2026-04-13 21:37:35 -03:00
parent 4655a8504d
commit eb62d6368b

View File

@@ -140,7 +140,7 @@ test.describe("Combo Unification", () => {
test.skip(page.url().includes("/login"), "Authentication enabled without a login fixture.");
await expect(page.getByRole("button", { name: /all/i })).toBeVisible();
await expect(page.getByRole("button", { name: /^layers all$/i })).toBeVisible();
await expect(page.getByRole("button", { name: /intelligent/i })).toBeVisible();
await expect(page.getByRole("button", { name: /deterministic/i })).toBeVisible();
await expect(page.getByText("Intelligent Routing Dashboard")).toBeVisible();