mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 22:49:18 +00:00
chore: correct test path
This commit is contained in:
@@ -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