Skip to content

Commit 4b01216

Browse files
committed
removing federation exception adding reading zero
1 parent 5b864fe commit 4b01216

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

web/cypress/support/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ Cypress.on('uncaught:exception', (err) => {
2828
message.includes('Bad Gateway') ||
2929
message.includes(`Cannot read properties of null (reading 'default')`) ||
3030
message.includes(`(intermediate value) is not a function`) ||
31-
//TODO: OU-1158
32-
message.includes(`[ Federation Runtime ]: Failed to load script resources. #RUNTIME-008`)
31+
message.includes(`Cannot read properties of null (reading '0')`)
3332
) {
3433
console.warn('Ignored frontend exception:', err.message);
3534
return false;

0 commit comments

Comments
 (0)