We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b549f26 commit 492a81cCopy full SHA for 492a81c
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