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