Skip to content

Commit

Permalink
Fix inspect_button.cy.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Oct 29, 2024
1 parent c7f7f9f commit 98ed313
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const openLensVisualizationsInspectModal = (
cy.get(LOADER_ARIA).should('not.exist');
}

cy.wrap($el).find(EMBEDDABLE_PANEL_TOGGLE_ICON).click();
cy.wrap($el).realHover().find(EMBEDDABLE_PANEL_TOGGLE_ICON).click();
cy.get(EMBEDDABLE_PANEL_INSPECT).click();

onOpen();
Expand Down

0 comments on commit 98ed313

Please sign in to comment.