Skip to content

Commit

Permalink
Reduce Toasts image test flakiness (#2419)
Browse files Browse the repository at this point in the history
  • Loading branch information
r100-stack authored Feb 4, 2025
1 parent 583e9ad commit 0effd40
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion apps/react-workshop/src/Toasts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('Toasts', () => {
});

// Wait for entry animation to complete
cy.wait(240);
cy.wait(300);
cy.compareSnapshot(testName);
});
});
Expand Down

0 comments on commit 0effd40

Please sign in to comment.