diff --git a/e2e/utils/runCommands.ts b/e2e/utils/runCommands.ts index 7318b4cde..d987eaed9 100644 --- a/e2e/utils/runCommands.ts +++ b/e2e/utils/runCommands.ts @@ -40,7 +40,7 @@ export async function runCommand( async function handleStdout(data) { const message = data.toString(); const bootupMarkers = { - dev: /Local:/i, + dev: /compiled/i, preview: /(Local:|Preview server)/i, build: /Pages rendered/, };