From 41da2049966fc9a087ec25bf6a0628c7de9f6084 Mon Sep 17 00:00:00 2001 From: b4rtaz Date: Thu, 2 Nov 2023 15:39:47 +0100 Subject: [PATCH] fix: e2e test. --- demos/react/cypress/e2e/Home.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/react/cypress/e2e/Home.cy.ts b/demos/react/cypress/e2e/Home.cy.ts index 6d35095d02..a9379f6576 100644 --- a/demos/react/cypress/e2e/Home.cy.ts +++ b/demos/react/cypress/e2e/Home.cy.ts @@ -25,7 +25,7 @@ describe('Homepage', () => { cy.get('[data-testid="runContractFunctionButton"]').should('exist').click(); - cy.get('[data-testid="outputTextarea"]').should('exist').contains('0xe2A83b15FC300D8457eB9E176f98d92a8FF40a49'); + cy.get('[data-testid="outputTextarea"]').should('exist').contains('0x3eb879cc9a0Ef4C6f1d870A40ae187768c278Da2'); }); it('resolves domain correctly', () => {