Skip to content

Commit

Permalink
Use /user route in moveTour test
Browse files Browse the repository at this point in the history
  • Loading branch information
nilspenzel committed Nov 6, 2024
1 parent 14c931f commit 3232339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/moveTour.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { addVehicle } from './utils';
test('Move tour to other vehicle', async ({ page }) => {
await addVehicle(page, 'GR-TU-12');

await page.goto('/taxi?offset=-120&date=2026-09-30');
await page.goto('/user/taxi?offset=-120&date=2026-09-30');
await page.waitForTimeout(500);

await expect(
Expand Down

0 comments on commit 3232339

Please sign in to comment.