chore: correct test path

This commit is contained in:
Carlos Valente
2025-04-25 21:32:34 +02:00
parent e30b4fa8d5
commit 10c2f0cf6c
+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' });