We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e6fb87 + ec9d88a commit 675f7fcCopy full SHA for 675f7fc
cypress/e2e/sync.spec.js
@@ -36,8 +36,10 @@ describe('Sync', () => {
36
cy.intercept({ method: 'POST', url: '**/apps/text/session/*/sync' }).as('sync')
37
cy.intercept({ method: 'POST', url: '**/apps/text/session/*/save' }).as('save')
38
cy.openTestFile()
39
+ cy.wait('@sync')
40
cy.getContent().find('h2').should('contain', 'Hello world')
41
cy.getContent().type('{moveToEnd}* Saving the doc saves the doc state{enter}')
42
43
})
44
45
it('saves the actual file and document state', () => {
0 commit comments