From 8ceab0db75c86e2030beaded9327eef919d3055b 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 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')