Skip to content

Commit

Permalink
fix: tx-builder.spec test
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacook committed Nov 13, 2023
1 parent 5058384 commit 9546150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/safe-apps/tx-builder.spec.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ describe('Tx-builder Safe App tests', { defaultCommandTimeout: 20000 }, () => {
getBody().findByText(safeapps.createBatchStr).click()
getBody().findByText(safeapps.sendBatchStr).click()
})
cy.get('p').contains('1').should('be.visible')
cy.get('p').contains('2').should('be.visible')
cy.get('p').contains('1').should('exist')
cy.get('p').contains('2').should('exist')
})

it('Verify a batch cannot be created with invalid address [C56617]', () => {
Expand Down

0 comments on commit 9546150

Please sign in to comment.