mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
test(e2e): fix Playwright strict mode ambiguity with all tab locator
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user