2 parents 06a1bf9 + d20969f commit 5de71abCopy full SHA for 5de71ab
1 file changed
cypress/e2e/sync.spec.js
@@ -40,7 +40,7 @@ describe('Sync', () => {
40
}).as('sync')
41
cy.openTestFile()
42
cy.getContent().find('h2').should('contain', 'Hello world')
43
- cy.getContent().type('* Saving the doc saves the doc state{enter}')
+ cy.getContent().type('{moveToEnd}* Saving the doc saves the doc state{enter}')
44
})
45
46
it('saves the actual file and document state', () => {
0 commit comments