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

This commit is contained in:
Michael S. Molina
2023-09-07 14:17:22 -03:00
committed by GitHub
parent 09e9cb484b
commit 0e17e4b06f

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