Skip to content

Commit

Permalink
fix: data-test selector for error toast
Browse files Browse the repository at this point in the history
  • Loading branch information
aziolek committed Feb 27, 2024
1 parent 8a633b9 commit 43c8f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/cypress/e2e/proposal.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Object.values(viewports).forEach(({ device, viewportWidth, viewportHeight }) =>
req.destroy();
});

cy.get('[data-test^=ipfsMessage').should('be.visible');
cy.get('[data-test=Toast--ipfsMessage').should('be.visible');
});

it('entering proposal view allows to add it to allocation and remove, triggering change of the icon, change of the number in navbar', () => {
Expand Down

0 comments on commit 43c8f33

Please sign in to comment.