chore: update dependency @taiga-ui/design-tokens to v0.158.0 #11088
Annotations
4 errors, 5 warnings, and 2 notices
Run screenshot tests on dist/demo/browser:
projects/demo-playwright/tests/legacy/input-tag/input-tag.pw.spec.ts#L38
1) [webkit] › tests/legacy/input-tag/input-tag.pw.spec.ts:31:13 › InputTag › Examples › switch theme mode
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#sizes [automation-id="tui-doc-example"]')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(04-input-tag.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('#sizes [automation-id="tui-doc-example"]')
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- waiting 100ms before taking screenshot
- waiting for locator('#sizes [automation-id="tui-doc-example"]')
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- Timeout 5000ms exceeded.
36 | await tuiGoto(page, DemoRoute.InputTag, {enableNightMode: true});
37 |
> 38 | await expect(example).toHaveScreenshot('04-input-tag.png');
| ^
39 | });
40 |
41 | test('allows to forbid spaces inside tags via property', async ({page}) => {
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-tag/input-tag.pw.spec.ts:38:35
|
Run screenshot tests on dist/demo/browser:
projects/demo-playwright/tests/legacy/input-tag/input-tag.pw.spec.ts#L50
2) [webkit] › tests/legacy/input-tag/input-tag.pw.spec.ts:41:13 › InputTag › Examples › allows to forbid spaces inside tags via property
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#no-spaces-inside-tags [automation-id="tui-doc-example"]')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(06-input-tag.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('#no-spaces-inside-tags [automation-id="tui-doc-example"]')
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- waiting 100ms before taking screenshot
- waiting for locator('#no-spaces-inside-tags [automation-id="tui-doc-example"]')
- Timeout 5000ms exceeded.
48 | await page.keyboard.down('Enter');
49 |
> 50 | await expect(example).toHaveScreenshot('06-input-tag.png');
| ^
51 | });
52 | });
53 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-tag/input-tag.pw.spec.ts:50:35
|
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts#L86
1) [webkit] › tests/legacy/multi-select/multi-select.pw.spec.ts:69:21 › MultiSelect › Examples › Multiselect inside dialog with different textfield sizes › multiselect inside dialog with tuiTextfieldSize=s
Error: expect(page).toHaveScreenshot(expected)
20 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/04-dialog-with-text-field-size-s-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--6cf9b-log-with-tuiTextfieldSize-s-webkit/04-dialog-with-text-field-size-s-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--6cf9b-log-with-tuiTextfieldSize-s-webkit/04-dialog-with-text-field-size-s-diff.png
Call log:
- expect.toHaveScreenshot(04-dialog-with-text-field-size-s.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 20 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
- 20 pixels (ratio 0.01 of all image pixels) are different.
84 | await documentationPage.waitStableState();
85 |
> 86 | await expect(page).toHaveScreenshot(
| ^
87 | `04-dialog-with-text-field-size-${size}.png`,
88 | );
89 | });
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts:86:40
|
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts#L86
1) [webkit] › tests/legacy/multi-select/multi-select.pw.spec.ts:69:21 › MultiSelect › Examples › Multiselect inside dialog with different textfield sizes › multiselect inside dialog with tuiTextfieldSize=s
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
52 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/04-dialog-with-text-field-size-s-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--6cf9b-log-with-tuiTextfieldSize-s-webkit-retry1/04-dialog-with-text-field-size-s-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--6cf9b-log-with-tuiTextfieldSize-s-webkit-retry1/04-dialog-with-text-field-size-s-diff.png
Call log:
- expect.toHaveScreenshot(04-dialog-with-text-field-size-s.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 52 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
- 52 pixels (ratio 0.01 of all image pixels) are different.
84 | await documentationPage.waitStableState();
85 |
> 86 | await expect(page).toHaveScreenshot(
| ^
87 | `04-dialog-with-text-field-size-${size}.png`,
88 | );
89 | });
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts:86:40
|
Mac OS X building all dependencies
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Mac OS X building all dependencies
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Mac OS X building all dependencies
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Mac OS X building all dependencies
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Mac OS X building all dependencies
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Run screenshot tests on dist/demo/browser
2 flaky
[webkit] › tests/legacy/input-tag/input-tag.pw.spec.ts:31:13 › InputTag › Examples › switch theme mode
[webkit] › tests/legacy/input-tag/input-tag.pw.spec.ts:41:13 › InputTag › Examples › allows to forbid spaces inside tags via property
4 skipped
103 passed (2.8m)
|
Run screenshot tests on dist/demo/browser/main
1 flaky
[webkit] › tests/legacy/multi-select/multi-select.pw.spec.ts:69:21 › MultiSelect › Examples › Multiselect inside dialog with different textfield sizes › multiselect inside dialog with tuiTextfieldSize=s
4 skipped
104 passed (2.0m)
|
Loading