adam-stasiak commented on a change in pull request #11118:
URL: 
https://github.com/apache/incubator-superset/pull/11118#discussion_r512576956



##########
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:
       It is PR https://github.com/apache/incubator-superset/pull/11312 for 
this where it was working without waits - I added more asssertions to make sure 
hover items are displayed. @rusackas maybe we can get code from this PR to 
Kamil's work? It is not too much effort I think - only one selector modified in 
code base and rest is only in tests.




----------------------------------------------------------------
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]

Reply via email to