rusackas commented on code in PR #41636:
URL: https://github.com/apache/superset/pull/41636#discussion_r3564072177
##########
superset-frontend/cypress-base/cypress/e2e/explore/utils.ts:
##########
@@ -53,9 +53,7 @@ export function saveChartToDashboard(chartName: string,
dashboardName: string) {
.then($modal => {
cy.wait(500);
cy.wrap($modal)
- .find(
- '.ant-select-selection-search-input[aria-label*="Select a
dashboard"]',
- )
+ .find('.ant-select-input[aria-label*="Select a dashboard"]')
.type(dashboardName, { force: true });
Review Comment:
This is just a one-line selector fix for the antd6 class rename, not new
Cypress logic. Migrating the whole util to Playwright is a bigger lift than
this PR should take on.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]