fix: playwrite url
Some checks failed
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/playwright Pipeline failed

This commit is contained in:
kekskurse 2025-03-12 22:20:42 +01:00
parent 2b4e9494a7
commit 7b1f439fb3

View file

@ -3,7 +3,7 @@ import { test, expect } from '@playwright/test';
test('check ping route', async ({ page }) => { test('check ping route', async ({ page }) => {
await page.goto('http://localhost:8080/ping'); await page.goto('http://miniauth:8080/ping');
await page.screenshot({ path: 'screenshot.png' }); await page.screenshot({ path: 'screenshot.png' });