ktmud commented on a change in pull request #9490: [Build] Add Github workflows
URL:
https://github.com/apache/incubator-superset/pull/9490#discussion_r406011901
##########
File path:
superset-frontend/cypress-base/cypress/integration/dashboard/edit_mode.js
##########
@@ -75,7 +75,7 @@ export default () =>
.trigger('mousedown', { which: 1 })
.trigger('dragstart', { dataTransfer })
.trigger('drag', {});
- cy.get('.grid-content .dragdroppable')
+ cy.get('.grid-content div.grid-row.background--transparent')
Review comment:
The upgraded Cypress will error out because it was dragged to a zero-height
element. This fixes the error by dragging to the last visible row instead of
the invisible one.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]