Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
aziolek committed Mar 1, 2024
2 parents dcc1b2c + bc6a40a commit 663204d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/cypress/e2e/proposals.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 663204d

Please sign in to comment.