mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 14:14:17 +00:00
chore: correct test path
This commit is contained in:
committed by
Carlos Valente
parent
c616240db1
commit
bbe107bb2b
@@ -24,7 +24,7 @@ test.describe('pages routes are available', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
test('operator', async ({ page }) => {
|
test('operator', async ({ page }) => {
|
||||||
await page.goto('http://localhost:4001/operator');
|
await page.goto('http://localhost:4001/op');
|
||||||
|
|
||||||
await expect(page).toHaveTitle(/ontime/);
|
await expect(page).toHaveTitle(/ontime/);
|
||||||
await page.screenshot({ path: 'automated-screenshots/operator.png' });
|
await page.screenshot({ path: 'automated-screenshots/operator.png' });
|
||||||
|
|||||||
Reference in New Issue
Block a user