mirror of
https://github.com/apache/superset.git
synced 2026-05-07 00:44:26 +00:00
fix: Cypress test to force mouseover (follow-up) (#25223)
(cherry picked from commit 0e17e4b06f)
This commit is contained in:
committed by
Michael S. Molina
parent
2ae9d2ef05
commit
dfd699f440
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user