Revert "MWPW-156749: Fix video CLS " (#2899) #100
Annotations
1 error and 1 notice
[milo-live-firefox] › features/georouting/georouting.test.js:38:7 › Milo Georouting feature test suite › @Georouting with query param:
nala/features/georouting/georouting.test.js#L57
1) [milo-live-firefox] › features/georouting/georouting.test.js:38:7 › Milo Georouting feature test suite › @Georouting with query param,@georouting @georouting-query-param @smoke @regression @milo › step-3: Click "Deutschland" button and then verify international cookie value
TypeError: Cannot read properties of undefined (reading 'value')
55 | await test.step('step-3: Click "Deutschland" button and then verify international cookie value', async () => {
56 | await modal.deLink.click();
> 57 | expect((await page.context().cookies()).find((cookie) => cookie.name === data.cookieName).value).toEqual(data.cookieValue);
| ^
58 | });
59 | });
60 |
at /home/runner/work/milo/milo/nala/features/georouting/georouting.test.js:57:96
at /home/runner/work/milo/milo/nala/features/georouting/georouting.test.js:55:5
|
🎭 Playwright Run Summary
1 flaky
[milo-live-firefox] › features/georouting/georouting.test.js:38:7 › Milo Georouting feature test suite › @Georouting with query param,@georouting @georouting-query-param @smoke @regression @milo
13 skipped
330 passed (2.7m)
|