This is an automated email from the ASF dual-hosted git repository.

michaelsmolina pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/3.0 by this push:
     new dfd699f440 fix: Cypress test to force mouseover (follow-up) (#25223)
dfd699f440 is described below

commit dfd699f4407b4ddfb09c8e5e22aa74e90642a339
Author: Michael S. Molina <[email protected]>
AuthorDate: Thu Sep 7 14:17:22 2023 -0300

    fix: Cypress test to force mouseover (follow-up) (#25223)
    
    (cherry picked from commit 0e17e4b06f4b3c0a7931b61d1f2bbe89eb8e14ce)
---
 superset-frontend/cypress-base/cypress/e2e/explore/chart.test.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/cypress-base/cypress/e2e/explore/chart.test.js 
b/superset-frontend/cypress-base/cypress/e2e/explore/chart.test.js
index c4084edfc7..d198672ef3 100644
--- a/superset-frontend/cypress-base/cypress/e2e/explore/chart.test.js
+++ b/superset-frontend/cypress-base/cypress/e2e/explore/chart.test.js
@@ -38,7 +38,7 @@ function openDashboardsAddedTo() {
 function closeDashboardsAddedTo() {
   cy.get('.ant-dropdown-menu-submenu-title')
     .contains('Dashboards added to')
-    .trigger('mouseout');
+    .trigger('mouseout', { force: true });
   cy.getBySel('actions-trigger').click();
 }
 

Reply via email to