fix(kit): InputInline
has broken scroll in Safari & Firefox
#10887
Annotations
3 errors, 2 warnings, and 2 notices
Run screenshot tests on dist/demo/browser/v3.x:
projects/demo-playwright/tests/core/dropdown/dropdown.spec.ts#L40
1) [chromium] › tests/core/dropdown/dropdown.spec.ts:34:9 › Dropdown › Hosted dropdown ───────────
Error: Screenshot comparison failed:
201716 pixels (ratio 0.10 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/core/dropdown/dropdown.spec.ts-snapshots/04-dropdown-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-dropdown-dropdown-Dropdown-Hosted-dropdown-chromium/04-dropdown-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-dropdown-dropdown-Dropdown-Hosted-dropdown-chromium/04-dropdown-diff.png
Call log:
- expect.toHaveScreenshot(04-dropdown.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 201716 pixels (ratio 0.10 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
- 201716 pixels (ratio 0.10 of all image pixels) are different.
38 | .locator('button')
39 | .click();
> 40 | await expect(page).toHaveScreenshot('04-dropdown.png');
| ^
41 | });
42 |
43 | test('Hosted dropdown and custom position', async ({page}) => {
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/dropdown/dropdown.spec.ts:40:28
|
Run screenshot tests on dist/demo/browser/v3.x:
projects/demo-playwright/tests/core/dropdown/dropdown.spec.ts#L40
1) [chromium] › tests/core/dropdown/dropdown.spec.ts:34:9 › Dropdown › Hosted dropdown ───────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
157208 pixels (ratio 0.08 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/core/dropdown/dropdown.spec.ts-snapshots/04-dropdown-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-dropdown-dropdown-Dropdown-Hosted-dropdown-chromium-retry1/04-dropdown-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-dropdown-dropdown-Dropdown-Hosted-dropdown-chromium-retry1/04-dropdown-diff.png
Call log:
- expect.toHaveScreenshot(04-dropdown.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 157208 pixels (ratio 0.08 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
- 157208 pixels (ratio 0.08 of all image pixels) are different.
38 | .locator('button')
39 | .click();
> 40 | await expect(page).toHaveScreenshot('04-dropdown.png');
| ^
41 | });
42 |
43 | test('Hosted dropdown and custom position', async ({page}) => {
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/dropdown/dropdown.spec.ts:40:28
|
Run screenshot tests on dist/demo/browser/v3.x
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "cypress-e2e-artifacts--e480b6b9586029bd63f0a938705ad3aab8ac47c1-12237984943-9947", "playwright-e2e-artifacts--e480b6b9586029bd63f0a938705ad3aab8ac47c1-12237984943-9947".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Run screenshot tests on dist/demo/browser
94 passed (1.3m)
|
Run screenshot tests on dist/demo/browser/v3.x
1 failed
[chromium] › tests/core/dropdown/dropdown.spec.ts:34:9 › Dropdown › Hosted dropdown ────────────
93 passed (1.2m)
|
Loading