Skip to content

Commit 29a0da6

Browse files
committed
fix(test): ignores steps stored after close cleaned up
We again send the initial content out, even if there are steps. See d2235d2. Signed-off-by: Max <max@nextcloud.com>
1 parent 1f9ccb6 commit 29a0da6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cypress/e2e/api/SessionApi.spec.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -309,9 +309,7 @@ describe('The session Api', function() {
309309
cy.get('@joining').then(con => con.close())
310310
})
311311

312-
// Failed with a probability of ~ 50% initially
313-
// Skipped for now since the behaviour changed by not cleaning up the state on close/create
314-
it.skip('ignores steps stored after close cleaned up', function() {
312+
it('ignores steps stored after close cleaned up', function() {
315313
cy.pushAndClose({ connection: this.connection, steps: [messages.update], version })
316314
cy.createTextSession(undefined, { filePath: '', shareToken: this.shareToken })
317315
.as('joining')

0 commit comments

Comments
 (0)