From 6258f587f32cf0ea2d9bea18b859a0b6c71bd51b Mon Sep 17 00:00:00 2001 From: PatrickJS Date: Thu, 9 May 2024 18:10:08 -0700 Subject: [PATCH] fix: test --- starters/e2e/qwikcity/actions.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starters/e2e/qwikcity/actions.spec.ts b/starters/e2e/qwikcity/actions.spec.ts index 7231fffa0f4..1a4d6952f1e 100644 --- a/starters/e2e/qwikcity/actions.spec.ts +++ b/starters/e2e/qwikcity/actions.spec.ts @@ -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();