Skip to content

Commit 492a81c

Browse files
juliusknorrmejo-
authored andcommitted
ci: Fix cypress test failing due to new autofocus cursor position
Signed-off-by: Julius Härtl <[email protected]>
1 parent b549f26 commit 492a81c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/sync.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe('Sync', () => {
4040
}).as('sync')
4141
cy.openTestFile()
4242
cy.getContent().find('h2').should('contain', 'Hello world')
43-
cy.getContent().type('* Saving the doc saves the doc state{enter}')
43+
cy.getContent().type('{moveToEnd}* Saving the doc saves the doc state{enter}')
4444
})
4545

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

0 commit comments

Comments
 (0)