chore: npm audit fix (#2607) #5091
Annotations
3 errors and 1 notice
|
[webkit] › ../../../../../work/tests/golden-layout.spec.ts:145:7 › tests golden-layout operations › golden-layout can drag tab to left edge:
../../../../../work/tests/golden-layout.spec.ts#L40
2) [webkit] › ../../../../../work/tests/golden-layout.spec.ts:145:7 › tests golden-layout operations › golden-layout can drag tab to left edge
TimeoutError: locator.click: Timeout 15000ms exceeded.
Call log:
- waiting for getByTestId('app-main-panels-button')
- locator resolved to <button type="button" data-testid="app-main-panels-button" class="btn btn-link btn-panels-menu btn-show-panels">…</button>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <html lang="en">…</html> intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <html lang="en">…</html> intercepts pointer events
- retrying click action
- waiting 100ms
27 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <html lang="en">…</html> intercepts pointer events
- retrying click action
- waiting 500ms
38 | */
39 | async function resetLayout(confirm: boolean) {
> 40 | await page.getByTestId('app-main-panels-button').click();
| ^
41 | await page.getByLabel('Reset Layout').click();
42 |
43 | if (confirm) {
at resetLayout (/work/tests/golden-layout.spec.ts:40:56)
at /work/tests/golden-layout.spec.ts:59:11
|
|
[webkit] › ../../../../../work/tests/golden-layout.spec.ts:145:7 › tests golden-layout operations › golden-layout can drag tab to left edge:
../../../../../work/tests/golden-layout.spec.ts#L167
2) [webkit] › ../../../../../work/tests/golden-layout.spec.ts:145:7 › tests golden-layout operations › golden-layout can drag tab to left edge
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('.lm_dropTargetIndicator')
3 pixels (ratio 0.01 of all image pixels) are different.
Call log:
- Expect "toHaveScreenshot" with timeout 15000ms
- verifying given screenshot expectation
- waiting for locator('.lm_dropTargetIndicator')
- locator resolved to <div class="lm_dropTargetIndicator">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 3 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.lm_dropTargetIndicator')
- locator resolved to <div class="lm_dropTargetIndicator">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 3 pixels (ratio 0.01 of all image pixels) are different.
165 |
166 | // check the drop indicator
> 167 | await expect(dropTargetIndicator).toHaveScreenshot();
| ^
168 |
169 | // check the drag proxy
170 | await expect(page.locator('.lm_dragProxy')).toHaveScreenshot();
at /work/tests/golden-layout.spec.ts:167:39
|
|
[webkit] › ../../../../../work/tests/console.spec.ts:91:7 › console scroll tests › scrolls to the bottom when command is executed:
../../../../../work/tests/console.spec.ts#L105
1) [webkit] › ../../../../../work/tests/console.spec.ts:91:7 › console scroll tests › scrolls to the bottom when command is executed
Error: expect(received).toBeLessThanOrEqual(expected)
Expected: <= 0
Received: 882
Call Log:
- Timeout 15000ms exceeded while waiting on the predicate
103 | // Expect the console to be scrolled to the bottom
104 | const scrollPane = scrollPanelLocator(page);
> 105 | await expect
| ^
106 | .poll(() =>
107 | scrollPane.evaluate(el =>
108 | Math.floor(el.scrollHeight - el.scrollTop - el.clientHeight)
at /work/tests/console.spec.ts:105:5
|
|
🎭 Playwright Run Summary
2 flaky
[webkit] › ../../../../../work/tests/console.spec.ts:91:7 › console scroll tests › scrolls to the bottom when command is executed
[webkit] › ../../../../../work/tests/golden-layout.spec.ts:145:7 › tests golden-layout operations › golden-layout can drag tab to left edge
349 passed (5.3m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
image-cache
Expired
|
1.55 GB |
sha256:84ac5e9a87fb9fc22c2ee7ffbe04123be59d2f8a49d6496e9b05328e62c3716a
|
|
|
playwright-report
|
30.6 MB |
sha256:99ae50e8bcf0773e2d2ab8dcefbeb12a86d9fe007e32ac3c3d5a23308835a251
|
|
|
playwright-report-blob-chromium-1-1
Expired
|
170 KB |
sha256:d92e39f599322bb5774d80a3d7dc11c00acff451153d004760440ebf6b68f763
|
|
|
playwright-report-blob-firefox-1-1
Expired
|
170 KB |
sha256:4f7ff981ec3c3895c08cc940f73b4ae937453574a0be9dba32b28bb1f4e3992b
|
|
|
playwright-report-blob-webkit-1-2
Expired
|
30 MB |
sha256:450f59f89d2f827d22c3376a9c8bfe56afe6aa9cf8e84a05264b5d58211ddd80
|
|
|
playwright-report-blob-webkit-2-2
Expired
|
116 KB |
sha256:262dfc545d87159e69199eeb6146c950932ce81a5d8e3487f72c8beefdaf2081
|
|