Skip to content

Commit

Permalink
await both prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Oct 4, 2024
1 parent c119b1a commit edf8e25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/e2e-tests/test/e2e-current-op.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ describe('e2e currentOp', function () {
args: [await testServer.connectionString()],
});
await helperShell.waitForPrompt();
await currentOpShell.waitForPrompt();

// Insert a dummy object so find commands will actually run with the delay.
await helperShell.executeLine('db.coll.insertOne({})');
Expand Down

0 comments on commit edf8e25

Please sign in to comment.