diff --git a/e2e-tests/cypress/support/step_definitions/send_coin_steps.ts b/e2e-tests/cypress/support/step_definitions/send_coin_steps.ts index ac6770a83..f3bcfe36c 100644 --- a/e2e-tests/cypress/support/step_definitions/send_coin_steps.ts +++ b/e2e-tests/cypress/support/step_definitions/send_coin_steps.ts @@ -56,7 +56,7 @@ When('the user submits the transaction by confirming', () => { ) cy.wrap(interception.response?.body) .should('have.nested.property', 'data.sendCoins') - .When('equal', true) + .and('equal', true) }) cy.get('[data-test="send-transaction-success-text"]').should('be.visible') })