diff --git a/cypress/integration/console/devices/unclaim.spec.js b/cypress/integration/console/devices/unclaim.spec.js index c93af57cc4..5758047f3f 100644 --- a/cypress/integration/console/devices/unclaim.spec.js +++ b/cypress/integration/console/devices/unclaim.spec.js @@ -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')