Skip to content

Commit 4439c27

Browse files
committed
reuse the existing connection for the second test
1 parent ba5c36f commit 4439c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-e2e-tests/tests/time-to-first-query.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ describe('Time to first query', function () {
5757

5858
const { browser } = compass;
5959

60-
await browser.connectWithConnectionString();
60+
await browser.connectByName(DEFAULT_CONNECTION_NAME_1);
6161

6262
await browser.navigateToCollectionTab(
6363
DEFAULT_CONNECTION_NAME_1,

0 commit comments

Comments
 (0)