From 95461509b913ce1146d3d83ddcd14eed7566c5ab Mon Sep 17 00:00:00 2001 From: iamacook Date: Mon, 13 Nov 2023 09:12:05 +0100 Subject: [PATCH] fix: `tx-builder.spec` test --- cypress/e2e/safe-apps/tx-builder.spec.cy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/e2e/safe-apps/tx-builder.spec.cy.js b/cypress/e2e/safe-apps/tx-builder.spec.cy.js index fd850c112f..d3444df3a2 100644 --- a/cypress/e2e/safe-apps/tx-builder.spec.cy.js +++ b/cypress/e2e/safe-apps/tx-builder.spec.cy.js @@ -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]', () => {