fix(core): Input
with DataList
never shows dropdown after its 1st closing
#10742
Annotations
5 errors, 1 warning, and 2 notices
Run screenshot tests on dist/demo/browser/v3.x:
projects/demo-playwright/tests/core/dropdown/dropdown.spec.ts#L13
1) [chromium] › tests/core/dropdown/dropdown.spec.ts:7:9 › Dropdown › base ───────────────────────
Error: Screenshot comparison failed:
115108 pixels (ratio 0.06 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/01-dropdown-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-dropdown-dropdown-Dropdown-base-chromium/01-dropdown-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-dropdown-dropdown-Dropdown-base-chromium/01-dropdown-diff.png
Call log:
- expect.toHaveScreenshot(01-dropdown.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 115108 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
- 115108 pixels (ratio 0.06 of all image pixels) are different.
11 | .locator('button')
12 | .click();
> 13 | await expect(page).toHaveScreenshot('01-dropdown.png');
| ^
14 | });
15 |
16 | test('Interesting', async ({page}) => {
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/dropdown/dropdown.spec.ts:13:28
|
Run screenshot tests on dist/demo/browser/v3.x:
projects/demo-playwright/tests/core/dropdown/dropdown.spec.ts#L13
1) [chromium] › tests/core/dropdown/dropdown.spec.ts:7:9 › Dropdown › base ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
115075 pixels (ratio 0.06 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/01-dropdown-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-dropdown-dropdown-Dropdown-base-chromium-retry1/01-dropdown-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-dropdown-dropdown-Dropdown-base-chromium-retry1/01-dropdown-diff.png
Call log:
- expect.toHaveScreenshot(01-dropdown.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 115075 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
- 115075 pixels (ratio 0.06 of all image pixels) are different.
11 | .locator('button')
12 | .click();
> 13 | await expect(page).toHaveScreenshot('01-dropdown.png');
| ^
14 | });
15 |
16 | test('Interesting', async ({page}) => {
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/dropdown/dropdown.spec.ts:13:28
|
Run screenshot tests on dist/demo/browser/v3.x:
projects/demo-playwright/tests/core/dropdown/dropdown.spec.ts#L22
2) [chromium] › tests/core/dropdown/dropdown.spec.ts:16:9 › Dropdown › Interesting ───────────────
Error: Screenshot comparison failed:
133174 pixels (ratio 0.07 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/02-dropdown-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-dropdown-dropdown-Dropdown-Interesting-chromium/02-dropdown-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-dropdown-dropdown-Dropdown-Interesting-chromium/02-dropdown-diff.png
Call log:
- expect.toHaveScreenshot(02-dropdown.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 133174 pixels (ratio 0.07 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
- 133174 pixels (ratio 0.07 of all image pixels) are different.
20 | .locator('input')
21 | .click();
> 22 | await expect(page).toHaveScreenshot('02-dropdown.png');
| ^
23 | });
24 |
25 | test('Appearance', async ({page}) => {
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/dropdown/dropdown.spec.ts:22:28
|
Run screenshot tests on dist/demo/browser/v3.x:
projects/demo-playwright/tests/core/dropdown/dropdown.spec.ts#L22
2) [chromium] › tests/core/dropdown/dropdown.spec.ts:16:9 › Dropdown › Interesting ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
139626 pixels (ratio 0.07 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/02-dropdown-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-dropdown-dropdown-Dropdown-Interesting-chromium-retry1/02-dropdown-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-dropdown-dropdown-Dropdown-Interesting-chromium-retry1/02-dropdown-diff.png
Call log:
- expect.toHaveScreenshot(02-dropdown.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 139626 pixels (ratio 0.07 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
- 139626 pixels (ratio 0.07 of all image pixels) are different.
20 | .locator('input')
21 | .click();
> 22 | await expect(page).toHaveScreenshot('02-dropdown.png');
| ^
23 | });
24 |
25 | test('Appearance', async ({page}) => {
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/dropdown/dropdown.spec.ts:22:28
|
Run screenshot tests on dist/demo/browser/v3.x
Process completed with exit code 1.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "cypress-e2e-artifacts--51d0683ccaf9480f52f538e844ef5cce64e3e5df-12118945599-9881", "playwright-e2e-artifacts--51d0683ccaf9480f52f538e844ef5cce64e3e5df-12118945599-9881".
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
2 failed
[chromium] › tests/core/dropdown/dropdown.spec.ts:7:9 › Dropdown › base ────────────────────────
[chromium] › tests/core/dropdown/dropdown.spec.ts:16:9 › Dropdown › Interesting ────────────────
92 passed (1.2m)
|
Loading