[MWPW-170376] Preflight assets tab updates #6957
run-nala-default.yml
on: pull_request
Matrix: Running Nala E2E UI Tests
Annotations
3 errors and 1 notice
[milo-live-webkit] › features/promotions/promotions.test.js:433:7 › Promotions feature test suite › @Promo-page-filter-geo:
nala/features/promotions/promotions.test.js#L464
2) [milo-live-webkit] › features/promotions/promotions.test.js:433:7 › Promotions feature test suite › @Promo-page-filter-geo,@Promo @Commerce @smoke @regression › Go to the test page in DE locale
Error: page.goto: Test timeout of 30000ms exceeded.
Call log:
- navigating to "https://preflight-assets-updates--milo--overmyheadandbody.aem.live/de/drafts/nala/features/promotions/promo-page-filter", waiting until "load"
462 | testPage = `${baseURL}${data.CO_DE}${features[11].path}${miloLibs}`;
463 | console.info('[Test Page][DE]: ', testPage);
> 464 | await page.goto(testPage);
| ^
465 | await page.waitForLoadState('domcontentloaded');
466 | });
467 |
at /home/runner/work/milo/milo/nala/features/promotions/promotions.test.js:464:18
at /home/runner/work/milo/milo/nala/features/promotions/promotions.test.js:461:16
|
[milo-live-webkit] › features/promotions/promotions.test.js:433:7 › Promotions feature test suite › @Promo-page-filter-geo:
nala/features/promotions/promotions.test.js#L0
2) [milo-live-webkit] › features/promotions/promotions.test.js:433:7 › Promotions feature test suite › @Promo-page-filter-geo,@Promo @Commerce @smoke @regression › Go to the test page in DE locale
Test timeout of 30000ms exceeded.
|
[milo-live-chromium] › features/mas/benchmark/benchmark.test.js:17:7 › Benchmark feature test suite › @MAS-CCD-benchmark:
nala/features/mas/benchmark/benchmark.test.js#L46
1) [milo-live-chromium] › features/mas/benchmark/benchmark.test.js:17:7 › Benchmark feature test suite › @MAS-CCD-benchmark,@MAS-CCD @merch-benchmark-ccd-cards @mas-benchmark @Commerce @smoke @regression @milo › step-2: Validate benchmark
Error: 1777.6000000000058ms should be less than limit 1347.3170731706466ms (adjusted from 400ms)
expect(received).toBeTruthy()
Received: false
44 | expect(times.length).toBeGreaterThan(0);
45 | times.forEach((time) => {
> 46 | expect(parseFloat(time) < parseFloat(limit), `${time}ms should be less than limit ${limitMessage}`).toBeTruthy();
| ^
47 | });
48 | });
49 | });
at forEach (/home/runner/work/milo/milo/nala/features/mas/benchmark/benchmark.test.js:46:109)
at /home/runner/work/milo/milo/nala/features/mas/benchmark/benchmark.test.js:45:13
at /home/runner/work/milo/milo/nala/features/mas/benchmark/benchmark.test.js:27:5
|
🎭 Playwright Run Summary
2 flaky
[milo-live-chromium] › features/mas/benchmark/benchmark.test.js:17:7 › Benchmark feature test suite › @MAS-CCD-benchmark,@MAS-CCD @merch-benchmark-ccd-cards @mas-benchmark @Commerce @smoke @regression @milo
[milo-live-webkit] › features/promotions/promotions.test.js:433:7 › Promotions feature test suite › @Promo-page-filter-geo,@Promo @Commerce @smoke @regression
98 skipped
755 passed (10.5m)
|