Skip to content

Commit

Permalink
Update e2e url
Browse files Browse the repository at this point in the history
  • Loading branch information
nezouse committed May 10, 2024
1 parent 06fcab2 commit 5694421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/createWave.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test("creates a new wave", async ({ browser }) => {

await mockDate(page, new Date("Jun 1 2020 00:00:00"));

await page.goto(urls.root);
await page.goto(urls.moderator.waves);

await page.getByRole("link", { name: "Create wave" }).click();

Expand Down

0 comments on commit 5694421

Please sign in to comment.