diff --git a/packages/e2e-test/src/commands/run.ts b/packages/e2e-test/src/commands/run.ts index 851dccae16..c055bcd21e 100644 --- a/packages/e2e-test/src/commands/run.ts +++ b/packages/e2e-test/src/commands/run.ts @@ -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`); }