-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(e2e): add connectionName support to more helpers COMPASS-8002 #6033
Changes from all commits
c78585b
07530c6
ac3d4e4
e9cd50b
1513587
efed4d3
6e78ed4
c88bd76
d68eab5
6760ac7
858cc97
8aafccb
8f480aa
9121746
a180d44
78c3235
2b4677c
93283e5
b0af26f
cf89163
387219f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,8 +41,7 @@ export * from './get-feature'; | |
export * from './set-feature'; | ||
export * from './save-favorite'; | ||
export * from './save-connection-string-as-favorite'; | ||
export * from './select-connection'; | ||
export * from './select-connection-menu-item'; | ||
export * from './sidebar-connection'; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I combined a bunch of sidebar connection related commands into one file to mirror what we do for workspace management already. Otherwise it is a bit of a proliferation of little files. It might also help if we do move these to page objects because they'd already be together. |
||
export * from './select-connections-menu-item'; | ||
export * from './open-settings-modal'; | ||
export * from './wait-for-connection-result'; | ||
|
@@ -67,4 +66,4 @@ export * from './drop-index'; | |
export * from './hide-index'; | ||
export * from './unhide-index'; | ||
export * from './hide-visible-toasts'; | ||
export * from './remove-connection'; | ||
export * from './sidebar-collection'; |
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This wasn't scoped to the collection. If one collection was active it would show the three dot menu. If you then hover over a second collection it would show that three dot menu too..
Same bug copy/pasted in several other places.