diff --git a/integration/form-test.ts b/integration/form-test.ts
index c1da0f99f88..e55860e4cfe 100644
--- a/integration/form-test.ts
+++ b/integration/form-test.ts
@@ -361,6 +361,71 @@ test.describe("Forms", () => {
}
`,
+ "app/routes/form-data.jsx": js`
+ import { Form } from "@remix-run/react";
+
+ export default function() {
+ return (
+ <>
+
+
+
+
+ >
+ );
+ }
+ `,
+
"app/routes/file-upload.jsx": js`
import { Form, useSearchParams } from "@remix-run/react";
@@ -973,12 +1038,7 @@ test.describe("Forms", () => {
test("submits the submitter's value(s) in tree order in the form data", async ({
page,
- javaScriptEnabled,
}) => {
- test.fail(
- Boolean(javaScriptEnabled),
- "