chore: update dependency @docsearch/js to v3.8.2 #11034
e2e.yml
on: pull_request
Build demo
5m 22s
Cypress / Component Testing
5m 15s
Matrix: playwright
E2E result
1m 12s
Playwright E2E Tests matrix result
0s
Annotations
5 errors, 60 warnings, and 36 notices
[webkit] › tests/legacy/multi-select/multi-select.pw.spec.ts:245:13 › MultiSelect › API page › placeholder with value content:
projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts#L261
1) [webkit] › tests/legacy/multi-select/multi-select.pw.spec.ts:245:13 › MultiSelect › API page › placeholder with value content
Error: expect(page).toHaveScreenshot(expected)
1144 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/multi-select/multi-select.pw.spec.ts-snapshots/10-multi-select-placeholder-with-value-content-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--f32b1-ceholder-with-value-content-webkit/10-multi-select-placeholder-with-value-content-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--f32b1-ceholder-with-value-content-webkit/10-multi-select-placeholder-with-value-content-diff.png
Call log:
- expect.toHaveScreenshot(10-multi-select-placeholder-with-value-content.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1144 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 1144 pixels (ratio 0.01 of all image pixels) are different.
259 | await documentationPage.waitStableState();
260 |
> 261 | await expect(page).toHaveScreenshot(
| ^
262 | '10-multi-select-placeholder-with-value-content.png',
263 | );
264 | });
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts:261:32
|
[webkit] › tests/legacy/multi-select/multi-select.pw.spec.ts:245:13 › MultiSelect › API page › placeholder with value content:
projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts#L261
1) [webkit] › tests/legacy/multi-select/multi-select.pw.spec.ts:245:13 › MultiSelect › API page › placeholder with value content
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
1144 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/multi-select/multi-select.pw.spec.ts-snapshots/10-multi-select-placeholder-with-value-content-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--f32b1-ceholder-with-value-content-webkit-retry1/10-multi-select-placeholder-with-value-content-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--f32b1-ceholder-with-value-content-webkit-retry1/10-multi-select-placeholder-with-value-content-diff.png
Call log:
- expect.toHaveScreenshot(10-multi-select-placeholder-with-value-content.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1144 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 1144 pixels (ratio 0.01 of all image pixels) are different.
259 | await documentationPage.waitStableState();
260 |
> 261 | await expect(page).toHaveScreenshot(
| ^
262 | '10-multi-select-placeholder-with-value-content.png',
263 | );
264 | });
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts:261:32
|
[webkit] › tests/legacy/multi-select/multi-select.pw.spec.ts:245:13 › MultiSelect › API page › placeholder with value content:
projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts#L261
1) [webkit] › tests/legacy/multi-select/multi-select.pw.spec.ts:245:13 › MultiSelect › API page › placeholder with value content
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
1144 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/multi-select/multi-select.pw.spec.ts-snapshots/10-multi-select-placeholder-with-value-content-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--f32b1-ceholder-with-value-content-webkit-retry2/10-multi-select-placeholder-with-value-content-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--f32b1-ceholder-with-value-content-webkit-retry2/10-multi-select-placeholder-with-value-content-diff.png
Call log:
- expect.toHaveScreenshot(10-multi-select-placeholder-with-value-content.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1144 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 1144 pixels (ratio 0.01 of all image pixels) are different.
259 | await documentationPage.waitStableState();
260 |
> 261 | await expect(page).toHaveScreenshot(
| ^
262 | '10-multi-select-placeholder-with-value-content.png',
263 | );
264 | });
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts:261:32
|
Playwright / macos-latest / 9 of 9
Process completed with exit code 1.
|
E2E result
Process completed with exit code 1.
|
Cypress / Component Testing
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build demo
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 1 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 2 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 4 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 8 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 7 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 6 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 9 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 5 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 3 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / macos-latest / 1 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 1 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 1 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 1 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 1 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 2 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 2 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 2 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 2 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 2 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 4 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 4 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 4 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 4 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 4 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Slow Test:
[webkit] › tests/kit/input-table/input-table.pw.spec.ts#L1
[webkit] › tests/kit/input-table/input-table.pw.spec.ts took 17.9s
|
Slow Test:
[webkit] › tests/kit/input-table/input-table.pw.spec.ts#L1
[webkit] › tests/kit/input-table/input-table.pw.spec.ts took 17.7s
|
Playwright / macos-latest / 6 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 6 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 6 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 6 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 6 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 7 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 7 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 7 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 7 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 7 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 5 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 5 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 5 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 5 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 5 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 8 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 8 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 8 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 8 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 8 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 9 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 9 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 9 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 9 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 9 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 3 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 3 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 3 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 3 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 3 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright E2E Tests matrix result
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E result
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
110 passed (1.2m)
|
🎭 Playwright Run Summary
110 passed (1.4m)
|
🎭 Playwright Run Summary
110 passed (1.8m)
|
🎭 Playwright Run Summary
110 passed (1.7m)
|
🎭 Playwright Run Summary
110 passed (2.0m)
|
🎭 Playwright Run Summary
110 passed (1.9m)
|
🎭 Playwright Run Summary
109 passed (1.3m)
|
🎭 Playwright Run Summary
109 passed (1.5m)
|
🎭 Playwright Run Summary
109 passed (1.9m)
|
🎭 Playwright Run Summary
109 passed (1.6m)
|
🎭 Playwright Run Summary
109 passed (2.0m)
|
🎭 Playwright Run Summary
109 passed (1.8m)
|
🎭 Playwright Run Summary
109 passed (1.5m)
|
🎭 Playwright Run Summary
109 passed (1.6m)
|
🎭 Playwright Run Summary
110 passed (2.5m)
|
🎭 Playwright Run Summary
110 passed (2.8m)
|
🎭 Playwright Run Summary
110 passed (6.8m)
|
🎭 Playwright Run Summary
110 passed (8.1m)
|
🎭 Playwright Run Summary
8 skipped
102 passed (1.4m)
|
🎭 Playwright Run Summary
8 skipped
102 passed (1.6m)
|
🎭 Playwright Run Summary
44 skipped
66 passed (1.5m)
|
🎭 Playwright Run Summary
44 skipped
66 passed (2.1m)
|
🎭 Playwright Run Summary
110 passed (3.5m)
|
🎭 Playwright Run Summary
110 passed (2.8m)
|
🎭 Playwright Run Summary
17 skipped
92 passed (2.9m)
|
🎭 Playwright Run Summary
17 skipped
92 passed (2.9m)
|
🎭 Playwright Run Summary
5 skipped
104 passed (2.5m)
|
🎭 Playwright Run Summary
5 skipped
104 passed (1.9m)
|
🎭 Playwright Run Summary
110 passed (3.5m)
|
🎭 Playwright Run Summary
110 passed (3.0m)
|
🎭 Playwright Run Summary
109 passed (2.5m)
|
🎭 Playwright Run Summary
109 passed (1.7m)
|
🎭 Playwright Run Summary
10 skipped
99 passed (2.4m)
|
🎭 Playwright Run Summary
1 failed
[webkit] › tests/legacy/multi-select/multi-select.pw.spec.ts:245:13 › MultiSelect › API page › placeholder with value content
10 skipped
98 passed (2.4m)
|
🎭 Playwright Run Summary
110 passed (12.7m)
|
🎭 Playwright Run Summary
110 passed (11.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cy_baseline_e90ab9557f5430eca8046816fe24e8cc68825fa8
Expired
|
113 KB |
|
playwright-blob-artifacts--e90ab9557f5430eca8046816fe24e8cc68825fa8-12377821852-10014-Linux_1
Expired
|
260 KB |
|
playwright-blob-artifacts--e90ab9557f5430eca8046816fe24e8cc68825fa8-12377821852-10014-Linux_2
Expired
|
305 KB |
|
playwright-blob-artifacts--e90ab9557f5430eca8046816fe24e8cc68825fa8-12377821852-10014-Linux_3
Expired
|
1.45 MB |
|
playwright-blob-artifacts--e90ab9557f5430eca8046816fe24e8cc68825fa8-12377821852-10014-Linux_4
Expired
|
532 KB |
|
playwright-blob-artifacts--e90ab9557f5430eca8046816fe24e8cc68825fa8-12377821852-10014-Linux_5
Expired
|
833 KB |
|
playwright-blob-artifacts--e90ab9557f5430eca8046816fe24e8cc68825fa8-12377821852-10014-Linux_6
Expired
|
432 KB |
|
playwright-blob-artifacts--e90ab9557f5430eca8046816fe24e8cc68825fa8-12377821852-10014-Linux_7
Expired
|
347 KB |
|
playwright-blob-artifacts--e90ab9557f5430eca8046816fe24e8cc68825fa8-12377821852-10014-Linux_8
Expired
|
365 KB |
|
playwright-blob-artifacts--e90ab9557f5430eca8046816fe24e8cc68825fa8-12377821852-10014-Linux_9
Expired
|
386 KB |
|
playwright-blob-artifacts--e90ab9557f5430eca8046816fe24e8cc68825fa8-12377821852-10014-macOS_1
Expired
|
233 KB |
|
playwright-blob-artifacts--e90ab9557f5430eca8046816fe24e8cc68825fa8-12377821852-10014-macOS_2
Expired
|
235 KB |
|
playwright-blob-artifacts--e90ab9557f5430eca8046816fe24e8cc68825fa8-12377821852-10014-macOS_3
Expired
|
1.43 MB |
|
playwright-blob-artifacts--e90ab9557f5430eca8046816fe24e8cc68825fa8-12377821852-10014-macOS_4
Expired
|
527 KB |
|
playwright-blob-artifacts--e90ab9557f5430eca8046816fe24e8cc68825fa8-12377821852-10014-macOS_5
Expired
|
788 KB |
|
playwright-blob-artifacts--e90ab9557f5430eca8046816fe24e8cc68825fa8-12377821852-10014-macOS_6
Expired
|
398 KB |
|
playwright-blob-artifacts--e90ab9557f5430eca8046816fe24e8cc68825fa8-12377821852-10014-macOS_7
Expired
|
296 KB |
|
playwright-blob-artifacts--e90ab9557f5430eca8046816fe24e8cc68825fa8-12377821852-10014-macOS_8
Expired
|
336 KB |
|
playwright-blob-artifacts--e90ab9557f5430eca8046816fe24e8cc68825fa8-12377821852-10014-macOS_9
Expired
|
1.07 MB |
|
playwright-snapshots-artifacts--e90ab9557f5430eca8046816fe24e8cc68825fa8-12377821852-10014-macOS_9
Expired
|
79.6 KB |
|