From de8fcb290d2cde0f7d7ca6207478a15a98b65672 Mon Sep 17 00:00:00 2001 From: Krishna Iyer Easwaran Date: Thu, 15 Jun 2023 17:26:52 +0200 Subject: [PATCH] console: Update tests --- cypress/integration/console/devices/unclaim.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/console/devices/unclaim.spec.js b/cypress/integration/console/devices/unclaim.spec.js index c93af57cc47..5758047f3f4 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')