Skip to content

Commit

Permalink
fix: Cypress test to force mouseover (follow-up) (apache#25223)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina authored Sep 7, 2023
1 parent 09e9cb4 commit 0e17e4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit 0e17e4b

Please sign in to comment.