From fcdbcd9a4e538cb216df1ed35e55d6ea0a5c87ea Mon Sep 17 00:00:00 2001 From: Vini murafa <06.poems_races@icloud.com> Date: Sun, 5 Jan 2025 20:41:21 +0100 Subject: [PATCH] Fix typo Update README.md --- apps/web/cypress/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/cypress/README.md b/apps/web/cypress/README.md index c1db9f2f1ec..34557b04c48 100644 --- a/apps/web/cypress/README.md +++ b/apps/web/cypress/README.md @@ -109,7 +109,7 @@ cy.hardhat().then((hardhat) => { // Note the closure to keep signTypedDataStub in scope. Using closures instead of variables (eg let) helps prevent misuse of chaining. const signTypedDataStub = cy.stub(hardhat.provider, 'send').log(false) signTypedDataStub.withArgs('eth_signTypedData_v4).rejects(USER_REJECTION) - signTypedDataStub.callThrough() // allws other methods to call through to hardhat + signTypedDataStub.callThrough() // allows other methods to call through to hardhat cy.contains('Confirm swap').click()