Skip to content

Commit

Permalink
Update e2e.js (#11362)
Browse files Browse the repository at this point in the history
  • Loading branch information
amoore108 authored Mar 1, 2024
1 parent 7c79b75 commit 07086a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cypress/support/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ const KNOWN_ERRORS = [
// React 18 elevates hydration errors from 'warning' to 'error' level. So its likely this issue has
// always been present, but was not caught before.
'Minified React error #418',
// Catches an error that is elevated when tests click on some of our Topic Tags that results
// in a redirect to a page outside of our control throwing this error.
`Cannot read properties of undefined (reading 'digest')`,
];

// eslint-disable-next-line consistent-return
Expand Down

0 comments on commit 07086a7

Please sign in to comment.