Skip to content

Commit

Permalink
change test
Browse files Browse the repository at this point in the history
  • Loading branch information
gumillie222 committed Feb 14, 2025
1 parent ac59328 commit cb89eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/retainLayout.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ describe('editor layout persistence', () => {

cy.get('#scaleSlider')
.invoke("val", 75)
.click();
.trigger("input");

cy.wait(500);

Expand Down

0 comments on commit cb89eb2

Please sign in to comment.