Fix e2e test

Signed-off-by: Tim Hansen <timbonicus@gmail.com>
This commit is contained in:
Tim Hansen
2021-03-16 15:07:20 -06:00
parent 10e2163a82
commit 7b1f046d93
+1 -1
View File
@@ -203,7 +203,7 @@ async function createApp(
await waitFor(() => stdout.includes('Select database for the backend'));
if (!isPostgres) {
if (isPostgres) {
// Simulate down arrow press
child.stdin?.write(`\u001B\u005B\u0042`);
}