This commit is contained in:
mahula 2023-06-28 11:50:47 +02:00
parent a02c938c04
commit 04529ba15b

View File

@ -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')
})