Update CLI E2E test
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user