diff --git a/cypress/e2e/scenario-transaction.cy.ts b/cypress/e2e/scenario-transaction.cy.ts index 770d3e958c..66f740a515 100644 --- a/cypress/e2e/scenario-transaction.cy.ts +++ b/cypress/e2e/scenario-transaction.cy.ts @@ -36,6 +36,9 @@ describe('Scenario : from mnemonic', () => { }) it('Should send a transaction', () => { + // expect not to crash + cy.findByRole('button', { name: /Send/ }).click() + cy.get('#recipient-id').type('oasis1qz0k5q8vjqvu4s4nwxyj406ylnflkc4vrcjghuwk') cy.get('#amount-id').type('10') cy.findByRole('button', { name: /Send/ }).click()