-
Notifications
You must be signed in to change notification settings - Fork 406
E2e/feature/ri 6268 enhance form to add database connections #4098
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
E2e/feature/ri 6268 enhance form to add database connections #4098
Conversation
…ure/RI-6268_enhance-form-to-add-database-connections
//*The following categories are ordered alphabetically (Alerts, Buttons, Checkboxes, etc.). | ||
//------------------------------------------------------------------------------------------- | ||
// BUTTONS | ||
addDatabaseButton = Selector('[data-testid^=add-redis-database]'); |
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.
could we move it to dialog instead of components?
addDatabaseManually = Selector('[data-testid=add-manual]'); | ||
addAutoDiscoverDatabase = Selector('[data-testid=add-auto]'); | ||
addDatabaseManually = Selector('[data-testid=add-database_tab_manual]'); | ||
addAutoDiscoverDatabase = Selector('[data-testid=add-database_tab_software]'); |
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.
don't you want to split the locators to different tabs like in Insight panel?
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.
not yet, we'll totally redo this popover, including tabs and content inside, so no need to do this right now
b77534d
into
feature/RI-6265_update-list-of-databases
No description provided.