Skip to content

Commit d6ab9c1

Browse files
committed
fixup: FLE tests add waitForPrompt
1 parent 0c9c024 commit d6ab9c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/e2e-tests/test/e2e-fle.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ describe('FLE tests', function () {
135135
},
136136
cwd: path.join(__dirname, '..', '..', 'cli-repl', 'test', 'fixtures'),
137137
});
138+
await shell.waitForPrompt();
138139

139140
if (withEnvVarCredentials) {
140141
// Need to set up the AWS context inside the shell for enabling

0 commit comments

Comments
 (0)