mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 01:46:07 +00:00
fix typo
This commit is contained in:
parent
a02c938c04
commit
04529ba15b
@ -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')
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user