Skip to content

Commit

Permalink
fix: Cypress test to force mouseover (apache#25209)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina authored Sep 6, 2023
1 parent fb06c0c commit 03abafe
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 03abafe

Please sign in to comment.