Skip to content

Commit

Permalink
saving the connection automatically selects it
Browse files Browse the repository at this point in the history
  • Loading branch information
lerouxb committed Mar 26, 2024
1 parent d0889c7 commit e6447fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,5 @@ export async function saveConnectionStringAsFavorite(
);
await browser.saveFavorite(favoriteName, color);

// give it time to actually save before we disconnect or use it
await browser.pause(1000);

return favoriteName;
}
3 changes: 0 additions & 3 deletions packages/compass-e2e-tests/tests/oidc.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ describe('OIDC integration', function () {
connectionString
);

await browser.selectFavorite(favoriteName);
await browser.doConnect();
await browser.disconnect();

Expand All @@ -340,7 +339,6 @@ describe('OIDC integration', function () {
connectionString
);

await browser.selectFavorite(favoriteName);
await browser.doConnect();
await browser.disconnect();

Expand All @@ -363,7 +361,6 @@ describe('OIDC integration', function () {
connectionString
);

await browser.selectFavorite(favoriteName);
await browser.doConnect();
await browser.disconnect();

Expand Down

0 comments on commit e6447fe

Please sign in to comment.