Skip to content

Commit 5de71ab

Browse files
authored
Merge pull request #4550 from nextcloud/ci/cypress-sync-fix
2 parents 06a1bf9 + d20969f commit 5de71ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)