Skip to content

Commit aed8736

Browse files
committed
doh
1 parent a8b4810 commit aed8736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/client-data-test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,8 @@ test.describe("Client Data", () => {
367367
let app = new PlaywrightFixture(appFixture, page);
368368

369369
await app.goto("/parent/child");
370-
html = await app.getHtml("main");
371370
await page.waitForSelector("#child-deferred-data");
371+
html = await app.getHtml("main");
372372
expect(html).toMatch("Parent Server Loader");
373373
// app.goto() doesn't resolve until the document finishes loading so by
374374
// then the HTML has updated via the streamed suspense updates

0 commit comments

Comments
 (0)