Skip to content

Commit

Permalink
e2e fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matborowczyk committed Feb 12, 2025
1 parent 9840f07 commit 8198412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/scenario-8-instance-composer.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ if (Cypress.env("edition") === "iso") {

//Drag extra_embedded onto canvas and assert that is highlighted as loose element
cy.get('[aria-labelledby="bodyTwo_extra_embedded"]')
.trigger("mouseover")
.trigger("mouseover", { force: true }) // sometimes cypress doesn't trigger the event as text in that element is in front of the component
.trigger("mousedown")
.trigger("mousemove", {
clientX: 800,
Expand Down

0 comments on commit 8198412

Please sign in to comment.