fix: Cypress test to force mouseover (follow-up) (#25223)

(cherry picked from commit 0e17e4b06f)
This commit is contained in:
Michael S. Molina
2023-09-07 14:17:22 -03:00
committed by Michael S. Molina
parent 2ae9d2ef05
commit dfd699f440

View File

@@ -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();
}