fix(addon-mobile): virtual-scroll flickers during scroll in zoneless mode #11056
e2e.yml
on: pull_request
Build demo
4m 18s
Cypress / Component Testing
4m 54s
Matrix: playwright
E2E result
58s
Playwright E2E Tests matrix result
0s
Annotations
47 errors, 63 warnings, and 36 notices
[chromium] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:16:9 › InputDate and mobile user agent › InputDateRange:
projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts#L26
1) [chromium] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:16:9 › InputDate and mobile user agent › InputDateRange
Error: expect(page).toHaveScreenshot(expected)
17957 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts-snapshots/01-input-date-range-mobile-1-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--f9803-e-user-agent-InputDateRange-chromium/01-input-date-range-mobile-1-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--f9803-e-user-agent-InputDateRange-chromium/01-input-date-range-mobile-1-diff.png
Call log:
- expect.toHaveScreenshot(01-input-date-range-mobile-1.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 17957 pixels (ratio 0.02 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
- 17957 pixels (ratio 0.02 of all image pixels) are different.
24 | await page.waitForTimeout(300); // safari flaky
25 |
> 26 | await expect(page).toHaveScreenshot('01-input-date-range-mobile-1.png');
| ^
27 |
28 | await page.locator(november).nth(0).click();
29 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:26:28
|
[chromium] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:16:9 › InputDate and mobile user agent › InputDateRange:
projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts#L26
1) [chromium] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:16:9 › InputDate and mobile user agent › InputDateRange
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
17957 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts-snapshots/01-input-date-range-mobile-1-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--f9803-e-user-agent-InputDateRange-chromium-retry1/01-input-date-range-mobile-1-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--f9803-e-user-agent-InputDateRange-chromium-retry1/01-input-date-range-mobile-1-diff.png
Call log:
- expect.toHaveScreenshot(01-input-date-range-mobile-1.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 17957 pixels (ratio 0.02 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
- 17957 pixels (ratio 0.02 of all image pixels) are different.
24 | await page.waitForTimeout(300); // safari flaky
25 |
> 26 | await expect(page).toHaveScreenshot('01-input-date-range-mobile-1.png');
| ^
27 |
28 | await page.locator(november).nth(0).click();
29 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:26:28
|
[chromium] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:16:9 › InputDate and mobile user agent › InputDateRange:
projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts#L26
1) [chromium] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:16:9 › InputDate and mobile user agent › InputDateRange
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
17957 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts-snapshots/01-input-date-range-mobile-1-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--f9803-e-user-agent-InputDateRange-chromium-retry2/01-input-date-range-mobile-1-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--f9803-e-user-agent-InputDateRange-chromium-retry2/01-input-date-range-mobile-1-diff.png
Call log:
- expect.toHaveScreenshot(01-input-date-range-mobile-1.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 17957 pixels (ratio 0.02 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
- 17957 pixels (ratio 0.02 of all image pixels) are different.
24 | await page.waitForTimeout(300); // safari flaky
25 |
> 26 | await expect(page).toHaveScreenshot('01-input-date-range-mobile-1.png');
| ^
27 |
28 | await page.locator(november).nth(0).click();
29 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:26:28
|
[chromium] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:45:9 › InputDate and mobile user agent › InputDateMulti:
projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts#L55
2) [chromium] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:45:9 › InputDate and mobile user agent › InputDateMulti
Error: expect(page).toHaveScreenshot(expected)
17957 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts-snapshots/02-input-date-range-mobile-1-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--a1e65-e-user-agent-InputDateMulti-chromium/02-input-date-range-mobile-1-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--a1e65-e-user-agent-InputDateMulti-chromium/02-input-date-range-mobile-1-diff.png
Call log:
- expect.toHaveScreenshot(02-input-date-range-mobile-1.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 17957 pixels (ratio 0.02 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
- 17957 pixels (ratio 0.02 of all image pixels) are different.
53 | await page.waitForTimeout(300); // safari flaky
54 |
> 55 | await expect(page).toHaveScreenshot('02-input-date-range-mobile-1.png');
| ^
56 |
57 | await page.locator(november).nth(0).click();
58 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:55:28
|
[chromium] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:45:9 › InputDate and mobile user agent › InputDateMulti:
projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts#L55
2) [chromium] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:45:9 › InputDate and mobile user agent › InputDateMulti
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
17957 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts-snapshots/02-input-date-range-mobile-1-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--a1e65-e-user-agent-InputDateMulti-chromium-retry1/02-input-date-range-mobile-1-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--a1e65-e-user-agent-InputDateMulti-chromium-retry1/02-input-date-range-mobile-1-diff.png
Call log:
- expect.toHaveScreenshot(02-input-date-range-mobile-1.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 17957 pixels (ratio 0.02 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
- 17957 pixels (ratio 0.02 of all image pixels) are different.
53 | await page.waitForTimeout(300); // safari flaky
54 |
> 55 | await expect(page).toHaveScreenshot('02-input-date-range-mobile-1.png');
| ^
56 |
57 | await page.locator(november).nth(0).click();
58 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:55:28
|
[chromium] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:45:9 › InputDate and mobile user agent › InputDateMulti:
projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts#L55
2) [chromium] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:45:9 › InputDate and mobile user agent › InputDateMulti
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
17957 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts-snapshots/02-input-date-range-mobile-1-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--a1e65-e-user-agent-InputDateMulti-chromium-retry2/02-input-date-range-mobile-1-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--a1e65-e-user-agent-InputDateMulti-chromium-retry2/02-input-date-range-mobile-1-diff.png
Call log:
- expect.toHaveScreenshot(02-input-date-range-mobile-1.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 17957 pixels (ratio 0.02 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
- 17957 pixels (ratio 0.02 of all image pixels) are different.
53 | await page.waitForTimeout(300); // safari flaky
54 |
> 55 | await expect(page).toHaveScreenshot('02-input-date-range-mobile-1.png');
| ^
56 |
57 | await page.locator(november).nth(0).click();
58 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:55:28
|
[chromium] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:81:9 › InputDate and mobile user agent › InputDate:
projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts#L91
3) [chromium] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:81:9 › InputDate and mobile user agent › InputDate
Error: expect(page).toHaveScreenshot(expected)
17957 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts-snapshots/03-input-date-range-mobile-1-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--bf2eb-mobile-user-agent-InputDate-chromium/03-input-date-range-mobile-1-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--bf2eb-mobile-user-agent-InputDate-chromium/03-input-date-range-mobile-1-diff.png
Call log:
- expect.toHaveScreenshot(03-input-date-range-mobile-1.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 17957 pixels (ratio 0.02 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
- 17957 pixels (ratio 0.02 of all image pixels) are different.
89 | await page.waitForTimeout(300); // safari flaky
90 |
> 91 | await expect(page).toHaveScreenshot('03-input-date-range-mobile-1.png');
| ^
92 |
93 | await page.locator(november).nth(0).click();
94 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:91:28
|
[chromium] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:81:9 › InputDate and mobile user agent › InputDate:
projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts#L91
3) [chromium] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:81:9 › InputDate and mobile user agent › InputDate
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
17957 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts-snapshots/03-input-date-range-mobile-1-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--bf2eb-mobile-user-agent-InputDate-chromium-retry1/03-input-date-range-mobile-1-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--bf2eb-mobile-user-agent-InputDate-chromium-retry1/03-input-date-range-mobile-1-diff.png
Call log:
- expect.toHaveScreenshot(03-input-date-range-mobile-1.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 17957 pixels (ratio 0.02 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
- 17957 pixels (ratio 0.02 of all image pixels) are different.
89 | await page.waitForTimeout(300); // safari flaky
90 |
> 91 | await expect(page).toHaveScreenshot('03-input-date-range-mobile-1.png');
| ^
92 |
93 | await page.locator(november).nth(0).click();
94 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:91:28
|
[chromium] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:81:9 › InputDate and mobile user agent › InputDate:
projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts#L91
3) [chromium] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:81:9 › InputDate and mobile user agent › InputDate
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
17957 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts-snapshots/03-input-date-range-mobile-1-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--bf2eb-mobile-user-agent-InputDate-chromium-retry2/03-input-date-range-mobile-1-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--bf2eb-mobile-user-agent-InputDate-chromium-retry2/03-input-date-range-mobile-1-diff.png
Call log:
- expect.toHaveScreenshot(03-input-date-range-mobile-1.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 17957 pixels (ratio 0.02 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
- 17957 pixels (ratio 0.02 of all image pixels) are different.
89 | await page.waitForTimeout(300); // safari flaky
90 |
> 91 | await expect(page).toHaveScreenshot('03-input-date-range-mobile-1.png');
| ^
92 |
93 | await page.locator(november).nth(0).click();
94 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:91:28
|
[chromium] › tests/addon-mobile/mobile-calendar/mobile-calendar.pw.spec.ts:8:9 › MobileCalendar › works:
projects/demo-playwright/tests/addon-mobile/mobile-calendar/mobile-calendar.pw.spec.ts#L16
4) [chromium] › tests/addon-mobile/mobile-calendar/mobile-calendar.pw.spec.ts:8:9 › MobileCalendar › works
Error: expect(page).toHaveScreenshot(expected)
12903 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-mobile/mobile-calendar/mobile-calendar.pw.spec.ts-snapshots/01-mobile-calendar-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--77c1d-dar.pw-MobileCalendar-works-chromium/01-mobile-calendar-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--77c1d-dar.pw-MobileCalendar-works-chromium/01-mobile-calendar-diff.png
Call log:
- expect.toHaveScreenshot(01-mobile-calendar.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 12903 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
- 12903 pixels (ratio 0.01 of all image pixels) are different.
14 | await page.waitForTimeout(100);
15 |
> 16 | await expect(page).toHaveScreenshot('01-mobile-calendar.png');
| ^
17 | });
18 |
19 | test('check disabled state', async ({page}) => {
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-mobile/mobile-calendar/mobile-calendar.pw.spec.ts:16:28
|
[chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:137:21 › MultiSelect › API page › Form changes by updateOn › updateOn: change:
projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts#L176
1) [chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:137:21 › MultiSelect › API page › Form changes by updateOn › updateOn: change
Error: expect(locator).toHaveScreenshot(expected)
5183 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/multi-select/multi-select.pw.spec.ts-snapshots/06-update-on-change-5-submit-event-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--39515-by-updateOn-updateOn-change-chromium/06-update-on-change-5-submit-event-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--39515-by-updateOn-updateOn-change-chromium/06-update-on-change-5-submit-event-diff.png
Call log:
- expect.toHaveScreenshot(06-update-on-change__5_submit-event.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c2476019924="">…</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
- 5183 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c2476019924="">…</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
- 5183 pixels (ratio 0.01 of all image pixels) are different.
174 | await documentationPage.waitStableState();
175 |
> 176 | await expect(apiPageExample).toHaveScreenshot(
| ^
177 | `06-update-on-${type}__5_submit-event.png`,
178 | );
179 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts:176:50
|
[webkit] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:16:9 › InputDate and mobile user agent › InputDateRange:
projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts#L26
1) [webkit] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:16:9 › InputDate and mobile user agent › InputDateRange
Error: expect(page).toHaveScreenshot(expected)
18184 pixels (ratio 0.02 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts-snapshots/01-input-date-range-mobile-1-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--f9803-e-user-agent-InputDateRange-webkit/01-input-date-range-mobile-1-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--f9803-e-user-agent-InputDateRange-webkit/01-input-date-range-mobile-1-diff.png
Call log:
- expect.toHaveScreenshot(01-input-date-range-mobile-1.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 18184 pixels (ratio 0.02 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
- 18184 pixels (ratio 0.02 of all image pixels) are different.
24 | await page.waitForTimeout(300); // safari flaky
25 |
> 26 | await expect(page).toHaveScreenshot('01-input-date-range-mobile-1.png');
| ^
27 |
28 | await page.locator(november).nth(0).click();
29 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:26:28
|
[webkit] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:16:9 › InputDate and mobile user agent › InputDateRange:
projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts#L26
1) [webkit] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:16:9 › InputDate and mobile user agent › InputDateRange
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
18184 pixels (ratio 0.02 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts-snapshots/01-input-date-range-mobile-1-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--f9803-e-user-agent-InputDateRange-webkit-retry1/01-input-date-range-mobile-1-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--f9803-e-user-agent-InputDateRange-webkit-retry1/01-input-date-range-mobile-1-diff.png
Call log:
- expect.toHaveScreenshot(01-input-date-range-mobile-1.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 18184 pixels (ratio 0.02 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
- 18184 pixels (ratio 0.02 of all image pixels) are different.
24 | await page.waitForTimeout(300); // safari flaky
25 |
> 26 | await expect(page).toHaveScreenshot('01-input-date-range-mobile-1.png');
| ^
27 |
28 | await page.locator(november).nth(0).click();
29 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:26:28
|
[webkit] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:16:9 › InputDate and mobile user agent › InputDateRange:
projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts#L26
1) [webkit] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:16:9 › InputDate and mobile user agent › InputDateRange
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
18184 pixels (ratio 0.02 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts-snapshots/01-input-date-range-mobile-1-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--f9803-e-user-agent-InputDateRange-webkit-retry2/01-input-date-range-mobile-1-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--f9803-e-user-agent-InputDateRange-webkit-retry2/01-input-date-range-mobile-1-diff.png
Call log:
- expect.toHaveScreenshot(01-input-date-range-mobile-1.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 18184 pixels (ratio 0.02 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
- 18184 pixels (ratio 0.02 of all image pixels) are different.
24 | await page.waitForTimeout(300); // safari flaky
25 |
> 26 | await expect(page).toHaveScreenshot('01-input-date-range-mobile-1.png');
| ^
27 |
28 | await page.locator(november).nth(0).click();
29 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:26:28
|
[webkit] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:45:9 › InputDate and mobile user agent › InputDateMulti:
projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts#L55
2) [webkit] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:45:9 › InputDate and mobile user agent › InputDateMulti
Error: expect(page).toHaveScreenshot(expected)
18184 pixels (ratio 0.02 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts-snapshots/02-input-date-range-mobile-1-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--a1e65-e-user-agent-InputDateMulti-webkit/02-input-date-range-mobile-1-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--a1e65-e-user-agent-InputDateMulti-webkit/02-input-date-range-mobile-1-diff.png
Call log:
- expect.toHaveScreenshot(02-input-date-range-mobile-1.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 18184 pixels (ratio 0.02 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
- 18184 pixels (ratio 0.02 of all image pixels) are different.
53 | await page.waitForTimeout(300); // safari flaky
54 |
> 55 | await expect(page).toHaveScreenshot('02-input-date-range-mobile-1.png');
| ^
56 |
57 | await page.locator(november).nth(0).click();
58 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:55:28
|
[webkit] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:45:9 › InputDate and mobile user agent › InputDateMulti:
projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts#L55
2) [webkit] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:45:9 › InputDate and mobile user agent › InputDateMulti
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
18184 pixels (ratio 0.02 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts-snapshots/02-input-date-range-mobile-1-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--a1e65-e-user-agent-InputDateMulti-webkit-retry1/02-input-date-range-mobile-1-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--a1e65-e-user-agent-InputDateMulti-webkit-retry1/02-input-date-range-mobile-1-diff.png
Call log:
- expect.toHaveScreenshot(02-input-date-range-mobile-1.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 18184 pixels (ratio 0.02 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
- 18184 pixels (ratio 0.02 of all image pixels) are different.
53 | await page.waitForTimeout(300); // safari flaky
54 |
> 55 | await expect(page).toHaveScreenshot('02-input-date-range-mobile-1.png');
| ^
56 |
57 | await page.locator(november).nth(0).click();
58 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:55:28
|
[webkit] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:45:9 › InputDate and mobile user agent › InputDateMulti:
projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts#L55
2) [webkit] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:45:9 › InputDate and mobile user agent › InputDateMulti
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
18184 pixels (ratio 0.02 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts-snapshots/02-input-date-range-mobile-1-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--a1e65-e-user-agent-InputDateMulti-webkit-retry2/02-input-date-range-mobile-1-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--a1e65-e-user-agent-InputDateMulti-webkit-retry2/02-input-date-range-mobile-1-diff.png
Call log:
- expect.toHaveScreenshot(02-input-date-range-mobile-1.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 18184 pixels (ratio 0.02 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
- 18184 pixels (ratio 0.02 of all image pixels) are different.
53 | await page.waitForTimeout(300); // safari flaky
54 |
> 55 | await expect(page).toHaveScreenshot('02-input-date-range-mobile-1.png');
| ^
56 |
57 | await page.locator(november).nth(0).click();
58 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:55:28
|
[webkit] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:81:9 › InputDate and mobile user agent › InputDate:
projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts#L91
3) [webkit] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:81:9 › InputDate and mobile user agent › InputDate
Error: expect(page).toHaveScreenshot(expected)
18184 pixels (ratio 0.02 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts-snapshots/03-input-date-range-mobile-1-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--bf2eb-mobile-user-agent-InputDate-webkit/03-input-date-range-mobile-1-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--bf2eb-mobile-user-agent-InputDate-webkit/03-input-date-range-mobile-1-diff.png
Call log:
- expect.toHaveScreenshot(03-input-date-range-mobile-1.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 18184 pixels (ratio 0.02 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
- 18184 pixels (ratio 0.02 of all image pixels) are different.
89 | await page.waitForTimeout(300); // safari flaky
90 |
> 91 | await expect(page).toHaveScreenshot('03-input-date-range-mobile-1.png');
| ^
92 |
93 | await page.locator(november).nth(0).click();
94 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:91:28
|
[webkit] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:81:9 › InputDate and mobile user agent › InputDate:
projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts#L91
3) [webkit] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:81:9 › InputDate and mobile user agent › InputDate
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
18184 pixels (ratio 0.02 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts-snapshots/03-input-date-range-mobile-1-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--bf2eb-mobile-user-agent-InputDate-webkit-retry1/03-input-date-range-mobile-1-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--bf2eb-mobile-user-agent-InputDate-webkit-retry1/03-input-date-range-mobile-1-diff.png
Call log:
- expect.toHaveScreenshot(03-input-date-range-mobile-1.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 18184 pixels (ratio 0.02 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
- 18184 pixels (ratio 0.02 of all image pixels) are different.
89 | await page.waitForTimeout(300); // safari flaky
90 |
> 91 | await expect(page).toHaveScreenshot('03-input-date-range-mobile-1.png');
| ^
92 |
93 | await page.locator(november).nth(0).click();
94 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:91:28
|
[webkit] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:81:9 › InputDate and mobile user agent › InputDate:
projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts#L91
3) [webkit] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:81:9 › InputDate and mobile user agent › InputDate
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
18184 pixels (ratio 0.02 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts-snapshots/03-input-date-range-mobile-1-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--bf2eb-mobile-user-agent-InputDate-webkit-retry2/03-input-date-range-mobile-1-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--bf2eb-mobile-user-agent-InputDate-webkit-retry2/03-input-date-range-mobile-1-diff.png
Call log:
- expect.toHaveScreenshot(03-input-date-range-mobile-1.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 18184 pixels (ratio 0.02 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
- 18184 pixels (ratio 0.02 of all image pixels) are different.
89 | await page.waitForTimeout(300); // safari flaky
90 |
> 91 | await expect(page).toHaveScreenshot('03-input-date-range-mobile-1.png');
| ^
92 |
93 | await page.locator(november).nth(0).click();
94 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:91:28
|
[webkit] › tests/addon-mobile/mobile-calendar/mobile-calendar.pw.spec.ts:8:9 › MobileCalendar › works:
projects/demo-playwright/tests/addon-mobile/mobile-calendar/mobile-calendar.pw.spec.ts#L16
4) [webkit] › tests/addon-mobile/mobile-calendar/mobile-calendar.pw.spec.ts:8:9 › MobileCalendar › works
Error: expect(page).toHaveScreenshot(expected)
11947 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-mobile/mobile-calendar/mobile-calendar.pw.spec.ts-snapshots/01-mobile-calendar-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--77c1d-dar.pw-MobileCalendar-works-webkit/01-mobile-calendar-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--77c1d-dar.pw-MobileCalendar-works-webkit/01-mobile-calendar-diff.png
Call log:
- expect.toHaveScreenshot(01-mobile-calendar.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 11947 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
- 11947 pixels (ratio 0.01 of all image pixels) are different.
14 | await page.waitForTimeout(100);
15 |
> 16 | await expect(page).toHaveScreenshot('01-mobile-calendar.png');
| ^
17 | });
18 |
19 | test('check disabled state', async ({page}) => {
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-mobile/mobile-calendar/mobile-calendar.pw.spec.ts:16:28
|
[chromium] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - russian:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L278
1) [chromium] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - russian
Error: expect(page).toHaveScreenshot(expected)
14778 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/08-input-date-russian-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-b42f6-e-mobile-calendar---russian-chromium/08-input-date-russian-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-b42f6-e-mobile-calendar---russian-chromium/08-input-date-russian-diff.png
Call log:
- expect.toHaveScreenshot(08-input-date-russian.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 14778 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
- 14778 pixels (ratio 0.01 of all image pixels) are different.
276 | await example.locator('tui-input-date .t-icon tui-icon').click();
277 |
> 278 | await expect(page).toHaveScreenshot(`08-input-date-${language}.png`);
| ^
279 | });
280 | });
281 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:278:36
|
[chromium] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - russian:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L278
1) [chromium] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - russian
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
14778 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/08-input-date-russian-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-b42f6-e-mobile-calendar---russian-chromium-retry1/08-input-date-russian-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-b42f6-e-mobile-calendar---russian-chromium-retry1/08-input-date-russian-diff.png
Call log:
- expect.toHaveScreenshot(08-input-date-russian.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 14778 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
- 14778 pixels (ratio 0.01 of all image pixels) are different.
276 | await example.locator('tui-input-date .t-icon tui-icon').click();
277 |
> 278 | await expect(page).toHaveScreenshot(`08-input-date-${language}.png`);
| ^
279 | });
280 | });
281 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:278:36
|
[chromium] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - russian:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L278
1) [chromium] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - russian
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
14778 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/08-input-date-russian-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-b42f6-e-mobile-calendar---russian-chromium-retry2/08-input-date-russian-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-b42f6-e-mobile-calendar---russian-chromium-retry2/08-input-date-russian-diff.png
Call log:
- expect.toHaveScreenshot(08-input-date-russian.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 14778 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
- 14778 pixels (ratio 0.01 of all image pixels) are different.
276 | await example.locator('tui-input-date .t-icon tui-icon').click();
277 |
> 278 | await expect(page).toHaveScreenshot(`08-input-date-${language}.png`);
| ^
279 | });
280 | });
281 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:278:36
|
[chromium] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - english:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L278
2) [chromium] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - english
Error: expect(page).toHaveScreenshot(expected)
15018 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/08-input-date-english-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-824cc-e-mobile-calendar---english-chromium/08-input-date-english-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-824cc-e-mobile-calendar---english-chromium/08-input-date-english-diff.png
Call log:
- expect.toHaveScreenshot(08-input-date-english.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 15018 pixels (ratio 0.02 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
- 15018 pixels (ratio 0.02 of all image pixels) are different.
276 | await example.locator('tui-input-date .t-icon tui-icon').click();
277 |
> 278 | await expect(page).toHaveScreenshot(`08-input-date-${language}.png`);
| ^
279 | });
280 | });
281 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:278:36
|
[chromium] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - english:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L278
2) [chromium] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - english
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
15018 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/08-input-date-english-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-824cc-e-mobile-calendar---english-chromium-retry1/08-input-date-english-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-824cc-e-mobile-calendar---english-chromium-retry1/08-input-date-english-diff.png
Call log:
- expect.toHaveScreenshot(08-input-date-english.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 15018 pixels (ratio 0.02 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
- 15018 pixels (ratio 0.02 of all image pixels) are different.
276 | await example.locator('tui-input-date .t-icon tui-icon').click();
277 |
> 278 | await expect(page).toHaveScreenshot(`08-input-date-${language}.png`);
| ^
279 | });
280 | });
281 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:278:36
|
[chromium] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - english:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L278
2) [chromium] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - english
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
15018 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/08-input-date-english-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-824cc-e-mobile-calendar---english-chromium-retry2/08-input-date-english-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-824cc-e-mobile-calendar---english-chromium-retry2/08-input-date-english-diff.png
Call log:
- expect.toHaveScreenshot(08-input-date-english.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 15018 pixels (ratio 0.02 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
- 15018 pixels (ratio 0.02 of all image pixels) are different.
276 | await example.locator('tui-input-date .t-icon tui-icon').click();
277 |
> 278 | await expect(page).toHaveScreenshot(`08-input-date-${language}.png`);
| ^
279 | });
280 | });
281 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:278:36
|
[chromium] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - spanish:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L278
3) [chromium] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - spanish
Error: expect(page).toHaveScreenshot(expected)
14793 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/08-input-date-spanish-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-0eb0a-e-mobile-calendar---spanish-chromium/08-input-date-spanish-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-0eb0a-e-mobile-calendar---spanish-chromium/08-input-date-spanish-diff.png
Call log:
- expect.toHaveScreenshot(08-input-date-spanish.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 14793 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
- 14793 pixels (ratio 0.01 of all image pixels) are different.
276 | await example.locator('tui-input-date .t-icon tui-icon').click();
277 |
> 278 | await expect(page).toHaveScreenshot(`08-input-date-${language}.png`);
| ^
279 | });
280 | });
281 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:278:36
|
[chromium] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - spanish:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L278
3) [chromium] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - spanish
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
14793 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/08-input-date-spanish-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-0eb0a-e-mobile-calendar---spanish-chromium-retry1/08-input-date-spanish-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-0eb0a-e-mobile-calendar---spanish-chromium-retry1/08-input-date-spanish-diff.png
Call log:
- expect.toHaveScreenshot(08-input-date-spanish.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 14793 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
- 14793 pixels (ratio 0.01 of all image pixels) are different.
276 | await example.locator('tui-input-date .t-icon tui-icon').click();
277 |
> 278 | await expect(page).toHaveScreenshot(`08-input-date-${language}.png`);
| ^
279 | });
280 | });
281 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:278:36
|
[chromium] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - spanish:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L278
3) [chromium] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - spanish
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
14793 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/08-input-date-spanish-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-0eb0a-e-mobile-calendar---spanish-chromium-retry2/08-input-date-spanish-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-0eb0a-e-mobile-calendar---spanish-chromium-retry2/08-input-date-spanish-diff.png
Call log:
- expect.toHaveScreenshot(08-input-date-spanish.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 14793 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
- 14793 pixels (ratio 0.01 of all image pixels) are different.
276 | await example.locator('tui-input-date .t-icon tui-icon').click();
277 |
> 278 | await expect(page).toHaveScreenshot(`08-input-date-${language}.png`);
| ^
279 | });
280 | });
281 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:278:36
|
[chromium] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:252:17 › InputDateRange › API › Mobile emulation › Selection of only single date produces range with the same start and end:
projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts#L263
4) [chromium] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:252:17 › InputDateRange › API › Mobile emulation › Selection of only single date produces range with the same start and end
Error: Timed out 5000ms waiting for expect(locator).toHaveValue(expected)
Locator: locator('#demo-content').locator('tui-input-date-range').getByRole('textbox')
Expected string: "17.09.2020 – 17.09.2020"
Received string: "17.08.2020 – 17.08.2020"
Call log:
- expect.toHaveValue with timeout 5000ms
- waiting for locator('#demo-content').locator('tui-input-date-range').getByRole('textbox')
9 × locator resolved to <input tabindex="0" inputmode="" placeholder="" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_431601061540000" class="t-input ng-untouched ng-pristine ng-valid" automation-id="tui-primitive-textfield__native-input"/>
- unexpected value "17.08.2020 – 17.08.2020"
261 | await mobileCalendar.confirmButton.click();
262 |
> 263 | await expect(inputDateRange.textfield).toHaveValue(
| ^
264 | `17.09.2020${CHAR_NO_BREAK_SPACE}–${CHAR_NO_BREAK_SPACE}17.09.2020`,
265 | );
266 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:263:56
|
[webkit] › tests/core/data-list/data-list.pw.spec.ts:177:9 › DataList › Options with long text:
projects/demo-playwright/tests/core/data-list/data-list.pw.spec.ts#L188
1) [webkit] › tests/core/data-list/data-list.pw.spec.ts:177:9 › DataList › Options with long text
Error: Timed out 5000ms waiting for expect(page).toHaveScreenshot(expected)
Failed to take two consecutive stable screenshots.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/core/data-list/data-list.pw.spec.ts-snapshots/10-data-list-webkit-darwin.png
Previous: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-data-list-data--8393e-List-Options-with-long-text-webkit/10-data-list-previous.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-data-list-data--8393e-List-Options-with-long-text-webkit/10-data-list-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-data-list-data--8393e-List-Options-with-long-text-webkit/10-data-list-diff.png
Call log:
- expect.toHaveScreenshot(10-data-list.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 11810 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
- 11810 pixels (ratio 0.01 of all image pixels) are different.
- waiting 250ms before taking screenshot
- Timeout 5000ms exceeded.
186 | await documentationPagePO.prepareBeforeScreenshot();
187 |
> 188 | await expect(page).toHaveScreenshot('10-data-list.png');
| ^
189 | });
190 | });
191 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/data-list/data-list.pw.spec.ts:188:28
|
[webkit] › tests/kit/calendar-range/calendar-range.pw.spec.ts:96:13 › CalendarRange › API › Dont allow to select disabled dates in calendar:
projects/demo-playwright/tests/kit/calendar-range/calendar-range.pw.spec.ts#L110
1) [webkit] › tests/kit/calendar-range/calendar-range.pw.spec.ts:96:13 › CalendarRange › API › Dont allow to select disabled dates in calendar
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Timeout 5000ms exceeded.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/calendar-range/calendar-range.pw.spec.ts-snapshots/08-disabled-dates-3-hover-to-webkit-darwin.png
Call log:
- expect.toHaveScreenshot(08-disabled-dates-3-hover-to.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c2476019924="">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
108 | await getCells().nth(9).hover();
109 |
> 110 | await expect(example).toHaveScreenshot('08-disabled-dates-3-hover-to.png');
| ^
111 |
112 | await getCells().nth(9).click();
113 | await page.mouse.click(100, 100); // clear focus
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/calendar-range/calendar-range.pw.spec.ts:110:35
|
[webkit] › tests/kit/calendar-range/calendar-range.pw.spec.ts:96:13 › CalendarRange › API › Dont allow to select disabled dates in calendar:
projects/demo-playwright/tests/kit/calendar-range/calendar-range.pw.spec.ts#L120
1) [webkit] › tests/kit/calendar-range/calendar-range.pw.spec.ts:96:13 › CalendarRange › API › Dont allow to select disabled dates in calendar
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Timeout 5000ms exceeded.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/calendar-range/calendar-range.pw.spec.ts-snapshots/08-disabled-dates-5-click-to-webkit-darwin.png
Call log:
- expect.toHaveScreenshot(08-disabled-dates-5-click-to.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c2476019924="">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
118 | await page.mouse.click(100, 100); // clear focus
119 |
> 120 | await expect(example).toHaveScreenshot('08-disabled-dates-5-click-to.png');
| ^
121 | });
122 | });
123 | });
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/calendar-range/calendar-range.pw.spec.ts:120:35
|
[webkit] › tests/kit/carousel/carousel.pw.spec.ts:22:9 › Carousel › padding has zero value:
projects/demo-playwright/tests/kit/carousel/carousel.pw.spec.ts#L29
2) [webkit] › tests/kit/carousel/carousel.pw.spec.ts:22:9 › Carousel › padding has zero value ────
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Timeout 5000ms exceeded.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/carousel/carousel.pw.spec.ts-snapshots/carousel-padding-0-webkit-darwin.png
Call log:
- expect.toHaveScreenshot(carousel-padding-0.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c2476019924="">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
27 |
28 | await expect(document.apiPageExample).toBeVisible();
> 29 | await expect(document.apiPageExample).toHaveScreenshot('carousel-padding-0.png');
| ^
30 | });
31 |
32 | test('should show next item after drag', async ({page, browserName}) => {
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/carousel/carousel.pw.spec.ts:29:47
|
[webkit] › tests/kit/calendar-range/calendar-range.pw.spec.ts:31:13 › CalendarRange › Examples › With another range switcher:
projects/demo-playwright/tests/kit/calendar-range/calendar-range.pw.spec.ts#L38
1) [webkit] › tests/kit/calendar-range/calendar-range.pw.spec.ts:31:13 › CalendarRange › Examples › With another range switcher
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#with-another-range-switcher [automation-id="tui-doc-example"]')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(05-calendar-range-correct-display-defaults-items-and-values-1.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('#with-another-range-switcher [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...
- Timeout 5000ms exceeded.
36 | example.locator('p button[data-appearance="action"]');
37 |
> 38 | await expect(example).toHaveScreenshot(
| ^
39 | '05-calendar-range-correct-display-defaults-items-and-values-1.png',
40 | );
41 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/calendar-range/calendar-range.pw.spec.ts:38:35
|
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - russian:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L278
1) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - russian
Error: expect(page).toHaveScreenshot(expected)
10441 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/08-input-date-russian-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-b42f6-e-mobile-calendar---russian-webkit/08-input-date-russian-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-b42f6-e-mobile-calendar---russian-webkit/08-input-date-russian-diff.png
Call log:
- expect.toHaveScreenshot(08-input-date-russian.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 10441 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
- 10441 pixels (ratio 0.01 of all image pixels) are different.
276 | await example.locator('tui-input-date .t-icon tui-icon').click();
277 |
> 278 | await expect(page).toHaveScreenshot(`08-input-date-${language}.png`);
| ^
279 | });
280 | });
281 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:278:36
|
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - russian:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L278
1) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - russian
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
10441 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/08-input-date-russian-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-b42f6-e-mobile-calendar---russian-webkit-retry1/08-input-date-russian-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-b42f6-e-mobile-calendar---russian-webkit-retry1/08-input-date-russian-diff.png
Call log:
- expect.toHaveScreenshot(08-input-date-russian.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 10441 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
- 10441 pixels (ratio 0.01 of all image pixels) are different.
276 | await example.locator('tui-input-date .t-icon tui-icon').click();
277 |
> 278 | await expect(page).toHaveScreenshot(`08-input-date-${language}.png`);
| ^
279 | });
280 | });
281 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:278:36
|
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - russian:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L278
1) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - russian
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
10441 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/08-input-date-russian-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-b42f6-e-mobile-calendar---russian-webkit-retry2/08-input-date-russian-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-b42f6-e-mobile-calendar---russian-webkit-retry2/08-input-date-russian-diff.png
Call log:
- expect.toHaveScreenshot(08-input-date-russian.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 10441 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
- 10441 pixels (ratio 0.01 of all image pixels) are different.
276 | await example.locator('tui-input-date .t-icon tui-icon').click();
277 |
> 278 | await expect(page).toHaveScreenshot(`08-input-date-${language}.png`);
| ^
279 | });
280 | });
281 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:278:36
|
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - english:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L278
2) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - english
Error: expect(page).toHaveScreenshot(expected)
10610 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/08-input-date-english-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-824cc-e-mobile-calendar---english-webkit/08-input-date-english-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-824cc-e-mobile-calendar---english-webkit/08-input-date-english-diff.png
Call log:
- expect.toHaveScreenshot(08-input-date-english.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 10610 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
- 10610 pixels (ratio 0.01 of all image pixels) are different.
276 | await example.locator('tui-input-date .t-icon tui-icon').click();
277 |
> 278 | await expect(page).toHaveScreenshot(`08-input-date-${language}.png`);
| ^
279 | });
280 | });
281 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:278:36
|
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - english:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L278
2) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - english
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
10610 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/08-input-date-english-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-824cc-e-mobile-calendar---english-webkit-retry1/08-input-date-english-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-824cc-e-mobile-calendar---english-webkit-retry1/08-input-date-english-diff.png
Call log:
- expect.toHaveScreenshot(08-input-date-english.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 10610 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
- 10610 pixels (ratio 0.01 of all image pixels) are different.
276 | await example.locator('tui-input-date .t-icon tui-icon').click();
277 |
> 278 | await expect(page).toHaveScreenshot(`08-input-date-${language}.png`);
| ^
279 | });
280 | });
281 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:278:36
|
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - english:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L278
2) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - english
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
10610 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/08-input-date-english-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-824cc-e-mobile-calendar---english-webkit-retry2/08-input-date-english-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-824cc-e-mobile-calendar---english-webkit-retry2/08-input-date-english-diff.png
Call log:
- expect.toHaveScreenshot(08-input-date-english.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 10610 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
- 10610 pixels (ratio 0.01 of all image pixels) are different.
276 | await example.locator('tui-input-date .t-icon tui-icon').click();
277 |
> 278 | await expect(page).toHaveScreenshot(`08-input-date-${language}.png`);
| ^
279 | });
280 | });
281 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:278:36
|
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - spanish:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L278
3) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - spanish
Error: expect(page).toHaveScreenshot(expected)
10338 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/08-input-date-spanish-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-0eb0a-e-mobile-calendar---spanish-webkit/08-input-date-spanish-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-0eb0a-e-mobile-calendar---spanish-webkit/08-input-date-spanish-diff.png
Call log:
- expect.toHaveScreenshot(08-input-date-spanish.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 10338 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
- 10338 pixels (ratio 0.01 of all image pixels) are different.
276 | await example.locator('tui-input-date .t-icon tui-icon').click();
277 |
> 278 | await expect(page).toHaveScreenshot(`08-input-date-${language}.png`);
| ^
279 | });
280 | });
281 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:278:36
|
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - spanish:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L278
3) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - spanish
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
10338 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/08-input-date-spanish-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-0eb0a-e-mobile-calendar---spanish-webkit-retry1/08-input-date-spanish-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-0eb0a-e-mobile-calendar---spanish-webkit-retry1/08-input-date-spanish-diff.png
Call log:
- expect.toHaveScreenshot(08-input-date-spanish.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 10338 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
- 10338 pixels (ratio 0.01 of all image pixels) are different.
276 | await example.locator('tui-input-date .t-icon tui-icon').click();
277 |
> 278 | await expect(page).toHaveScreenshot(`08-input-date-${language}.png`);
| ^
279 | });
280 | });
281 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:278:36
|
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - spanish:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L278
3) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - spanish
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
10338 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/08-input-date-spanish-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-0eb0a-e-mobile-calendar---spanish-webkit-retry2/08-input-date-spanish-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-0eb0a-e-mobile-calendar---spanish-webkit-retry2/08-input-date-spanish-diff.png
Call log:
- expect.toHaveScreenshot(08-input-date-spanish.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 10338 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
- 10338 pixels (ratio 0.01 of all image pixels) are different.
276 | await example.locator('tui-input-date .t-icon tui-icon').click();
277 |
> 278 | await expect(page).toHaveScreenshot(`08-input-date-${language}.png`);
| ^
279 | });
280 | });
281 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:278:36
|
[webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:252:17 › InputDateRange › API › Mobile emulation › Selection of only single date produces range with the same start and end:
projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts#L263
4) [webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:252:17 › InputDateRange › API › Mobile emulation › Selection of only single date produces range with the same start and end
Error: Timed out 5000ms waiting for expect(locator).toHaveValue(expected)
Locator: locator('#demo-content').locator('tui-input-date-range').getByRole('textbox')
Expected string: "17.09.2020 – 17.09.2020"
Received string: "17.08.2020 – 17.08.2020"
Call log:
- expect.toHaveValue with timeout 5000ms
- waiting for locator('#demo-content').locator('tui-input-date-range').getByRole('textbox')
9 × locator resolved to <input tabindex="0" inputmode="" placeholder="" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_431601061540000" class="t-input ng-untouched ng-pristine ng-valid" automation-id="tui-primitive-textfield__native-input"/>
- unexpected value "17.08.2020 – 17.08.2020"
261 | await mobileCalendar.confirmButton.click();
262 |
> 263 | await expect(inputDateRange.textfield).toHaveValue(
| ^
264 | `17.09.2020${CHAR_NO_BREAK_SPACE}–${CHAR_NO_BREAK_SPACE}17.09.2020`,
265 | );
266 | });
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:263:56
|
E2E result
Process completed with exit code 1.
|
Build demo
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Cypress / Component Testing
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 / 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 / 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 / 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 / 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 / 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 / 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 / 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 / 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
|
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 / 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 / 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
|
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.2s
|
Slow Test:
[webkit] › tests/kit/field-error/field-error.pw.spec.ts#L1
[webkit] › tests/kit/field-error/field-error.pw.spec.ts took 16.9s
|
Slow Test:
[webkit] › tests/kit/dropdown-context/dropdown-context.pw.spec.ts#L1
[webkit] › tests/kit/dropdown-context/dropdown-context.pw.spec.ts took 16.3s
|
Slow Test:
[webkit] › tests/kit/dropdown-selection/dropdown-selection.pw.spec.ts#L1
[webkit] › tests/kit/dropdown-selection/dropdown-selection.pw.spec.ts took 16.1s
|
Slow Test:
[webkit] › tests/kit/input-table/input-table.pw.spec.ts#L1
[webkit] › tests/kit/input-table/input-table.pw.spec.ts took 24.3s
|
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.0.4 is already installed and up-to-date.
To reinstall 3.0.4, 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 / 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.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 / 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
4 failed
[chromium] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:16:9 › InputDate and mobile user agent › InputDateRange
[chromium] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:45:9 › InputDate and mobile user agent › InputDateMulti
[chromium] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:81:9 › InputDate and mobile user agent › InputDate
[chromium] › tests/addon-mobile/mobile-calendar/mobile-calendar.pw.spec.ts:8:9 › MobileCalendar › works
106 passed (1.5m)
|
🎭 Playwright Run Summary
110 passed (1.4m)
|
🎭 Playwright Run Summary
109 passed (1.4m)
|
🎭 Playwright Run Summary
109 passed (1.5m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:137:21 › MultiSelect › API page › Form changes by updateOn › updateOn: change
108 passed (1.6m)
|
🎭 Playwright Run Summary
109 passed (1.7m)
|
🎭 Playwright Run Summary
110 passed (2.0m)
|
🎭 Playwright Run Summary
110 passed (1.7m)
|
🎭 Playwright Run Summary
110 passed (1.9m)
|
🎭 Playwright Run Summary
110 passed (1.7m)
|
🎭 Playwright Run Summary
110 passed (2.0m)
|
🎭 Playwright Run Summary
110 passed (1.9m)
|
🎭 Playwright Run Summary
4 failed
[webkit] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:16:9 › InputDate and mobile user agent › InputDateRange
[webkit] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:45:9 › InputDate and mobile user agent › InputDateMulti
[webkit] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:81:9 › InputDate and mobile user agent › InputDate
[webkit] › tests/addon-mobile/mobile-calendar/mobile-calendar.pw.spec.ts:8:9 › MobileCalendar › works
8 skipped
98 passed (1.5m)
|
🎭 Playwright Run Summary
8 skipped
102 passed (1.4m)
|
🎭 Playwright Run Summary
109 passed (1.9m)
|
🎭 Playwright Run Summary
4 failed
[chromium] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - russian
[chromium] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - english
[chromium] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - spanish
[chromium] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:252:17 › InputDateRange › API › Mobile emulation › Selection of only single date produces range with the same start and end
105 passed (1.9m)
|
🎭 Playwright Run Summary
110 passed (2.5m)
|
🎭 Playwright Run Summary
110 passed (2.8m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › tests/core/data-list/data-list.pw.spec.ts:177:9 › DataList › Options with long text ─
44 skipped
65 passed (2.3m)
|
🎭 Playwright Run Summary
44 skipped
66 passed (2.6m)
|
🎭 Playwright Run Summary
110 passed (3.2m)
|
🎭 Playwright Run Summary
110 passed (2.9m)
|
🎭 Playwright Run Summary
110 passed (4.2m)
|
🎭 Playwright Run Summary
110 passed (3.2m)
|
🎭 Playwright Run Summary
110 passed (7.1m)
|
🎭 Playwright Run Summary
110 passed (8.4m)
|
🎭 Playwright Run Summary
109 passed (2.8m)
|
🎭 Playwright Run Summary
109 passed (2.2m)
|
🎭 Playwright Run Summary
2 flaky
[webkit] › tests/kit/calendar-range/calendar-range.pw.spec.ts:96:13 › CalendarRange › API › Dont allow to select disabled dates in calendar
[webkit] › tests/kit/carousel/carousel.pw.spec.ts:22:9 › Carousel › padding has zero value ─────
18 skipped
90 passed (4.3m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › tests/kit/calendar-range/calendar-range.pw.spec.ts:31:13 › CalendarRange › Examples › With another range switcher
18 skipped
91 passed (4.8m)
|
🎭 Playwright Run Summary
5 skipped
104 passed (4.4m)
|
🎭 Playwright Run Summary
4 failed
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - russian
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - english
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - spanish
[webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:252:17 › InputDateRange › API › Mobile emulation › Selection of only single date produces range with the same start and end
1 flaky
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:30:13 › InputDate › Examples › correct filler display for size
5 skipped
99 passed (4.9m)
|
🎭 Playwright Run Summary
10 skipped
99 passed (1.8m)
|
🎭 Playwright Run Summary
10 skipped
99 passed (1.8m)
|
🎭 Playwright Run Summary
110 passed (15.3m)
|
🎭 Playwright Run Summary
110 passed (14.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cy_baseline_5f83f629cc05bb3fa814ea475d6fe9fcb15c920e
|
113 KB |
|
playwright-blob-artifacts--5f83f629cc05bb3fa814ea475d6fe9fcb15c920e-12395388621-10023-Linux_1
|
5.09 MB |
|
playwright-blob-artifacts--5f83f629cc05bb3fa814ea475d6fe9fcb15c920e-12395388621-10023-Linux_2
|
302 KB |
|
playwright-blob-artifacts--5f83f629cc05bb3fa814ea475d6fe9fcb15c920e-12395388621-10023-Linux_3
|
1.46 MB |
|
playwright-blob-artifacts--5f83f629cc05bb3fa814ea475d6fe9fcb15c920e-12395388621-10023-Linux_4
|
529 KB |
|
playwright-blob-artifacts--5f83f629cc05bb3fa814ea475d6fe9fcb15c920e-12395388621-10023-Linux_5
|
830 KB |
|
playwright-blob-artifacts--5f83f629cc05bb3fa814ea475d6fe9fcb15c920e-12395388621-10023-Linux_6
|
438 KB |
|
playwright-blob-artifacts--5f83f629cc05bb3fa814ea475d6fe9fcb15c920e-12395388621-10023-Linux_7
|
4.36 MB |
|
playwright-blob-artifacts--5f83f629cc05bb3fa814ea475d6fe9fcb15c920e-12395388621-10023-Linux_8
|
354 KB |
|
playwright-blob-artifacts--5f83f629cc05bb3fa814ea475d6fe9fcb15c920e-12395388621-10023-Linux_9
|
1.33 MB |
|
playwright-blob-artifacts--5f83f629cc05bb3fa814ea475d6fe9fcb15c920e-12395388621-10023-macOS_1
|
5.06 MB |
|
playwright-blob-artifacts--5f83f629cc05bb3fa814ea475d6fe9fcb15c920e-12395388621-10023-macOS_2
|
1.65 MB |
|
playwright-blob-artifacts--5f83f629cc05bb3fa814ea475d6fe9fcb15c920e-12395388621-10023-macOS_3
|
1.45 MB |
|
playwright-blob-artifacts--5f83f629cc05bb3fa814ea475d6fe9fcb15c920e-12395388621-10023-macOS_4
|
530 KB |
|
playwright-blob-artifacts--5f83f629cc05bb3fa814ea475d6fe9fcb15c920e-12395388621-10023-macOS_5
|
784 KB |
|
playwright-blob-artifacts--5f83f629cc05bb3fa814ea475d6fe9fcb15c920e-12395388621-10023-macOS_6
|
1.58 MB |
|
playwright-blob-artifacts--5f83f629cc05bb3fa814ea475d6fe9fcb15c920e-12395388621-10023-macOS_7
|
5.26 MB |
|
playwright-blob-artifacts--5f83f629cc05bb3fa814ea475d6fe9fcb15c920e-12395388621-10023-macOS_8
|
340 KB |
|
playwright-blob-artifacts--5f83f629cc05bb3fa814ea475d6fe9fcb15c920e-12395388621-10023-macOS_9
|
326 KB |
|
playwright-snapshots-artifacts--5f83f629cc05bb3fa814ea475d6fe9fcb15c920e-12395388621-10023-Linux_1
|
822 KB |
|
playwright-snapshots-artifacts--5f83f629cc05bb3fa814ea475d6fe9fcb15c920e-12395388621-10023-Linux_7
|
549 KB |
|
playwright-snapshots-artifacts--5f83f629cc05bb3fa814ea475d6fe9fcb15c920e-12395388621-10023-macOS_1
|
825 KB |
|
playwright-snapshots-artifacts--5f83f629cc05bb3fa814ea475d6fe9fcb15c920e-12395388621-10023-macOS_7
|
547 KB |
|