Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickJS committed May 10, 2024
1 parent 62ba10f commit 6258f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starters/e2e/qwikcity/actions.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ test.describe("actions", () => {

test.describe("multiple-handlers", () => {
test("should allow multiple handlers", async ({ page }) => {
await page.goto("/qwikcity-test/actions/issue3183/");
await page.goto("/qwikcity-test/actions/multiple-handlers/");
const success = page.locator("#multiple-handlers-success");

await expect(success).toBeHidden();
Expand Down

0 comments on commit 6258f58

Please sign in to comment.