Skip to content

Commit 3fcf19b

Browse files
wait for logs to complete before checking (#9351)
Co-authored-by: Peter Bacon Darwin <[email protected]>
1 parent da875d6 commit 3fcf19b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/wrangler/e2e/pages-dev.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,9 @@ describe.sequential("wrangler pages dev", () => {
321321
const text = await fetchText(url);
322322

323323
expect(text).toBe("⚡️ Pages ⚡️ supports wrangler.toml");
324+
325+
await worker.readUntil(/GET \/ 200 OK/);
326+
324327
expect(normalizeOutput(worker.currentOutput)).toMatchInlineSnapshot(`
325328
"✨ Compiled Worker successfully
326329
Your Worker has access to the following bindings:

0 commit comments

Comments
 (0)