We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b864fe commit 4b01216Copy full SHA for 4b01216
1 file changed
web/cypress/support/index.ts
@@ -28,8 +28,7 @@ Cypress.on('uncaught:exception', (err) => {
28
message.includes('Bad Gateway') ||
29
message.includes(`Cannot read properties of null (reading 'default')`) ||
30
message.includes(`(intermediate value) is not a function`) ||
31
- //TODO: OU-1158
32
- message.includes(`[ Federation Runtime ]: Failed to load script resources. #RUNTIME-008`)
+ message.includes(`Cannot read properties of null (reading '0')`)
33
) {
34
console.warn('Ignored frontend exception:', err.message);
35
return false;
0 commit comments