Skip to content

Commit

Permalink
e2e fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matborowczyk committed Dec 5, 2024
1 parent 6ac2a57 commit df99607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/scenario-8-instance-composer.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ if (Cypress.env("edition") === "iso") {
);

//Drag extra_embedded onto canvas and assert that is highlighted as loose element
cy.get(".bodyTwo_extra_embedded")
cy.get('[aria-labelledby="bodyTwo_extra_embedded"]')
.trigger("mouseover")
.trigger("mousedown")
.trigger("mousemove", {
Expand Down Expand Up @@ -407,7 +407,7 @@ if (Cypress.env("edition") === "iso") {
.should("not.exist");

//Drag once again extra_embedded onto canvas and assert that is highlighted as loose element
cy.get(".bodyTwo_extra_embedded")
cy.get('[aria-labelledby="bodyTwo_extra_embedded"]')
.trigger("mouseover")
.trigger("mousedown")
.trigger("mousemove", {
Expand Down

0 comments on commit df99607

Please sign in to comment.