chore: update dependency @taiga-ui/design-tokens to v0.171.0 #11673
e2e.yml
on: pull_request
Build demo
17m 18s
Cypress / Component Testing
17m 7s
Matrix: playwright
E2E result
1m 21s
Playwright E2E Tests matrix result
0s
Annotations
4 errors, 45 warnings, and 36 notices
[webkit] › projects/demo-playwright/tests/addon-preview/preview.pw.spec.ts:18:13 › Preview › Examples › Preview can be zoomed via wheel scroll:
projects/demo-playwright/tests/addon-preview/preview.pw.spec.ts#L31
1) [webkit] › projects/demo-playwright/tests/addon-preview/preview.pw.spec.ts:18:13 › Preview › Examples › Preview can be zoomed via wheel scroll
Error: expect(locator).toHaveScreenshot(expected)
11752 pixels (ratio 0.02 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-preview/preview.pw.spec.ts-snapshots/01-preview-zoom-by-wheel-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-preview-previe-32285--be-zoomed-via-wheel-scroll-webkit/01-preview-zoom-by-wheel-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-preview-previe-32285--be-zoomed-via-wheel-scroll-webkit/01-preview-zoom-by-wheel-diff.png
Call log:
- expect.toHaveScreenshot(01-preview-zoom-by-wheel.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('tui-preview')
- locator resolved to <tui-preview _nghost-ng-c3080679225="" _ngcontent-ng-c1845720093="" class="ng-tns-c3080679225-28 ng-star-inserted">…</tui-preview>
- 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
- 11752 pixels (ratio 0.02 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('tui-preview')
- locator resolved to <tui-preview _nghost-ng-c3080679225="" _ngcontent-ng-c1845720093="" class="ng-tns-c3080679225-28 ng-star-inserted">…</tui-preview>
- 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
- 11752 pixels (ratio 0.02 of all image pixels) are different.
29 | await page.waitForLoadState('networkidle'); // wait load image in dialog
30 |
> 31 | await expect(preview).toHaveScreenshot('01-preview-zoom-by-wheel.png');
| ^
32 | });
33 |
34 | test('No preview available', async ({page}) => {
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-preview/preview.pw.spec.ts:31:35
|
[chromium] › projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:45:17 › DropdownHover › Examples › With DropdownMobile › Closes dropdown on click on overlay:
projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts#L57
1) [chromium] › projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:45:17 › DropdownHover › Examples › With DropdownMobile › Closes dropdown on click on overlay
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('tui-dropdown-mobile').locator('.t-filler')
- locator resolved to <div waintersectionobserver="" waintersectionthreshold="1" class="t-filler ng-tns-c3475129421-24 ng-star-inserted"></div>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
- <tui-doc-example id="dropdown-mobile" _nghost-ng-c644840128="" class="ng-star-inserted" heading="With DropdownMobile">…</tui-doc-example> from <div class="t-root-content">…</div> subtree intercepts pointer events
- retrying click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
55 | await expect(page.locator('tui-dropdown-mobile')).toBeVisible();
56 |
> 57 | await mobileCalendar.overlay.click();
| ^
58 |
59 | await expect(page.locator('tui-dropdown-mobile')).not.toBeAttached();
60 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:57:46
|
[webkit] › projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:318:17 › InputDateRange › API › Selecting range consisting of the same start/end date › no highlighting hover effect after double click on the same day:
projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts#L332
1) [webkit] › projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:318:17 › InputDateRange › API › Selecting range consisting of the same start/end date › no highlighting hover effect after double click on the same day
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('tui-calendar-range, tui-mobile-calendar')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(12-1-has-hover-effect.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('tui-calendar-range, tui-mobile-calendar')
- locator resolved to <tui-calendar-range class="ng-star-inserted" _nghost-ng-c3997311668="" _ngcontent-ng-c325314227="">…</tui-calendar-range>
- 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
- waiting 100ms before taking screenshot
- waiting for locator('tui-calendar-range, tui-mobile-calendar')
- locator resolved to <tui-calendar-range class="ng-star-inserted" _nghost-ng-c3997311668="" _ngcontent-ng-c325314227="">…</tui-calendar-range>
- taking element screenshot
- disabled all CSS animations
- Timeout 5000ms exceeded.
330 | await calendarSheet.getCalendarDay(20).then(async (x) => x!.hover());
331 |
> 332 | await expect(inputDateRange.calendar).toHaveScreenshot(
| ^
333 | '12-1-has-hover-effect.png',
334 | );
335 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:332:55
|
[webkit] › projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:360:13 › InputDateRange › API › minLength=15:
projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts#L372
2) [webkit] › projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:360:13 › InputDateRange › API › minLength=15
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('tui-dropdown tui-calendar-range')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(input-date-range-min-length-15-1.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('tui-dropdown tui-calendar-range')
- locator resolved to <tui-calendar-range class="ng-star-inserted" _nghost-ng-c3997311668="" _ngcontent-ng-c325314227="">…</tui-calendar-range>
- 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
- waiting 100ms before taking screenshot
- waiting for locator('tui-dropdown tui-calendar-range')
- locator resolved to <tui-calendar-range class="ng-star-inserted" _nghost-ng-c3997311668="" _ngcontent-ng-c325314227="">…</tui-calendar-range>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
370 | await expect(
371 | page.locator('tui-dropdown tui-calendar-range'),
> 372 | ).toHaveScreenshot('input-date-range-min-length-15-1.png');
| ^
373 |
374 | await calendarSheet.clickOnDay(18);
375 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:372:15
|
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.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 1 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 / 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.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 2 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 / 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.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 4 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 / 4 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.45 is already installed and up-to-date.
To reinstall 1.6.45, 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 / 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.45 is already installed and up-to-date.
To reinstall 1.6.45, 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 / 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.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 6 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 / 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 / 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.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 8 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 / 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 / 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.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 3 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 / 3 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.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 9 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 / 9 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
🎭 Playwright Run Summary
120 passed (2.2m)
|
🎭 Playwright Run Summary
120 passed (2.0m)
|
🎭 Playwright Run Summary
120 passed (1.8m)
|
🎭 Playwright Run Summary
120 passed (1.9m)
|
🎭 Playwright Run Summary
121 passed (1.7m)
|
🎭 Playwright Run Summary
121 passed (1.8m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › projects/demo-playwright/tests/addon-preview/preview.pw.spec.ts:18:13 › Preview › Examples › Preview can be zoomed via wheel scroll
10 skipped
110 passed (1.5m)
|
🎭 Playwright Run Summary
10 skipped
111 passed (1.6m)
|
🎭 Playwright Run Summary
121 passed (2.6m)
|
🎭 Playwright Run Summary
121 passed (2.3m)
|
🎭 Playwright Run Summary
120 passed (1.9m)
|
🎭 Playwright Run Summary
120 passed (2.1m)
|
🎭 Playwright Run Summary
120 passed (2.0m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:45:17 › DropdownHover › Examples › With DropdownMobile › Closes dropdown on click on overlay
119 passed (1.8m)
|
🎭 Playwright Run Summary
121 passed (3.5m)
|
🎭 Playwright Run Summary
121 passed (4.1m)
|
🎭 Playwright Run Summary
43 skipped
78 passed (3.0m)
|
🎭 Playwright Run Summary
43 skipped
78 passed (3.3m)
|
🎭 Playwright Run Summary
121 passed (2.6m)
|
🎭 Playwright Run Summary
121 passed (2.4m)
|
🎭 Playwright Run Summary
121 passed (4.1m)
|
🎭 Playwright Run Summary
121 passed (4.0m)
|
🎭 Playwright Run Summary
121 passed (5.7m)
|
🎭 Playwright Run Summary
121 passed (6.7m)
|
🎭 Playwright Run Summary
121 passed (5.7m)
|
🎭 Playwright Run Summary
121 passed (4.8m)
|
🎭 Playwright Run Summary
2 flaky
[webkit] › projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:318:17 › InputDateRange › API › Selecting range consisting of the same start/end date › no highlighting hover effect after double click on the same day
[webkit] › projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:360:13 › InputDateRange › API › minLength=15
9 skipped
109 passed (3.9m)
|
🎭 Playwright Run Summary
9 skipped
111 passed (2.6m)
|
🎭 Playwright Run Summary
17 skipped
103 passed (2.0m)
|
🎭 Playwright Run Summary
17 skipped
103 passed (2.1m)
|
🎭 Playwright Run Summary
120 passed (2.0m)
|
🎭 Playwright Run Summary
120 passed (1.7m)
|
🎭 Playwright Run Summary
121 passed (9.7m)
|
🎭 Playwright Run Summary
121 passed (8.6m)
|
🎭 Playwright Run Summary
4 skipped
116 passed (3.3m)
|
🎭 Playwright Run Summary
4 skipped
116 passed (2.8m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cy_baseline_24fbc11698268caf2f99090c56199444ec8094b9
|
150 KB |
|
playwright-blob-artifacts--24fbc11698268caf2f99090c56199444ec8094b9-13155503438-10312-Linux_1
|
389 KB |
|
playwright-blob-artifacts--24fbc11698268caf2f99090c56199444ec8094b9-13155503438-10312-Linux_2
|
512 KB |
|
playwright-blob-artifacts--24fbc11698268caf2f99090c56199444ec8094b9-13155503438-10312-Linux_3
|
1.41 MB |
|
playwright-blob-artifacts--24fbc11698268caf2f99090c56199444ec8094b9-13155503438-10312-Linux_4
|
694 KB |
|
playwright-blob-artifacts--24fbc11698268caf2f99090c56199444ec8094b9-13155503438-10312-Linux_5
|
1.08 MB |
|
playwright-blob-artifacts--24fbc11698268caf2f99090c56199444ec8094b9-13155503438-10312-Linux_6
|
790 KB |
|
playwright-blob-artifacts--24fbc11698268caf2f99090c56199444ec8094b9-13155503438-10312-Linux_7
|
478 KB |
|
playwright-blob-artifacts--24fbc11698268caf2f99090c56199444ec8094b9-13155503438-10312-Linux_8
|
496 KB |
|
playwright-blob-artifacts--24fbc11698268caf2f99090c56199444ec8094b9-13155503438-10312-Linux_9
|
538 KB |
|
playwright-blob-artifacts--24fbc11698268caf2f99090c56199444ec8094b9-13155503438-10312-macOS_1
|
989 KB |
|
playwright-blob-artifacts--24fbc11698268caf2f99090c56199444ec8094b9-13155503438-10312-macOS_2
|
409 KB |
|
playwright-blob-artifacts--24fbc11698268caf2f99090c56199444ec8094b9-13155503438-10312-macOS_3
|
1.3 MB |
|
playwright-blob-artifacts--24fbc11698268caf2f99090c56199444ec8094b9-13155503438-10312-macOS_4
|
635 KB |
|
playwright-blob-artifacts--24fbc11698268caf2f99090c56199444ec8094b9-13155503438-10312-macOS_5
|
1000 KB |
|
playwright-blob-artifacts--24fbc11698268caf2f99090c56199444ec8094b9-13155503438-10312-macOS_6
|
371 KB |
|
playwright-blob-artifacts--24fbc11698268caf2f99090c56199444ec8094b9-13155503438-10312-macOS_7
|
405 KB |
|
playwright-blob-artifacts--24fbc11698268caf2f99090c56199444ec8094b9-13155503438-10312-macOS_8
|
410 KB |
|
playwright-blob-artifacts--24fbc11698268caf2f99090c56199444ec8094b9-13155503438-10312-macOS_9
|
419 KB |
|