From db9a773136eff40a82beb3b2f55f73ab0d07a717 Mon Sep 17 00:00:00 2001 From: joshhunt Date: Tue, 1 Jul 2025 09:57:47 +0100 Subject: [PATCH] clean up files --- e2e-playwright/scenarios/login.spec.ts | 2 +- e2e-playwright/start-and-run-suite | 11 +---------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/e2e-playwright/scenarios/login.spec.ts b/e2e-playwright/scenarios/login.spec.ts index f212e28824c..afef3d867d1 100644 --- a/e2e-playwright/scenarios/login.spec.ts +++ b/e2e-playwright/scenarios/login.spec.ts @@ -1,7 +1,7 @@ import { test, expect } from '@grafana/plugin-e2e'; test( - 'Scenario test: Can actually login successfully', + 'Scenario test: Can login successfully', { tag: ['@scenarios'], }, diff --git a/e2e-playwright/start-and-run-suite b/e2e-playwright/start-and-run-suite index 4d47909c374..3322f449345 100755 --- a/e2e-playwright/start-and-run-suite +++ b/e2e-playwright/start-and-run-suite @@ -20,13 +20,4 @@ else ./scripts/grafana-server/wait-for-grafana fi -# Wait for health endpoint to be ready -echo "Waiting for Grafana health endpoint..." -while ! curl -s "http://localhost:3001/api/health" > /dev/null; do - sleep 1 -done -echo "Grafana health endpoint is ready" - - -# PORT=3001 HOST=localhost yarn playwright test -PORT=3001 HOST=localhost yarn playwright test --grep @panels +PORT=3001 HOST=localhost yarn playwright test