chore: correct test path

This commit is contained in:
Carlos Valente
2025-04-25 21:32:34 +02:00
committed by Carlos Valente
parent c616240db1
commit bbe107bb2b
+1 -1
View File
@@ -24,7 +24,7 @@ test.describe('pages routes are available', () => {
});
test('operator', async ({ page }) => {
await page.goto('http://localhost:4001/operator');
await page.goto('http://localhost:4001/op');
await expect(page).toHaveTitle(/ontime/);
await page.screenshot({ path: 'automated-screenshots/operator.png' });