diff --git a/packages/e2e-test/src/commands/run.ts b/packages/e2e-test/src/commands/run.ts index ebf4e6c835..885b0bbb0e 100644 --- a/packages/e2e-test/src/commands/run.ts +++ b/packages/e2e-test/src/commands/run.ts @@ -209,6 +209,9 @@ async function createApp( } child.stdin?.write(`\n`); + await waitFor(() => stdout.includes('Select cache store for the backend')); + child.stdin?.write(`\n`); + print('Waiting for app create script to be done'); await waitForExit(child);