Skip to content

Commit

Permalink
queue close
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliushaertl committed Jun 23, 2023
1 parent 6388801 commit 88f9e31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/api/UsersApi.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ describe('The user mention API', function() {
}
cy.request(invalidRequestDataDocumentId).then(({ status }) => {
expect(status).to.eq(403)
})
}).then(() => (connection.close()))

cy.wrap(connection.close())
cy.wait(1000)

cy.request(requestData).then(({ status, body }) => {
expect(status).to.eq(403)
Expand Down

0 comments on commit 88f9e31

Please sign in to comment.