fix(addon-mobile): DataList
inside DropdownMobile
should not have built-in horizontal indent
#11462
e2e.yml
on: pull_request
Build demo
4m 45s
Cypress / Component Testing
5m 5s
Matrix: playwright
E2E result
1m 4s
Playwright E2E Tests matrix result
0s
Annotations
32 errors, 58 warnings, and 36 notices
[chromium] › tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts:12:9 › DropdownMobile for textfields › with select:
projects/demo-playwright/tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts#L19
1) [chromium] › tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts:12:9 › DropdownMobile for textfields › with select
Error: expect(page).toHaveScreenshot(expected)
31036 pixels (ratio 0.06 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts-snapshots/dropdown-mobile-with-select-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--75f60--for-textfields-with-select-chromium/dropdown-mobile-with-select-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--75f60--for-textfields-with-select-chromium/dropdown-mobile-with-select-diff.png
Call log:
- expect.toHaveScreenshot(dropdown-mobile-with-select.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 31036 pixels (ratio 0.06 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
- 31036 pixels (ratio 0.06 of all image pixels) are different.
17 | await example.locator('tui-select').click();
18 |
> 19 | await expect(page).toHaveScreenshot('dropdown-mobile-with-select.png');
| ^
20 | });
21 | });
22 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts:19:28
|
[chromium] › tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts:12:9 › DropdownMobile for textfields › with select:
projects/demo-playwright/tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts#L19
1) [chromium] › tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts:12:9 › DropdownMobile for textfields › with select
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
31036 pixels (ratio 0.06 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts-snapshots/dropdown-mobile-with-select-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--75f60--for-textfields-with-select-chromium-retry1/dropdown-mobile-with-select-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--75f60--for-textfields-with-select-chromium-retry1/dropdown-mobile-with-select-diff.png
Call log:
- expect.toHaveScreenshot(dropdown-mobile-with-select.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 31036 pixels (ratio 0.06 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
- 31036 pixels (ratio 0.06 of all image pixels) are different.
17 | await example.locator('tui-select').click();
18 |
> 19 | await expect(page).toHaveScreenshot('dropdown-mobile-with-select.png');
| ^
20 | });
21 | });
22 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts:19:28
|
[chromium] › tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts:12:9 › DropdownMobile for textfields › with select:
projects/demo-playwright/tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts#L19
1) [chromium] › tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts:12:9 › DropdownMobile for textfields › with select
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
31036 pixels (ratio 0.06 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts-snapshots/dropdown-mobile-with-select-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--75f60--for-textfields-with-select-chromium-retry2/dropdown-mobile-with-select-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--75f60--for-textfields-with-select-chromium-retry2/dropdown-mobile-with-select-diff.png
Call log:
- expect.toHaveScreenshot(dropdown-mobile-with-select.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 31036 pixels (ratio 0.06 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
- 31036 pixels (ratio 0.06 of all image pixels) are different.
17 | await example.locator('tui-select').click();
18 |
> 19 | await expect(page).toHaveScreenshot('dropdown-mobile-with-select.png');
| ^
20 | });
21 | });
22 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts:19:28
|
Playwright / ubuntu-latest / 1 of 9
Process completed with exit code 1.
|
[chromium] › tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:33:17 › DropdownHover › Examples › With DropdownMobile › Opens mobile version of dropdown on the 1st time click:
projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts#L40
1) [chromium] › tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:33:17 › DropdownHover › Examples › With DropdownMobile › Opens mobile version of dropdown on the 1st time click
Error: expect(page).toHaveScreenshot(expected)
5670 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts-snapshots/mobile-dropdown-1st-time-time-click-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-dropdown-hover-d-6b1f1-pdown-on-the-1st-time-click-chromium/mobile-dropdown-1st-time-time-click-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-dropdown-hover-d-6b1f1-pdown-on-the-1st-time-click-chromium/mobile-dropdown-1st-time-time-click-diff.png
Call log:
- expect.toHaveScreenshot(mobile-dropdown-1st-time-time-click.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 5670 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
- 5670 pixels (ratio 0.01 of all image pixels) are different.
38 | await expect(page.locator('tui-dropdown')).not.toBeAttached();
39 | await expect(page.locator('tui-dropdown-mobile')).toBeVisible();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | 'mobile-dropdown-1st-time-time-click.png',
42 | );
43 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:40:36
|
[chromium] › tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:33:17 › DropdownHover › Examples › With DropdownMobile › Opens mobile version of dropdown on the 1st time click:
projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts#L40
1) [chromium] › tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:33:17 › DropdownHover › Examples › With DropdownMobile › Opens mobile version of dropdown on the 1st time click
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
5670 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts-snapshots/mobile-dropdown-1st-time-time-click-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-dropdown-hover-d-6b1f1-pdown-on-the-1st-time-click-chromium-retry1/mobile-dropdown-1st-time-time-click-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-dropdown-hover-d-6b1f1-pdown-on-the-1st-time-click-chromium-retry1/mobile-dropdown-1st-time-time-click-diff.png
Call log:
- expect.toHaveScreenshot(mobile-dropdown-1st-time-time-click.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 5670 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
- 5670 pixels (ratio 0.01 of all image pixels) are different.
38 | await expect(page.locator('tui-dropdown')).not.toBeAttached();
39 | await expect(page.locator('tui-dropdown-mobile')).toBeVisible();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | 'mobile-dropdown-1st-time-time-click.png',
42 | );
43 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:40:36
|
[chromium] › tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:33:17 › DropdownHover › Examples › With DropdownMobile › Opens mobile version of dropdown on the 1st time click:
projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts#L40
1) [chromium] › tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:33:17 › DropdownHover › Examples › With DropdownMobile › Opens mobile version of dropdown on the 1st time click
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
5670 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts-snapshots/mobile-dropdown-1st-time-time-click-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-dropdown-hover-d-6b1f1-pdown-on-the-1st-time-click-chromium-retry2/mobile-dropdown-1st-time-time-click-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-dropdown-hover-d-6b1f1-pdown-on-the-1st-time-click-chromium-retry2/mobile-dropdown-1st-time-time-click-diff.png
Call log:
- expect.toHaveScreenshot(mobile-dropdown-1st-time-time-click.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 5670 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
- 5670 pixels (ratio 0.01 of all image pixels) are different.
38 | await expect(page.locator('tui-dropdown')).not.toBeAttached();
39 | await expect(page.locator('tui-dropdown-mobile')).toBeVisible();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | 'mobile-dropdown-1st-time-time-click.png',
42 | );
43 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:40:36
|
[chromium] › tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:61:17 › DropdownHover › Examples › With DropdownMobile › Opens mobile version of dropdown on the 2nd time click:
projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts#L77
2) [chromium] › tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:61:17 › DropdownHover › Examples › With DropdownMobile › Opens mobile version of dropdown on the 2nd time click
Error: expect(page).toHaveScreenshot(expected)
5670 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts-snapshots/mobile-dropdown-2nd-time-time-click-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-dropdown-hover-d-a4a54-pdown-on-the-2nd-time-click-chromium/mobile-dropdown-2nd-time-time-click-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-dropdown-hover-d-a4a54-pdown-on-the-2nd-time-click-chromium/mobile-dropdown-2nd-time-time-click-diff.png
Call log:
- expect.toHaveScreenshot(mobile-dropdown-2nd-time-time-click.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 5670 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
- 5670 pixels (ratio 0.01 of all image pixels) are different.
75 | await expect(page.locator('tui-dropdown-mobile')).toBeVisible();
76 |
> 77 | await expect(page).toHaveScreenshot(
| ^
78 | 'mobile-dropdown-2nd-time-time-click.png',
79 | );
80 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:77:36
|
[chromium] › tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:61:17 › DropdownHover › Examples › With DropdownMobile › Opens mobile version of dropdown on the 2nd time click:
projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts#L77
2) [chromium] › tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:61:17 › DropdownHover › Examples › With DropdownMobile › Opens mobile version of dropdown on the 2nd time click
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
5670 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts-snapshots/mobile-dropdown-2nd-time-time-click-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-dropdown-hover-d-a4a54-pdown-on-the-2nd-time-click-chromium-retry1/mobile-dropdown-2nd-time-time-click-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-dropdown-hover-d-a4a54-pdown-on-the-2nd-time-click-chromium-retry1/mobile-dropdown-2nd-time-time-click-diff.png
Call log:
- expect.toHaveScreenshot(mobile-dropdown-2nd-time-time-click.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 5670 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
- 5670 pixels (ratio 0.01 of all image pixels) are different.
75 | await expect(page.locator('tui-dropdown-mobile')).toBeVisible();
76 |
> 77 | await expect(page).toHaveScreenshot(
| ^
78 | 'mobile-dropdown-2nd-time-time-click.png',
79 | );
80 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:77:36
|
[chromium] › tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:61:17 › DropdownHover › Examples › With DropdownMobile › Opens mobile version of dropdown on the 2nd time click:
projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts#L77
2) [chromium] › tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:61:17 › DropdownHover › Examples › With DropdownMobile › Opens mobile version of dropdown on the 2nd time click
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
5670 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts-snapshots/mobile-dropdown-2nd-time-time-click-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-dropdown-hover-d-a4a54-pdown-on-the-2nd-time-click-chromium-retry2/mobile-dropdown-2nd-time-time-click-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-dropdown-hover-d-a4a54-pdown-on-the-2nd-time-click-chromium-retry2/mobile-dropdown-2nd-time-time-click-diff.png
Call log:
- expect.toHaveScreenshot(mobile-dropdown-2nd-time-time-click.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 5670 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
- 5670 pixels (ratio 0.01 of all image pixels) are different.
75 | await expect(page.locator('tui-dropdown-mobile')).toBeVisible();
76 |
> 77 | await expect(page).toHaveScreenshot(
| ^
78 | 'mobile-dropdown-2nd-time-time-click.png',
79 | );
80 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:77:36
|
[chromium] › tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts:29:9 › InputPhoneInternational | With [tuiDropdownMobile] › opens mobile dropdown on select click:
projects/demo-playwright/tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts#L32
3) [chromium] › tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts:29:9 › InputPhoneInternational | With [tuiDropdownMobile] › opens mobile dropdown on select click
Error: expect(page).toHaveScreenshot(expected)
27268 pixels (ratio 0.05 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts-snapshots/input-phone-international-with-mobile-dropdown-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-phone-inte-a2091-le-dropdown-on-select-click-chromium/input-phone-international-with-mobile-dropdown-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-phone-inte-a2091-le-dropdown-on-select-click-chromium/input-phone-international-with-mobile-dropdown-diff.png
Call log:
- expect.toHaveScreenshot(input-phone-international-with-mobile-dropdown.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 27268 pixels (ratio 0.05 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
- 27268 pixels (ratio 0.05 of all image pixels) are different.
30 | await inputPhoneInternational.select.click();
31 |
> 32 | await expect(page).toHaveScreenshot(
| ^
33 | 'input-phone-international-with-mobile-dropdown.png',
34 | );
35 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts:32:28
|
[chromium] › tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts:29:9 › InputPhoneInternational | With [tuiDropdownMobile] › opens mobile dropdown on select click:
projects/demo-playwright/tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts#L32
3) [chromium] › tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts:29:9 › InputPhoneInternational | With [tuiDropdownMobile] › opens mobile dropdown on select click
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
27268 pixels (ratio 0.05 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts-snapshots/input-phone-international-with-mobile-dropdown-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-phone-inte-a2091-le-dropdown-on-select-click-chromium-retry1/input-phone-international-with-mobile-dropdown-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-phone-inte-a2091-le-dropdown-on-select-click-chromium-retry1/input-phone-international-with-mobile-dropdown-diff.png
Call log:
- expect.toHaveScreenshot(input-phone-international-with-mobile-dropdown.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 27268 pixels (ratio 0.05 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
- 27268 pixels (ratio 0.05 of all image pixels) are different.
30 | await inputPhoneInternational.select.click();
31 |
> 32 | await expect(page).toHaveScreenshot(
| ^
33 | 'input-phone-international-with-mobile-dropdown.png',
34 | );
35 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts:32:28
|
[chromium] › tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts:29:9 › InputPhoneInternational | With [tuiDropdownMobile] › opens mobile dropdown on select click:
projects/demo-playwright/tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts#L32
3) [chromium] › tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts:29:9 › InputPhoneInternational | With [tuiDropdownMobile] › opens mobile dropdown on select click
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
27268 pixels (ratio 0.05 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts-snapshots/input-phone-international-with-mobile-dropdown-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-phone-inte-a2091-le-dropdown-on-select-click-chromium-retry2/input-phone-international-with-mobile-dropdown-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-phone-inte-a2091-le-dropdown-on-select-click-chromium-retry2/input-phone-international-with-mobile-dropdown-diff.png
Call log:
- expect.toHaveScreenshot(input-phone-international-with-mobile-dropdown.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 27268 pixels (ratio 0.05 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
- 27268 pixels (ratio 0.05 of all image pixels) are different.
30 | await inputPhoneInternational.select.click();
31 |
> 32 | await expect(page).toHaveScreenshot(
| ^
33 | 'input-phone-international-with-mobile-dropdown.png',
34 | );
35 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts:32:28
|
Playwright / ubuntu-latest / 6 of 9
Process completed with exit code 1.
|
[webkit] › tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts:12:9 › DropdownMobile for textfields › with select:
projects/demo-playwright/tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts#L19
1) [webkit] › tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts:12:9 › DropdownMobile for textfields › with select
Error: expect(page).toHaveScreenshot(expected)
31205 pixels (ratio 0.06 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts-snapshots/dropdown-mobile-with-select-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--75f60--for-textfields-with-select-webkit/dropdown-mobile-with-select-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--75f60--for-textfields-with-select-webkit/dropdown-mobile-with-select-diff.png
Call log:
- expect.toHaveScreenshot(dropdown-mobile-with-select.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 31205 pixels (ratio 0.06 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
- 31205 pixels (ratio 0.06 of all image pixels) are different.
17 | await example.locator('tui-select').click();
18 |
> 19 | await expect(page).toHaveScreenshot('dropdown-mobile-with-select.png');
| ^
20 | });
21 | });
22 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts:19:28
|
[webkit] › tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts:12:9 › DropdownMobile for textfields › with select:
projects/demo-playwright/tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts#L19
1) [webkit] › tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts:12:9 › DropdownMobile for textfields › with select
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
31205 pixels (ratio 0.06 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts-snapshots/dropdown-mobile-with-select-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--75f60--for-textfields-with-select-webkit-retry1/dropdown-mobile-with-select-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--75f60--for-textfields-with-select-webkit-retry1/dropdown-mobile-with-select-diff.png
Call log:
- expect.toHaveScreenshot(dropdown-mobile-with-select.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 31205 pixels (ratio 0.06 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
- 31205 pixels (ratio 0.06 of all image pixels) are different.
17 | await example.locator('tui-select').click();
18 |
> 19 | await expect(page).toHaveScreenshot('dropdown-mobile-with-select.png');
| ^
20 | });
21 | });
22 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts:19:28
|
[webkit] › tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts:12:9 › DropdownMobile for textfields › with select:
projects/demo-playwright/tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts#L19
1) [webkit] › tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts:12:9 › DropdownMobile for textfields › with select
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
31205 pixels (ratio 0.06 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts-snapshots/dropdown-mobile-with-select-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--75f60--for-textfields-with-select-webkit-retry2/dropdown-mobile-with-select-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-mobile-mobile--75f60--for-textfields-with-select-webkit-retry2/dropdown-mobile-with-select-diff.png
Call log:
- expect.toHaveScreenshot(dropdown-mobile-with-select.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 31205 pixels (ratio 0.06 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
- 31205 pixels (ratio 0.06 of all image pixels) are different.
17 | await example.locator('tui-select').click();
18 |
> 19 | await expect(page).toHaveScreenshot('dropdown-mobile-with-select.png');
| ^
20 | });
21 | });
22 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts:19:28
|
[webkit] › tests/core/data-list/data-list.pw.spec.ts:6:9 › DataList › Custom list:
projects/demo-playwright/tests/core/data-list/data-list.pw.spec.ts#L16
2) [webkit] › tests/core/data-list/data-list.pw.spec.ts:6:9 › DataList › Custom list ─────────────
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/core/data-list/data-list.pw.spec.ts-snapshots/01-data-list-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-data-list-data-list.pw-DataList-Custom-list-webkit/01-data-list-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-data-list-data-list.pw-DataList-Custom-list-webkit/01-data-list-diff.png
Call log:
- expect.toHaveScreenshot(01-data-list.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-26 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
- 53626 pixels (ratio 0.11 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-26 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
- Timeout 5000ms exceeded.
14 | await page.locator('tui-dropdown [tuiOption]').nth(0).hover();
15 |
> 16 | await expect(page.locator('tui-dropdown')).toHaveScreenshot('01-data-list.png');
| ^
17 | });
18 |
19 | test('Links', async ({page}) => {
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/data-list/data-list.pw.spec.ts:16:52
|
Playwright / macos-latest / 1 of 9
Process completed with exit code 1.
|
[webkit] › tests/core/data-list/data-list.pw.spec.ts:6:9 › DataList › Custom list:
projects/demo-playwright/tests/core/data-list/data-list.pw.spec.ts#L16
1) [webkit] › tests/core/data-list/data-list.pw.spec.ts:6:9 › DataList › Custom list ─────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('tui-dropdown')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(01-data-list.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('tui-dropdown')
- locator resolved to <tui-dropdown data-appearance="" _nghost-ng-c452864359="" class="ng-tns-c452864359-26 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
- Timeout 5000ms exceeded.
14 | await page.locator('tui-dropdown [tuiOption]').nth(0).hover();
15 |
> 16 | await expect(page.locator('tui-dropdown')).toHaveScreenshot('01-data-list.png');
| ^
17 | });
18 |
19 | test('Links', async ({page}) => {
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/data-list/data-list.pw.spec.ts:16:52
|
[webkit] › tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:33:17 › DropdownHover › Examples › With DropdownMobile › Opens mobile version of dropdown on the 1st time click:
projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts#L40
1) [webkit] › tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:33:17 › DropdownHover › Examples › With DropdownMobile › Opens mobile version of dropdown on the 1st time click
Error: expect(page).toHaveScreenshot(expected)
7747 pixels (ratio 0.02 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts-snapshots/mobile-dropdown-1st-time-time-click-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-dropdown-hover-d-6b1f1-pdown-on-the-1st-time-click-webkit/mobile-dropdown-1st-time-time-click-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-dropdown-hover-d-6b1f1-pdown-on-the-1st-time-click-webkit/mobile-dropdown-1st-time-time-click-diff.png
Call log:
- expect.toHaveScreenshot(mobile-dropdown-1st-time-time-click.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 55154 pixels (ratio 0.09 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
- 48745 pixels (ratio 0.08 of all image pixels) are different.
- waiting 250ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 7747 pixels (ratio 0.02 of all image pixels) are different.
38 | await expect(page.locator('tui-dropdown')).not.toBeAttached();
39 | await expect(page.locator('tui-dropdown-mobile')).toBeVisible();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | 'mobile-dropdown-1st-time-time-click.png',
42 | );
43 | });
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:40:36
|
[webkit] › tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:33:17 › DropdownHover › Examples › With DropdownMobile › Opens mobile version of dropdown on the 1st time click:
projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts#L40
1) [webkit] › tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:33:17 › DropdownHover › Examples › With DropdownMobile › Opens mobile version of dropdown on the 1st time click
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
7747 pixels (ratio 0.02 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts-snapshots/mobile-dropdown-1st-time-time-click-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-dropdown-hover-d-6b1f1-pdown-on-the-1st-time-click-webkit-retry1/mobile-dropdown-1st-time-time-click-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-dropdown-hover-d-6b1f1-pdown-on-the-1st-time-click-webkit-retry1/mobile-dropdown-1st-time-time-click-diff.png
Call log:
- expect.toHaveScreenshot(mobile-dropdown-1st-time-time-click.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 7747 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
- 7747 pixels (ratio 0.02 of all image pixels) are different.
38 | await expect(page.locator('tui-dropdown')).not.toBeAttached();
39 | await expect(page.locator('tui-dropdown-mobile')).toBeVisible();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | 'mobile-dropdown-1st-time-time-click.png',
42 | );
43 | });
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:40:36
|
[webkit] › tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:33:17 › DropdownHover › Examples › With DropdownMobile › Opens mobile version of dropdown on the 1st time click:
projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts#L40
1) [webkit] › tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:33:17 › DropdownHover › Examples › With DropdownMobile › Opens mobile version of dropdown on the 1st time click
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
7747 pixels (ratio 0.02 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts-snapshots/mobile-dropdown-1st-time-time-click-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-dropdown-hover-d-6b1f1-pdown-on-the-1st-time-click-webkit-retry2/mobile-dropdown-1st-time-time-click-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-dropdown-hover-d-6b1f1-pdown-on-the-1st-time-click-webkit-retry2/mobile-dropdown-1st-time-time-click-diff.png
Call log:
- expect.toHaveScreenshot(mobile-dropdown-1st-time-time-click.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 7747 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
- 7747 pixels (ratio 0.02 of all image pixels) are different.
38 | await expect(page.locator('tui-dropdown')).not.toBeAttached();
39 | await expect(page.locator('tui-dropdown-mobile')).toBeVisible();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | 'mobile-dropdown-1st-time-time-click.png',
42 | );
43 | });
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:40:36
|
[webkit] › tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts:29:9 › InputPhoneInternational | With [tuiDropdownMobile] › opens mobile dropdown on select click:
projects/demo-playwright/tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts#L32
2) [webkit] › tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts:29:9 › InputPhoneInternational | With [tuiDropdownMobile] › opens mobile dropdown on select click
Error: expect(page).toHaveScreenshot(expected)
27430 pixels (ratio 0.05 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts-snapshots/input-phone-international-with-mobile-dropdown-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-phone-inte-a2091-le-dropdown-on-select-click-webkit/input-phone-international-with-mobile-dropdown-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-phone-inte-a2091-le-dropdown-on-select-click-webkit/input-phone-international-with-mobile-dropdown-diff.png
Call log:
- expect.toHaveScreenshot(input-phone-international-with-mobile-dropdown.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 27430 pixels (ratio 0.05 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
- 27430 pixels (ratio 0.05 of all image pixels) are different.
30 | await inputPhoneInternational.select.click();
31 |
> 32 | await expect(page).toHaveScreenshot(
| ^
33 | 'input-phone-international-with-mobile-dropdown.png',
34 | );
35 | });
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts:32:28
|
[webkit] › tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts:29:9 › InputPhoneInternational | With [tuiDropdownMobile] › opens mobile dropdown on select click:
projects/demo-playwright/tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts#L32
2) [webkit] › tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts:29:9 › InputPhoneInternational | With [tuiDropdownMobile] › opens mobile dropdown on select click
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
27753 pixels (ratio 0.05 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts-snapshots/input-phone-international-with-mobile-dropdown-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-phone-inte-a2091-le-dropdown-on-select-click-webkit-retry1/input-phone-international-with-mobile-dropdown-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-phone-inte-a2091-le-dropdown-on-select-click-webkit-retry1/input-phone-international-with-mobile-dropdown-diff.png
Call log:
- expect.toHaveScreenshot(input-phone-international-with-mobile-dropdown.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 27753 pixels (ratio 0.05 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
- 27753 pixels (ratio 0.05 of all image pixels) are different.
30 | await inputPhoneInternational.select.click();
31 |
> 32 | await expect(page).toHaveScreenshot(
| ^
33 | 'input-phone-international-with-mobile-dropdown.png',
34 | );
35 | });
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts:32:28
|
[webkit] › tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts:29:9 › InputPhoneInternational | With [tuiDropdownMobile] › opens mobile dropdown on select click:
projects/demo-playwright/tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts#L32
2) [webkit] › tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts:29:9 › InputPhoneInternational | With [tuiDropdownMobile] › opens mobile dropdown on select click
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
27753 pixels (ratio 0.05 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts-snapshots/input-phone-international-with-mobile-dropdown-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-phone-inte-a2091-le-dropdown-on-select-click-webkit-retry2/input-phone-international-with-mobile-dropdown-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-phone-inte-a2091-le-dropdown-on-select-click-webkit-retry2/input-phone-international-with-mobile-dropdown-diff.png
Call log:
- expect.toHaveScreenshot(input-phone-international-with-mobile-dropdown.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 27430 pixels (ratio 0.05 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
- 323 pixels (ratio 0.01 of all image pixels) are different.
- waiting 250ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 27753 pixels (ratio 0.05 of all image pixels) are different.
30 | await inputPhoneInternational.select.click();
31 |
> 32 | await expect(page).toHaveScreenshot(
| ^
33 | 'input-phone-international-with-mobile-dropdown.png',
34 | );
35 | });
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts:32:28
|
Playwright / macos-latest / 6 of 9
Process completed with exit code 1.
|
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:220:13 › InputDate › API › Click `Until today`:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L230
1) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:220:13 › InputDate › API › Click `Until today`, calendar not switched to large date
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('tui-calendar')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(11-input-date.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('tui-calendar')
- locator resolved to <tui-calendar class="ng-star-inserted" _nghost-ng-c3861074570="" _ngcontent-ng-c2818982625="" automation-id="tui-input-date__calendar">…</tui-calendar>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
228 | await inputDate.textfield.click();
229 |
> 230 | await expect(inputDate.calendar).toHaveScreenshot('11-input-date.png');
| ^
231 | });
232 |
233 | test('Press backspace to remove `Until today`, textfield is empty', async ({
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:230:46
|
[webkit] › tests/legacy/input-range/input-range.pw.spec.ts:242:13 › InputRange › Very long placeholder › basic case:
projects/demo-playwright/tests/legacy/input-range/input-range.pw.spec.ts#L246
1) [webkit] › tests/legacy/input-range/input-range.pw.spec.ts:242:13 › InputRange › Very long placeholder › basic case
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#demo-content')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(17-input-range.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c2476019924="">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- waiting 100ms before taking screenshot
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c2476019924="">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
244 | example = new TuiDocumentationApiPagePO(page).apiPageExample;
245 |
> 246 | await expect(example).toHaveScreenshot('17-input-range.png');
| ^
247 | });
248 |
249 | test('with `leftValueContent` and `rightValueContent', async ({page}) => {
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-range/input-range.pw.spec.ts:246:35
|
[webkit] › tests/legacy/input-tag/input-tag.pw.spec.ts:31:13 › InputTag › Examples › switch theme mode:
projects/demo-playwright/tests/legacy/input-tag/input-tag.pw.spec.ts#L34
2) [webkit] › tests/legacy/input-tag/input-tag.pw.spec.ts:31:13 › InputTag › Examples › switch theme mode
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#sizes [automation-id="tui-doc-example"]')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(03-input-tag.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('#sizes [automation-id="tui-doc-example"]')
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- waiting 100ms before taking screenshot
- waiting for locator('#sizes [automation-id="tui-doc-example"]')
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
32 | const example = new TuiDocumentationPagePO(page).getExample('#sizes');
33 |
> 34 | await expect(example).toHaveScreenshot('03-input-tag.png');
| ^
35 |
36 | await tuiGoto(page, DemoRoute.InputTag, {enableNightMode: true});
37 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-tag/input-tag.pw.spec.ts:34:35
|
[webkit] › tests/legacy/input-tag/input-tag.pw.spec.ts:41:13 › InputTag › Examples › allows to forbid spaces inside tags via property:
projects/demo-playwright/tests/legacy/input-tag/input-tag.pw.spec.ts#L50
3) [webkit] › tests/legacy/input-tag/input-tag.pw.spec.ts:41:13 › InputTag › Examples › allows to forbid spaces inside tags via property
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#no-spaces-inside-tags [automation-id="tui-doc-example"]')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(06-input-tag.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('#no-spaces-inside-tags [automation-id="tui-doc-example"]')
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
48 | await page.keyboard.down('Enter');
49 |
> 50 | await expect(example).toHaveScreenshot('06-input-tag.png');
| ^
51 | });
52 | });
53 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-tag/input-tag.pw.spec.ts:50:35
|
E2E result
Process completed with exit code 1.
|
Build demo
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Cypress / Component Testing
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 1 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 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 / 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 / 8 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 9 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 7 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 5 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 3 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / macos-latest / 1 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 1 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 1 of 9
libpng 1.6.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 1 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 1 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 2 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 2 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 2 of 9
libpng 1.6.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 2 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 2 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 6 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 6 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 6 of 9
libpng 1.6.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 6 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 6 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 4 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 4 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 4 of 9
libpng 1.6.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 4 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 4 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 7 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 7 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 7 of 9
libpng 1.6.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 7 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 7 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 5 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 5 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 5 of 9
libpng 1.6.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 5 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 5 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 8 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 8 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 8 of 9
libpng 1.6.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 8 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 8 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 3 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 3 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 3 of 9
libpng 1.6.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 3 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 3 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 9 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 9 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 9 of 9
libpng 1.6.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 9 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 9 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright 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
1 failed
[chromium] › tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts:12:9 › DropdownMobile for textfields › with select
119 passed (1.7m)
|
🎭 Playwright Run Summary
120 passed (1.8m)
|
🎭 Playwright Run Summary
119 passed (2.6m)
|
🎭 Playwright Run Summary
119 passed (2.3m)
|
🎭 Playwright Run Summary
119 passed (2.5m)
|
🎭 Playwright Run Summary
119 passed (2.4m)
|
🎭 Playwright Run Summary
119 passed (1.8m)
|
🎭 Playwright Run Summary
3 failed
[chromium] › tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:33:17 › DropdownHover › Examples › With DropdownMobile › Opens mobile version of dropdown on the 1st time click
[chromium] › tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:61:17 › DropdownHover › Examples › With DropdownMobile › Opens mobile version of dropdown on the 2nd time click
[chromium] › tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts:29:9 › InputPhoneInternational | With [tuiDropdownMobile] › opens mobile dropdown on select click
116 passed (1.9m)
|
🎭 Playwright Run Summary
119 passed (1.7m)
|
🎭 Playwright Run Summary
119 passed (1.9m)
|
🎭 Playwright Run Summary
119 passed (2.0m)
|
🎭 Playwright Run Summary
119 passed (2.1m)
|
🎭 Playwright Run Summary
119 passed (2.3m)
|
🎭 Playwright Run Summary
119 passed (2.1m)
|
🎭 Playwright Run Summary
119 passed (3.5m)
|
🎭 Playwright Run Summary
119 passed (3.9m)
|
🎭 Playwright Run Summary
119 passed (5.9m)
|
🎭 Playwright Run Summary
119 passed (7.1m)
|
🎭 Playwright Run Summary
1 failed
[webkit] › tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts:12:9 › DropdownMobile for textfields › with select
1 flaky
[webkit] › tests/core/data-list/data-list.pw.spec.ts:6:9 › DataList › Custom list ──────────────
9 skipped
109 passed (2.3m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › tests/core/data-list/data-list.pw.spec.ts:6:9 › DataList › Custom list ──────────────
9 skipped
110 passed (2.4m)
|
🎭 Playwright Run Summary
44 skipped
75 passed (2.9m)
|
🎭 Playwright Run Summary
44 skipped
75 passed (4.1m)
|
🎭 Playwright Run Summary
2 failed
[webkit] › tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:33:17 › DropdownHover › Examples › With DropdownMobile › Opens mobile version of dropdown on the 1st time click
[webkit] › tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts:29:9 › InputPhoneInternational | With [tuiDropdownMobile] › opens mobile dropdown on select click
13 skipped
104 passed (1.8m)
|
🎭 Playwright Run Summary
13 skipped
106 passed (1.8m)
|
🎭 Playwright Run Summary
119 passed (3.9m)
|
🎭 Playwright Run Summary
119 passed (3.4m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:220:13 › InputDate › API › Click `Until today`, calendar not switched to large date
13 skipped
105 passed (2.7m)
|
🎭 Playwright Run Summary
13 skipped
106 passed (2.1m)
|
🎭 Playwright Run Summary
119 passed (5.0m)
|
🎭 Playwright Run Summary
119 passed (4.7m)
|
🎭 Playwright Run Summary
119 passed (2.6m)
|
🎭 Playwright Run Summary
119 passed (2.5m)
|
🎭 Playwright Run Summary
119 passed (10.7m)
|
🎭 Playwright Run Summary
119 passed (8.4m)
|
🎭 Playwright Run Summary
3 flaky
[webkit] › tests/legacy/input-range/input-range.pw.spec.ts:242:13 › InputRange › Very long placeholder › basic case
[webkit] › tests/legacy/input-tag/input-tag.pw.spec.ts:31:13 › InputTag › Examples › switch theme mode
[webkit] › tests/legacy/input-tag/input-tag.pw.spec.ts:41:13 › InputTag › Examples › allows to forbid spaces inside tags via property
4 skipped
112 passed (4.1m)
|
🎭 Playwright Run Summary
4 skipped
115 passed (2.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cy_baseline_1127fe0de80fb2f0f18041eee01ccee4c6f75f33
Expired
|
130 KB |
|
playwright-blob-artifacts--1127fe0de80fb2f0f18041eee01ccee4c6f75f33-12909796590-10213-Linux_1
Expired
|
2.11 MB |
|
playwright-blob-artifacts--1127fe0de80fb2f0f18041eee01ccee4c6f75f33-12909796590-10213-Linux_2
Expired
|
497 KB |
|
playwright-blob-artifacts--1127fe0de80fb2f0f18041eee01ccee4c6f75f33-12909796590-10213-Linux_3
Expired
|
1.43 MB |
|
playwright-blob-artifacts--1127fe0de80fb2f0f18041eee01ccee4c6f75f33-12909796590-10213-Linux_4
Expired
|
671 KB |
|
playwright-blob-artifacts--1127fe0de80fb2f0f18041eee01ccee4c6f75f33-12909796590-10213-Linux_5
Expired
|
1.09 MB |
|
playwright-blob-artifacts--1127fe0de80fb2f0f18041eee01ccee4c6f75f33-12909796590-10213-Linux_6
Expired
|
3.25 MB |
|
playwright-blob-artifacts--1127fe0de80fb2f0f18041eee01ccee4c6f75f33-12909796590-10213-Linux_7
Expired
|
460 KB |
|
playwright-blob-artifacts--1127fe0de80fb2f0f18041eee01ccee4c6f75f33-12909796590-10213-Linux_8
Expired
|
484 KB |
|
playwright-blob-artifacts--1127fe0de80fb2f0f18041eee01ccee4c6f75f33-12909796590-10213-Linux_9
Expired
|
522 KB |
|
playwright-blob-artifacts--1127fe0de80fb2f0f18041eee01ccee4c6f75f33-12909796590-10213-macOS_1
Expired
|
2.53 MB |
|
playwright-blob-artifacts--1127fe0de80fb2f0f18041eee01ccee4c6f75f33-12909796590-10213-macOS_2
Expired
|
378 KB |
|
playwright-blob-artifacts--1127fe0de80fb2f0f18041eee01ccee4c6f75f33-12909796590-10213-macOS_3
Expired
|
1.34 MB |
|
playwright-blob-artifacts--1127fe0de80fb2f0f18041eee01ccee4c6f75f33-12909796590-10213-macOS_4
Expired
|
608 KB |
|
playwright-blob-artifacts--1127fe0de80fb2f0f18041eee01ccee4c6f75f33-12909796590-10213-macOS_5
Expired
|
1010 KB |
|
playwright-blob-artifacts--1127fe0de80fb2f0f18041eee01ccee4c6f75f33-12909796590-10213-macOS_6
Expired
|
2.29 MB |
|
playwright-blob-artifacts--1127fe0de80fb2f0f18041eee01ccee4c6f75f33-12909796590-10213-macOS_7
Expired
|
361 KB |
|
playwright-blob-artifacts--1127fe0de80fb2f0f18041eee01ccee4c6f75f33-12909796590-10213-macOS_8
Expired
|
441 KB |
|
playwright-blob-artifacts--1127fe0de80fb2f0f18041eee01ccee4c6f75f33-12909796590-10213-macOS_9
Expired
|
423 KB |
|
playwright-snapshots-artifacts--1127fe0de80fb2f0f18041eee01ccee4c6f75f33-12909796590-10213-Linux_1
Expired
|
136 KB |
|
playwright-snapshots-artifacts--1127fe0de80fb2f0f18041eee01ccee4c6f75f33-12909796590-10213-Linux_6
Expired
|
247 KB |
|
playwright-snapshots-artifacts--1127fe0de80fb2f0f18041eee01ccee4c6f75f33-12909796590-10213-macOS_1
Expired
|
131 KB |
|
playwright-snapshots-artifacts--1127fe0de80fb2f0f18041eee01ccee4c6f75f33-12909796590-10213-macOS_6
Expired
|
188 KB |
|