chore(deps): update dependency webpack to ^5.105.4 #12857
Annotations
2 errors, 1 warning, and 1 notice
|
Test:
packages/web-platform/playwright-fixtures/src/coverage-fixture.ts#L30
3) [chromium] › tests/react.spec.ts:2555:7 › reactlynx3 tests › elements › svg › basic-element-svg-bindload
Error: coverage.startJSCoverage: Test ended.
at ../playwright-fixtures/src/coverage-fixture.ts:30
28 | return;
29 | }
> 30 | await page.coverage.startJSCoverage({
| ^
31 | reportAnonymousScripts: true,
32 | resetOnNavigation: true,
33 | });
at BrowserContext.<anonymous> (/__w/lynx-stack/lynx-stack/packages/web-platform/playwright-fixtures/src/coverage-fixture.ts:30:27)
|
|
Test:
packages/web-platform/web-tests/tests/react.spec.ts#L917
2) [chromium] › tests/react.spec.ts:904:5 › reactlynx3 tests › basic › basic-bindmouse ───────────
Error: mouse up event captured
expect(locator).toHaveCSS(expected) failed
Locator: locator('#target2')
Expected: "rgb(0, 128, 0)"
Received: "rgb(255, 192, 203)"
Call log:
- mouse up event captured with timeout 5000ms
- waiting for locator('#target2')
2 × locator resolved to <x-view l-uid="5" l-part="5" id="target2" lynx-tag="view" l-p-comp-uid="1"></x-view>
- unexpected value "rgb(255, 192, 203)"
915 | 'rgb(0, 128, 0)',
916 | ); // green
> 917 | expect(page.locator('#target2'), 'mouse up event captured').toHaveCSS(
| ^
918 | 'background-color',
919 | 'rgb(0, 128, 0)',
920 | ); // green
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-tests/tests/react.spec.ts:917:69
|
|
Upload test results to Codecov
This action is being deprecated in favor of 'codecov-action'.
Please update CI accordingly to use 'codecov-action@v5' with
'report_type: test_results'.
The 'codecov-action' should and can be run at least once for
coverage and once for test results
|
|
Test
3 flaky
[chromium] › tests/react.spec.ts:588:5 › reactlynx3 tests › basic › basic-lazy-component-multi ─
[chromium] › tests/react.spec.ts:904:5 › reactlynx3 tests › basic › basic-bindmouse ────────────
[chromium] › tests/react.spec.ts:2555:7 › reactlynx3 tests › elements › svg › basic-element-svg-bindload
137 skipped
268 passed (33.0s)
|
Loading