Skip to content

Commit

Permalink
Fix Text test (#1540) (ignore)
Browse files Browse the repository at this point in the history
  • Loading branch information
Falke-Design authored Nov 24, 2024
1 parent 480f490 commit 84918c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/text.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ describe('Text Layer', () => {
expect(textArea.value).to.eq('Hello World');
});

cy.get(mapSelector).click(190, 250);
cy.get(mapSelector).click(230, 250);

cy.window().then(() => {
expect(textArea.readOnly).to.eq(true);
Expand Down Expand Up @@ -195,7 +195,7 @@ describe('Text Layer', () => {
expect(textArea.value).to.eq('Hello World');
});

cy.get(mapSelector).click(190, 250);
cy.get(mapSelector).click(230, 250);

cy.window().then(() => {
expect(textArea.readOnly).to.eq(true);
Expand Down

0 comments on commit 84918c3

Please sign in to comment.