clean up files

This commit is contained in:
joshhunt 2025-07-01 09:57:47 +01:00
parent c0525f41fa
commit db9a773136
2 changed files with 2 additions and 11 deletions

View file

@ -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'],
},

View file

@ -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