Skip to content

Commit

Permalink
style: CY scenario label doubling removed
Browse files Browse the repository at this point in the history
  • Loading branch information
aziolek committed Feb 28, 2024
1 parent ead8635 commit e745d0e
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 @@ -77,7 +77,7 @@ Object.values(viewports).forEach(({ device, viewportWidth, viewportHeight }) =>
checkProposalItemElements();
});

it('entering proposal view renders all its elements with fallback IPFS provider', () => {
it('entering proposal view shows Toast with info about IPFS failure when all providers fail', () => {
cy.intercept('GET', '**/ipfs/**', req => {
req.destroy();
});
Expand Down

0 comments on commit e745d0e

Please sign in to comment.