diff --git a/tests/e2e/combo-unification.spec.ts b/tests/e2e/combo-unification.spec.ts index 179a827b90..00a8967489 100644 --- a/tests/e2e/combo-unification.spec.ts +++ b/tests/e2e/combo-unification.spec.ts @@ -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();