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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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