fix(addon-mobile): virtual-scroll flickers during scroll in zoneless mode #11075
e2e.yml
on: pull_request
Build demo
4m 0s
Cypress / Component Testing
4m 43s
Matrix: playwright
E2E result
58s
Playwright E2E Tests matrix result
0s
Annotations
54 errors, 58 warnings, and 36 notices
[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
|
[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/core/hint/hint.pw.spec.ts:71:13 › TuiHint › false mode hint with delay:
projects/demo-playwright/tests/core/hint/hint.pw.spec.ts#L90
1) [chromium] › tests/core/hint/hint.pw.spec.ts:71:13 › TuiHint › false mode hint with delay ─────
Error: expect(page).toHaveScreenshot(expected)
72139 pixels (ratio 0.13 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/core/hint/hint.pw.spec.ts-snapshots/03-hint-mode-false-tuiHintShowDelay-1000-wait-500-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint.pw-TuiHint-false-mode-hint-with-delay-chromium/03-hint-mode-false-tuiHintShowDelay-1000-wait-500-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint.pw-TuiHint-false-mode-hint-with-delay-chromium/03-hint-mode-false-tuiHintShowDelay-1000-wait-500-diff.png
Call log:
- expect.toHaveScreenshot(03-hint-mode-false-tuiHintShowDelay-1000-wait-500.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 72139 pixels (ratio 0.13 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
- 72139 pixels (ratio 0.13 of all image pixels) are different.
88 | await page.waitForTimeout(500);
89 |
> 90 | await expect(page).toHaveScreenshot(
| ^
91 | `03-hint-mode-${mode}-tuiHintShowDelay-1000-wait-500.png`,
92 | );
93 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/hint/hint.pw.spec.ts:90:32
|
[chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:40:13 › MultiSelect › Examples › multi-select with data list with label:
projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts#L49
1) [chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:40:13 › MultiSelect › Examples › multi-select with data list with label
Error: expect(locator).toHaveScreenshot(expected)
47033 pixels (ratio 0.11 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/02-with-data-list-with-label-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--2d1d5-t-with-data-list-with-label-chromium/02-with-data-list-with-label-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--2d1d5-t-with-data-list-with-label-chromium/02-with-data-list-with-label-diff.png
Call log:
- expect.toHaveScreenshot(02-with-data-list__with-label.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('tui-dropdown')
- locator resolved to <tui-dropdown data-appearance="" _nghost-ng-c452864359="" class="ng-tns-c452864359-45 ng-trigger ng-trigger-tuiDropdownAnimation ng-star-inserted">…</tui-dropdown>
- 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
- Expected an image 576px by 800px, received 576px by 692px. 66684 pixels (ratio 0.15 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('tui-dropdown')
- locator resolved to <tui-dropdown data-appearance="" _nghost-ng-c452864359="" class="ng-tns-c452864359-45 ng-trigger ng-trigger-tuiDropdownAnimation ng-star-inserted">…</tui-dropdown>
- 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
- Expected an image 576px by 692px, received 576px by 800px. 66684 pixels (ratio 0.15 of all image pixels) are different.
- waiting 250ms before taking screenshot
- waiting for locator('tui-dropdown')
- locator resolved to <tui-dropdown data-appearance="" _nghost-ng-c452864359="" class="ng-tns-c452864359-45 ng-trigger ng-trigger-tuiDropdownAnimation ng-star-inserted">…</tui-dropdown>
- 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
- 47033 pixels (ratio 0.11 of all image pixels) are different.
- waiting 500ms before taking screenshot
- waiting for locator('tui-dropdown')
- locator resolved to <tui-dropdown data-appearance="" _nghost-ng-c452864359="" class="ng-tns-c452864359-45 ng-trigger ng-trigger-tuiDropdownAnimation ng-star-inserted">…</tui-dropdown>
- 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
- 47033 pixels (ratio 0.11 of all image pixels) are different.
47 | await documentationPage.waitStableState();
48 |
> 49 | await expect(multiSelect.dropdown).toHaveScreenshot(
| ^
50 | '02-with-data-list__with-label.png',
51 | );
52 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts:49:48
|
[chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:40:13 › MultiSelect › Examples › multi-select with data list with label:
projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts#L49
1) [chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:40:13 › MultiSelect › Examples › multi-select with data list with label
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
53 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/02-with-data-list-with-label-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--2d1d5-t-with-data-list-with-label-chromium-retry1/02-with-data-list-with-label-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--2d1d5-t-with-data-list-with-label-chromium-retry1/02-with-data-list-with-label-diff.png
Call log:
- expect.toHaveScreenshot(02-with-data-list__with-label.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('tui-dropdown')
- locator resolved to <tui-dropdown data-appearance="" _nghost-ng-c452864359="" class="ng-tns-c452864359-45 ng-trigger ng-trigger-tuiDropdownAnimation ng-star-inserted">…</tui-dropdown>
- 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
- Expected an image 576px by 800px, received 576px by 692px. 67388 pixels (ratio 0.15 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('tui-dropdown')
- locator resolved to <tui-dropdown data-appearance="" _nghost-ng-c452864359="" class="ng-tns-c452864359-45 ng-trigger ng-trigger-tuiDropdownAnimation ng-star-inserted">…</tui-dropdown>
- 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
- Expected an image 576px by 692px, received 576px by 800px. 67416 pixels (ratio 0.15 of all image pixels) are different.
- waiting 250ms before taking screenshot
- waiting for locator('tui-dropdown')
- locator resolved to <tui-dropdown data-appearance="" _nghost-ng-c452864359="" class="ng-tns-c452864359-45 ng-trigger ng-trigger-tuiDropdownAnimation ng-star-inserted">…</tui-dropdown>
- 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
- 53 pixels (ratio 0.01 of all image pixels) are different.
47 | await documentationPage.waitStableState();
48 |
> 49 | await expect(multiSelect.dropdown).toHaveScreenshot(
| ^
50 | '02-with-data-list__with-label.png',
51 | );
52 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts:49:48
|
[chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:40:13 › MultiSelect › Examples › multi-select with data list with label:
projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts#L49
1) [chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:40:13 › MultiSelect › Examples › multi-select with data list with label
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
53 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/02-with-data-list-with-label-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--2d1d5-t-with-data-list-with-label-chromium-retry2/02-with-data-list-with-label-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--2d1d5-t-with-data-list-with-label-chromium-retry2/02-with-data-list-with-label-diff.png
Call log:
- expect.toHaveScreenshot(02-with-data-list__with-label.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('tui-dropdown')
- locator resolved to <tui-dropdown data-appearance="" _nghost-ng-c452864359="" class="ng-tns-c452864359-45 ng-trigger ng-trigger-tuiDropdownAnimation ng-star-inserted">…</tui-dropdown>
- 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
- Expected an image 576px by 800px, received 576px by 692px. 66684 pixels (ratio 0.15 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('tui-dropdown')
- locator resolved to <tui-dropdown data-appearance="" _nghost-ng-c452864359="" class="ng-tns-c452864359-45 ng-trigger ng-trigger-tuiDropdownAnimation ng-star-inserted">…</tui-dropdown>
- 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
- Expected an image 576px by 692px, received 576px by 800px. 66712 pixels (ratio 0.15 of all image pixels) are different.
- waiting 250ms before taking screenshot
- waiting for locator('tui-dropdown')
- locator resolved to <tui-dropdown data-appearance="" _nghost-ng-c452864359="" class="ng-tns-c452864359-45 ng-trigger ng-trigger-tuiDropdownAnimation ng-star-inserted">…</tui-dropdown>
- 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
- 53 pixels (ratio 0.01 of all image pixels) are different.
47 | await documentationPage.waitStableState();
48 |
> 49 | await expect(multiSelect.dropdown).toHaveScreenshot(
| ^
50 | '02-with-data-list__with-label.png',
51 | );
52 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts:49:48
|
[chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:73:21 › MultiSelect › Examples › Multiselect inside dialog with different textfield sizes › multiselect inside dialog with tuiTextfieldSize=m:
projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts#L90
2) [chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:73:21 › MultiSelect › Examples › Multiselect inside dialog with different textfield sizes › multiselect inside dialog with tuiTextfieldSize=m
Error: expect(page).toHaveScreenshot(expected)
12 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/04-dialog-with-text-field-size-m-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--e1648-log-with-tuiTextfieldSize-m-chromium/04-dialog-with-text-field-size-m-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--e1648-log-with-tuiTextfieldSize-m-chromium/04-dialog-with-text-field-size-m-diff.png
Call log:
- expect.toHaveScreenshot(04-dialog-with-text-field-size-m.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 12 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
- 12 pixels (ratio 0.01 of all image pixels) are different.
88 | await documentationPage.waitStableState();
89 |
> 90 | await expect(page).toHaveScreenshot(
| ^
91 | `04-dialog-with-text-field-size-${size}.png`,
92 | );
93 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts:90:40
|
[chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:73:21 › MultiSelect › Examples › Multiselect inside dialog with different textfield sizes › multiselect inside dialog with tuiTextfieldSize=m:
projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts#L90
2) [chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:73:21 › MultiSelect › Examples › Multiselect inside dialog with different textfield sizes › multiselect inside dialog with tuiTextfieldSize=m
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
12 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/04-dialog-with-text-field-size-m-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--e1648-log-with-tuiTextfieldSize-m-chromium-retry1/04-dialog-with-text-field-size-m-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--e1648-log-with-tuiTextfieldSize-m-chromium-retry1/04-dialog-with-text-field-size-m-diff.png
Call log:
- expect.toHaveScreenshot(04-dialog-with-text-field-size-m.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 12 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
- 12 pixels (ratio 0.01 of all image pixels) are different.
88 | await documentationPage.waitStableState();
89 |
> 90 | await expect(page).toHaveScreenshot(
| ^
91 | `04-dialog-with-text-field-size-${size}.png`,
92 | );
93 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts:90:40
|
[chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:73:21 › MultiSelect › Examples › Multiselect inside dialog with different textfield sizes › multiselect inside dialog with tuiTextfieldSize=m:
projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts#L90
2) [chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:73:21 › MultiSelect › Examples › Multiselect inside dialog with different textfield sizes › multiselect inside dialog with tuiTextfieldSize=m
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
12 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/04-dialog-with-text-field-size-m-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--e1648-log-with-tuiTextfieldSize-m-chromium-retry2/04-dialog-with-text-field-size-m-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--e1648-log-with-tuiTextfieldSize-m-chromium-retry2/04-dialog-with-text-field-size-m-diff.png
Call log:
- expect.toHaveScreenshot(04-dialog-with-text-field-size-m.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 12 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
- 12 pixels (ratio 0.01 of all image pixels) are different.
88 | await documentationPage.waitStableState();
89 |
> 90 | await expect(page).toHaveScreenshot(
| ^
91 | `04-dialog-with-text-field-size-${size}.png`,
92 | );
93 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts:90:40
|
[chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:73:21 › MultiSelect › Examples › Multiselect inside dialog with different textfield sizes › multiselect inside dialog with tuiTextfieldSize=l:
projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts#L90
3) [chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:73:21 › MultiSelect › Examples › Multiselect inside dialog with different textfield sizes › multiselect inside dialog with tuiTextfieldSize=l
Error: expect(page).toHaveScreenshot(expected)
13 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/04-dialog-with-text-field-size-l-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--bd051-log-with-tuiTextfieldSize-l-chromium/04-dialog-with-text-field-size-l-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--bd051-log-with-tuiTextfieldSize-l-chromium/04-dialog-with-text-field-size-l-diff.png
Call log:
- expect.toHaveScreenshot(04-dialog-with-text-field-size-l.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 13 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
- 13 pixels (ratio 0.01 of all image pixels) are different.
88 | await documentationPage.waitStableState();
89 |
> 90 | await expect(page).toHaveScreenshot(
| ^
91 | `04-dialog-with-text-field-size-${size}.png`,
92 | );
93 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts:90:40
|
[chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:73:21 › MultiSelect › Examples › Multiselect inside dialog with different textfield sizes › multiselect inside dialog with tuiTextfieldSize=l:
projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts#L90
3) [chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:73:21 › MultiSelect › Examples › Multiselect inside dialog with different textfield sizes › multiselect inside dialog with tuiTextfieldSize=l
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
13 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/04-dialog-with-text-field-size-l-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--bd051-log-with-tuiTextfieldSize-l-chromium-retry1/04-dialog-with-text-field-size-l-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--bd051-log-with-tuiTextfieldSize-l-chromium-retry1/04-dialog-with-text-field-size-l-diff.png
Call log:
- expect.toHaveScreenshot(04-dialog-with-text-field-size-l.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 13 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
- 13 pixels (ratio 0.01 of all image pixels) are different.
88 | await documentationPage.waitStableState();
89 |
> 90 | await expect(page).toHaveScreenshot(
| ^
91 | `04-dialog-with-text-field-size-${size}.png`,
92 | );
93 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts:90:40
|
[chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:73:21 › MultiSelect › Examples › Multiselect inside dialog with different textfield sizes › multiselect inside dialog with tuiTextfieldSize=l:
projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts#L90
3) [chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:73:21 › MultiSelect › Examples › Multiselect inside dialog with different textfield sizes › multiselect inside dialog with tuiTextfieldSize=l
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
13 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/04-dialog-with-text-field-size-l-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--bd051-log-with-tuiTextfieldSize-l-chromium-retry2/04-dialog-with-text-field-size-l-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--bd051-log-with-tuiTextfieldSize-l-chromium-retry2/04-dialog-with-text-field-size-l-diff.png
Call log:
- expect.toHaveScreenshot(04-dialog-with-text-field-size-l.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 13 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
- 13 pixels (ratio 0.01 of all image pixels) are different.
88 | await documentationPage.waitStableState();
89 |
> 90 | await expect(page).toHaveScreenshot(
| ^
91 | `04-dialog-with-text-field-size-${size}.png`,
92 | );
93 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts:90:40
|
Playwright / ubuntu-latest / 9 of 9
Process completed with exit code 1.
|
[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
|
[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#L115
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-4-click-to-webkit-darwin.png
Call log:
- expect.toHaveScreenshot(08-disabled-dates-4-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.
113 | await page.mouse.click(100, 100); // clear focus
114 |
> 115 | await expect(example).toHaveScreenshot('08-disabled-dates-4-click-to.png');
| ^
116 |
117 | await getCells().nth(0).click();
118 | 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:115: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
|
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 / 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.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 2 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / 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 / 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.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 1 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / ubuntu-latest / 7 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 6 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 1 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 2 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 4 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 9 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 5 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / 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.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 4 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 5 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 5 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 5 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 5 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 5 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 7 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 7 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 7 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 7 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 7 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 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.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 6 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 8 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 8 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 8 of 9
libpng 1.6.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.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 8 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / 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 / 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.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 3 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright 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
44 skipped
66 passed (1.4m)
|
🎭 Playwright Run Summary
44 skipped
66 passed (1.6m)
|
🎭 Playwright Run Summary
109 passed (1.4m)
|
🎭 Playwright Run Summary
109 passed (1.5m)
|
🎭 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.6m)
|
🎭 Playwright Run Summary
8 skipped
102 passed (1.6m)
|
🎭 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.0m)
|
🎭 Playwright Run Summary
110 passed (1.8m)
|
🎭 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
110 passed (1.8m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/core/hint/hint.pw.spec.ts:71:13 › TuiHint › false mode hint with delay ──────
109 passed (1.6m)
|
🎭 Playwright Run Summary
110 passed (2.1m)
|
🎭 Playwright Run Summary
110 passed (1.9m)
|
🎭 Playwright Run Summary
3 failed
[chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:40:13 › MultiSelect › Examples › multi-select with data list with label
[chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:73:21 › MultiSelect › Examples › Multiselect inside dialog with different textfield sizes › multiselect inside dialog with tuiTextfieldSize=m
[chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:73:21 › MultiSelect › Examples › Multiselect inside dialog with different textfield sizes › multiselect inside dialog with tuiTextfieldSize=l
106 passed (2.1m)
|
🎭 Playwright Run Summary
109 passed (1.8m)
|
🎭 Playwright Run Summary
110 passed (2.5m)
|
🎭 Playwright Run Summary
110 passed (2.9m)
|
🎭 Playwright Run Summary
110 passed (2.9m)
|
🎭 Playwright Run Summary
110 passed (3.5m)
|
🎭 Playwright Run Summary
110 passed (3.6m)
|
🎭 Playwright Run Summary
110 passed (3.1m)
|
🎭 Playwright Run Summary
5 skipped
104 passed (2.1m)
|
🎭 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
5 skipped
100 passed (2.1m)
|
🎭 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 (2.7m)
|
🎭 Playwright Run Summary
18 skipped
92 passed (2.6m)
|
🎭 Playwright Run Summary
109 passed (1.7m)
|
🎭 Playwright Run Summary
109 passed (1.5m)
|
🎭 Playwright Run Summary
110 passed (7.1m)
|
🎭 Playwright Run Summary
110 passed (8.4m)
|
🎭 Playwright Run Summary
10 skipped
99 passed (1.8m)
|
🎭 Playwright Run Summary
10 skipped
99 passed (1.6m)
|
🎭 Playwright Run Summary
110 passed (12.2m)
|
🎭 Playwright Run Summary
110 passed (9.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cy_baseline_0cda981262b6d1d5bf532d39be1e1b82b48761db
Expired
|
113 KB |
|
playwright-blob-artifacts--0cda981262b6d1d5bf532d39be1e1b82b48761db-12427591316-10023-Linux_1
Expired
|
5.08 MB |
|
playwright-blob-artifacts--0cda981262b6d1d5bf532d39be1e1b82b48761db-12427591316-10023-Linux_2
Expired
|
572 KB |
|
playwright-blob-artifacts--0cda981262b6d1d5bf532d39be1e1b82b48761db-12427591316-10023-Linux_3
Expired
|
1.46 MB |
|
playwright-blob-artifacts--0cda981262b6d1d5bf532d39be1e1b82b48761db-12427591316-10023-Linux_4
Expired
|
533 KB |
|
playwright-blob-artifacts--0cda981262b6d1d5bf532d39be1e1b82b48761db-12427591316-10023-Linux_5
Expired
|
834 KB |
|
playwright-blob-artifacts--0cda981262b6d1d5bf532d39be1e1b82b48761db-12427591316-10023-Linux_6
Expired
|
437 KB |
|
playwright-blob-artifacts--0cda981262b6d1d5bf532d39be1e1b82b48761db-12427591316-10023-Linux_7
Expired
|
4.35 MB |
|
playwright-blob-artifacts--0cda981262b6d1d5bf532d39be1e1b82b48761db-12427591316-10023-Linux_8
Expired
|
356 KB |
|
playwright-blob-artifacts--0cda981262b6d1d5bf532d39be1e1b82b48761db-12427591316-10023-Linux_9
Expired
|
3.45 MB |
|
playwright-blob-artifacts--0cda981262b6d1d5bf532d39be1e1b82b48761db-12427591316-10023-macOS_1
Expired
|
5.03 MB |
|
playwright-blob-artifacts--0cda981262b6d1d5bf532d39be1e1b82b48761db-12427591316-10023-macOS_2
Expired
|
226 KB |
|
playwright-blob-artifacts--0cda981262b6d1d5bf532d39be1e1b82b48761db-12427591316-10023-macOS_3
Expired
|
1.42 MB |
|
playwright-blob-artifacts--0cda981262b6d1d5bf532d39be1e1b82b48761db-12427591316-10023-macOS_4
Expired
|
538 KB |
|
playwright-blob-artifacts--0cda981262b6d1d5bf532d39be1e1b82b48761db-12427591316-10023-macOS_5
Expired
|
787 KB |
|
playwright-blob-artifacts--0cda981262b6d1d5bf532d39be1e1b82b48761db-12427591316-10023-macOS_6
Expired
|
1.32 MB |
|
playwright-blob-artifacts--0cda981262b6d1d5bf532d39be1e1b82b48761db-12427591316-10023-macOS_7
Expired
|
4.14 MB |
|
playwright-blob-artifacts--0cda981262b6d1d5bf532d39be1e1b82b48761db-12427591316-10023-macOS_8
Expired
|
341 KB |
|
playwright-blob-artifacts--0cda981262b6d1d5bf532d39be1e1b82b48761db-12427591316-10023-macOS_9
Expired
|
314 KB |
|
playwright-snapshots-artifacts--0cda981262b6d1d5bf532d39be1e1b82b48761db-12427591316-10023-Linux_1
Expired
|
822 KB |
|
playwright-snapshots-artifacts--0cda981262b6d1d5bf532d39be1e1b82b48761db-12427591316-10023-Linux_7
Expired
|
549 KB |
|
playwright-snapshots-artifacts--0cda981262b6d1d5bf532d39be1e1b82b48761db-12427591316-10023-Linux_9
Expired
|
249 KB |
|
playwright-snapshots-artifacts--0cda981262b6d1d5bf532d39be1e1b82b48761db-12427591316-10023-macOS_1
Expired
|
825 KB |
|
playwright-snapshots-artifacts--0cda981262b6d1d5bf532d39be1e1b82b48761db-12427591316-10023-macOS_7
Expired
|
547 KB |
|