Skip to content

Commit

Permalink
console: Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishnaIyer committed Jun 26, 2023
1 parent 3bd83e2 commit 8ceab0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/console/devices/unclaim.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ describe('Device un-claiming', () => {
cy.findByRole('button', { name: /Unclaim and delete end device/ }).click()
})

cy.wait('@unclaim-request').its('request.body').should('not.exist')
cy.wait('@unclaim-request').its('request.body').should('deep.equal', {})

cy.findByTestId('error-notification').should('not.exist')

Expand Down

0 comments on commit 8ceab0d

Please sign in to comment.