Skip to content

Commit aacff98

Browse files
committed
Remove text/x-turbo check from client side for use with SSG scenarios (#9162)
1 parent 2da4b99 commit aacff98

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

integration/error-boundary-v2-test.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,12 @@ test.describe("single fetch", () => {
409409
let app = new PlaywrightFixture(appFixture, page);
410410
await app.goto("/parent");
411411
await app.clickLink("/parent/child-with-boundary");
412-
await waitForAndAssert(page, app, "#child-error", "CDN Error!");
412+
await waitForAndAssert(
413+
page,
414+
app,
415+
"#child-error",
416+
"Unable to decode turbo-stream response from URL"
417+
);
413418
});
414419
});
415420

0 commit comments

Comments
 (0)