Skip to content

Commit

Permalink
Fix visibility issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mike10ca committed Nov 14, 2023
1 parent 470d4cd commit b6c9434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/safe-apps/tx-builder.spec.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ describe('Transaction Builder tests', { defaultCommandTimeout: 20000 }, () => {
getBody().findByText(safeapps.sendBatchStr).click()
})
cy.get('p').contains('1').should('exist')
cy.get('p').contains('2').should('be.visible')
cy.get('p').contains('2').should('exist')
})

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

0 comments on commit b6c9434

Please sign in to comment.