We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9ccb6 commit 29a0da6Copy full SHA for 29a0da6
cypress/e2e/api/SessionApi.spec.js
@@ -309,9 +309,7 @@ describe('The session Api', function() {
309
cy.get('@joining').then(con => con.close())
310
})
311
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() {
+ it('ignores steps stored after close cleaned up', function() {
315
cy.pushAndClose({ connection: this.connection, steps: [messages.update], version })
316
cy.createTextSession(undefined, { filePath: '', shareToken: this.shareToken })
317
.as('joining')
0 commit comments