Skip to content

Commit

Permalink
fix(test): ignores steps stored after close cleaned up
Browse files Browse the repository at this point in the history
We again send the initial content out,
even if there are steps.

See d2235d2.

Signed-off-by: Max <[email protected]>
  • Loading branch information
max-nextcloud committed Sep 28, 2024
1 parent 1f9ccb6 commit 29a0da6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cypress/e2e/api/SessionApi.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,7 @@ describe('The session Api', function() {
cy.get('@joining').then(con => con.close())
})

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

0 comments on commit 29a0da6

Please sign in to comment.