Update CLI E2E test

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Eric Peterson
2021-05-22 20:31:03 +02:00
parent 6c4bd674c0
commit 85d1398d1c
+3
View File
@@ -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);