rusackas commented on a change in pull request #11118:
URL:
https://github.com/apache/incubator-superset/pull/11118#discussion_r512156867
##########
File path:
superset-frontend/cypress-base/cypress/integration/chart_list/card_view.test.ts
##########
@@ -86,6 +86,7 @@ describe('chart card view', () => {
it('should delete correctly', () => {
// show delete modal
cy.get('.ant-dropdown-trigger').last().trigger('mouseover');
+ cy.wait(5000);
Review comment:
@adam-stasiak There are a couple of long waits in here... if you have
advice on how to work around that (so we're not slowing down CI) it would be
appreciated.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]