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 Oct 1, 2024
1 parent a94e23a commit a6c13a0
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 @@ -308,9 +308,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 a6c13a0

Please sign in to comment.