fix(core): dialog has padding for close button event when not closeable #11042
Annotations
2 errors, 5 warnings, and 2 notices
Run screenshot tests on dist/demo/browser:
projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts#L97
1) [webkit] › tests/legacy/input-year/input-year.pw.spec.ts:84:13 › InputYear › need select date from dropdown › empty input => select date via calendar => new date inside text field
Error: Timed out 5000ms waiting for expect(page).toHaveScreenshot(expected)
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(10-input-year.png) with timeout 5000ms
- generating new stable screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
95 | await cell.click();
96 |
> 97 | await expect(page).toHaveScreenshot('10-input-year.png');
| ^
98 | });
99 |
100 | test('type 2020 => select new date via calendar => new date inside text field', async ({
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:97:32
|
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts#L103
1) [webkit] › tests/legacy/input-year/input-year.pw.spec.ts:100:13 › InputYear › need select date from dropdown › type 2020 => select new date via calendar => new date inside text field
TimeoutError: locator.pressSequentially: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#demo-content').locator('input')
- locator resolved to <input tabindex="0" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_331601061540000" class="t-input ng-untouched ng-pristine ng-valid" automation-id="tui-primitive-textfield__native-input"/>
- elementHandle.type("2020")
101 | page,
102 | }) => {
> 103 | await input.pressSequentially('2020');
| ^
104 |
105 | const cell = page.locator(
106 | '[automation-id="tui-calendar-year__cell"]:has-text("2030")',
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:103:25
|
Mac OS X building all dependencies
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Mac OS X building all dependencies
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Mac OS X building all dependencies
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Mac OS X building all dependencies
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Mac OS X building all dependencies
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Run screenshot tests on dist/demo/browser
1 flaky
[webkit] › tests/legacy/input-year/input-year.pw.spec.ts:84:13 › InputYear › need select date from dropdown › empty input => select date via calendar => new date inside text field
10 skipped
98 passed (3.2m)
|
Run screenshot tests on dist/demo/browser/main
1 flaky
[webkit] › tests/legacy/input-year/input-year.pw.spec.ts:100:13 › InputYear › need select date from dropdown › type 2020 => select new date via calendar => new date inside text field
10 skipped
98 passed (2.8m)
|
Loading