From d2c86a943feafbccf8c3e94bf55bb24e7d4242cc Mon Sep 17 00:00:00 2001 From: Usame Algan Date: Mon, 2 Jan 2023 11:18:49 +0100 Subject: [PATCH] fix: e2e tx history test --- cypress/e2e/smoke/tx_history.cy.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/e2e/smoke/tx_history.cy.js b/cypress/e2e/smoke/tx_history.cy.js index d018b21b75..7b45fa30b0 100644 --- a/cypress/e2e/smoke/tx_history.cy.js +++ b/cypress/e2e/smoke/tx_history.cy.js @@ -98,6 +98,7 @@ describe('Transaction history', () => { }) // Send 0.11 WETH .prev() + .prev() .within(() => { // Type cy.get('img').should('have.attr', 'src', OUTGOING)