From 85d1398d1cdc25db2735d5101c0883bba71fc075 Mon Sep 17 00:00:00 2001 From: Eric Peterson Date: Sat, 22 May 2021 20:31:03 +0200 Subject: [PATCH] Update CLI E2E test Signed-off-by: Eric Peterson --- packages/e2e-test/src/commands/run.ts | 3 +++ 1 file changed, 3 insertions(+) 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);