We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cc23ab commit 6752f85Copy full SHA for 6752f85
apps/tests/src/e2e/server-function.test.ts
@@ -74,7 +74,7 @@ test.describe("server-function", () => {
74
});
75
76
test("should build with a server function w/ form data", async ({ page }) => {
77
- await page.goto("http://localhost:3000/server-form-data");
+ await page.goto("http://localhost:3000/server-function-form-data");
78
await expect(page.locator("#server-fn-test")).toContainText('{"result":true}');
79
80
0 commit comments