Skip to content

Commit

Permalink
MWPW-140266 : Update PR branch console errors (#226)
Browse files Browse the repository at this point in the history
update cors ims annotation

Co-authored-by: nateekar <[email protected]>
  • Loading branch information
skumar09 and nateekar committed Dec 8, 2023
1 parent 06efc03 commit 8a5e90e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion features/milo/header.block.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
path: [
'/drafts/nala/blocks/header/feds-header-page',
],
tags: '@milo @feds @header @smoke @regression',
tags: '@milo @feds @header @nopr @smoke @regression',
},
],
};
2 changes: 1 addition & 1 deletion tests/milo/marquee.block.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import MarqueeBlock from '../../selectors/milo/marquee.block.page.js';
let webUtil;
let marquee;
let consoleErrors = [];
const knownConsoleErrors = ['Access-Control-Allow-Origin','Failed to load resource: net::ERR_FAILED'];
const knownConsoleErrors = ['Access-Control-Allow-Origin','Failed to load resource: net::ERR_FAILED','adobeid-na1-stg1.services'];

test.describe('Milo Marquee Block test suite', () => {
test.beforeEach(async ({ page }) => {
Expand Down
2 changes: 1 addition & 1 deletion tests/milo/media.block.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import MediaBlock from '../../selectors/milo/media.block.page.js';
let webUtil;
let media;
let consoleErrors = [];
const knownConsoleErrors = ['Access-Control-Allow-Origin','Failed to load resource: net::ERR_FAILED'];
const knownConsoleErrors = ['Access-Control-Allow-Origin','Failed to load resource: net::ERR_FAILED','adobeid-na1-stg1.services'];

test.describe('Milo Media Block test suite', () => {
test.beforeEach(async ({ page }) => {
Expand Down

0 comments on commit 8a5e90e

Please sign in to comment.