mirror of
https://github.com/grafana/grafana.git
synced 2026-02-03 20:49:50 -05:00
clean up files
This commit is contained in:
parent
c0525f41fa
commit
db9a773136
2 changed files with 2 additions and 11 deletions
|
|
@ -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'],
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue