Skip to content

Commit

Permalink
fix: Failing e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
usame-algan committed Nov 8, 2023
1 parent 4d28eec commit 778af60
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 @@ -146,7 +146,7 @@ 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('1').should('exist')
cy.get('p').contains('2').should('be.visible')
})

Expand Down

0 comments on commit 778af60

Please sign in to comment.