diff --git a/client/cypress/e2e/proposals.cy.ts b/client/cypress/e2e/proposals.cy.ts index ed46af2ab2..526d4af1b4 100644 --- a/client/cypress/e2e/proposals.cy.ts +++ b/client/cypress/e2e/proposals.cy.ts @@ -168,6 +168,10 @@ Object.values(viewports).forEach(({ device, viewportWidth, viewportHeight }) => } }); + after(() => { + cy.disconnectMetamaskWalletFromAllDapps(); + }); + it('button "add to allocate" is disabled', () => { for (let i = 0; i < proposalNames.length; i++) { cy.get('[data-test^=ProposalsView__ProposalsListItem]').eq(i).scrollIntoView();