From 21ea3f2c2e90ee660bfdac721ea428b2d9e47270 Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Tue, 6 Jan 2026 11:19:59 +0000 Subject: [PATCH] fix e2e tests --- e2e-playwright/various-suite/graph-auto-migrate.spec.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/e2e-playwright/various-suite/graph-auto-migrate.spec.ts b/e2e-playwright/various-suite/graph-auto-migrate.spec.ts index 8b1234a8160..e86853893ef 100644 --- a/e2e-playwright/various-suite/graph-auto-migrate.spec.ts +++ b/e2e-playwright/various-suite/graph-auto-migrate.spec.ts @@ -14,9 +14,6 @@ test.describe( test('Graph panel is auto-migrated', async ({ gotoDashboardPage, page }) => { await gotoDashboardPage({ uid: DASHBOARD_ID }); await expect(page.getByText(DASHBOARD_NAME)).toBeVisible(); - await expect(page.getByTestId(UPLOT_MAIN_DIV_SELECTOR).first()).toBeHidden(); - - await gotoDashboardPage({ uid: DASHBOARD_ID }); await expect(page.getByTestId(UPLOT_MAIN_DIV_SELECTOR).first()).toBeVisible(); }); @@ -24,9 +21,6 @@ test.describe( test('Annotation markers exist for time regions', async ({ gotoDashboardPage, selectors, page }) => { const dashboardPage = await gotoDashboardPage({ uid: DASHBOARD_ID }); await expect(page.getByText(DASHBOARD_NAME)).toBeVisible(); - await expect(page.getByTestId(UPLOT_MAIN_DIV_SELECTOR).first()).toBeHidden(); - - await gotoDashboardPage({ uid: DASHBOARD_ID }); // Check Business Hours panel const businessHoursPanel = dashboardPage.getByGrafanaSelector(