diff --git a/tests/e2e/ui.spec.ts b/tests/e2e/ui.spec.ts index 2c82e26..08b41ad 100644 --- a/tests/e2e/ui.spec.ts +++ b/tests/e2e/ui.spec.ts @@ -41,9 +41,6 @@ test.describe("Speedometer UI & Layout", () => { // Popover is now suppressed by default in test setup, so we open it manually await page.locator(".info-btn").click(); await expect(popover).toBeVisible(); - - const heading = popover.locator("h2"); - await expect(heading).toHaveText("Info"); }); test("Landscape Layout - Browser Mode (Wide)", async ({ page }) => {