Skip to content

Commit

Permalink
ci: Fix cypress test failing due to new autofocus cursor position
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliushaertl committed Jul 21, 2023
1 parent 950c671 commit d64f742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/sync.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe('Sync', () => {
}).as('sync')
cy.openTestFile()
cy.getContent().find('h2').should('contain', 'Hello world')
cy.getContent().type('* Saving the doc saves the doc state{enter}')
cy.getContent().type('{moveToEnd}* Saving the doc saves the doc state{enter}')
})

it('saves the actual file and document state', () => {
Expand Down

0 comments on commit d64f742

Please sign in to comment.