Skip to content

Commit

Permalink
Fix CY test
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjurco committed Nov 20, 2024
1 parent df3bd38 commit 45e1903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/delegation.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('delegation', () => {
cy.get('#modal').find('input').type(ACCOUNTS[1]);
cy.get('#modal').findByText('Delegate').click();

cy.dataCy('delegated-to').should('have.text', `Delegated to: ${abbrStr(ACCOUNTS[1])}`);
cy.dataCy('delegated-to').should('have.text', `Delegated to: ${ACCOUNTS[1]}`);
});

// TODO: implement proposal voting tests
Expand Down

0 comments on commit 45e1903

Please sign in to comment.