-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(e2e): add connectionName support to more helpers COMPASS-8002 (#…
…6033) * add connectionName support to more helpers * ignore toast that doesn't exist * fix duplicate test name * not exclusive * disambiguate the connection when selecting a database or collection in the sidebar * more closeWorkspaceTabs tweaks * closeTab retry * can't calculate the connectionId for single connections * comment * comment * work around a flake * flake workaround * throw if we didn't find exactly one connection * rather do the check inside the function * another flake workaround * missed one * as a drive-by to try and fix some flakes, use more accurate sidebar filters and fix a small bug in there * extract and fix selectCollectionMenuItem
- Loading branch information
Showing
42 changed files
with
763 additions
and
503 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 0 additions & 31 deletions
31
packages/compass-e2e-tests/helpers/commands/remove-connection.ts
This file was deleted.
Oops, something went wrong.
45 changes: 0 additions & 45 deletions
45
packages/compass-e2e-tests/helpers/commands/select-connection-menu-item.ts
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
packages/compass-e2e-tests/helpers/commands/select-connection.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.