We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f783da4 commit 0a9c1bfCopy full SHA for 0a9c1bf
packages/e2e-tests/test/e2e-bson.spec.ts
@@ -631,6 +631,7 @@ describe('BSON e2e', function () {
631
shell = this.startTestShell({
632
args: [await testServer.connectionString(), '--deepInspect=false'],
633
});
634
+ await shell.waitForPrompt();
635
await shell.executeLine(`use ${dbName}`);
636
const output = await shell.executeLine('db.coll.findOne()');
637
checkForDeepOutput(output, false);
0 commit comments