Skip to content

Commit

Permalink
fix: Cypress test to force mouseover (#25209)
Browse files Browse the repository at this point in the history
(cherry picked from commit 47518cb)
  • Loading branch information
michael-s-molina committed Sep 7, 2023
1 parent 2ac03c3 commit dac3009
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function openDashboardsAddedTo() {
cy.getBySel('actions-trigger').click();
cy.get('.ant-dropdown-menu-submenu-title')
.contains('Dashboards added to')
.trigger('mouseover');
.trigger('mouseover', { force: true });
}

function closeDashboardsAddedTo() {
Expand Down

0 comments on commit dac3009

Please sign in to comment.