Skip to content

Commit

Permalink
fix: run all the sync tests again
Browse files Browse the repository at this point in the history
Signed-off-by: Max <max@nextcloud.com>
  • Loading branch information
max-nextcloud authored and backportbot-nextcloud[bot] committed Mar 17, 2023
1 parent 349161a commit c994728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/sync.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ describe('Sync', () => {
.should('include', 'after the lost connection')
})

it.only('passes the doc content from one session to the next', () => {
it('passes the doc content from one session to the next', () => {
cy.closeFile()
cy.intercept({ method: 'PUT', url: '**/apps/text/session/create' })
.as('create')
Expand Down

0 comments on commit c994728

Please sign in to comment.