Skip to content

Commit e745d0e

Browse files
committed
style: CY scenario label doubling removed
1 parent ead8635 commit e745d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/cypress/e2e/proposal.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Object.values(viewports).forEach(({ device, viewportWidth, viewportHeight }) =>
7777
checkProposalItemElements();
7878
});
7979

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

0 commit comments

Comments
 (0)