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

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


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

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

    fix: Cypress test to force mouseover (follow-up) (#25223)
---
 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