chore: flaky e2e #11021
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#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
|
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts#L27
1) [webkit] › tests/legacy/input-year/input-year.pw.spec.ts:26:13 › InputYear › Does not allow incorrect year entry › 2040 => 2020
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("2040")
25 |
26 | test('2040 => 2020', async ({page}) => {
> 27 | await input.pressSequentially('2040');
| ^
28 |
29 | await expect(page).toHaveScreenshot('02-input-year.png');
30 | });
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:27: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.0.4 is already installed and up-to-date.
To reinstall 3.0.4, 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: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)
|
Run screenshot tests on dist/demo/browser/main
1 flaky
[webkit] › tests/legacy/input-year/input-year.pw.spec.ts:26:13 › InputYear › Does not allow incorrect year entry › 2040 => 2020
10 skipped
98 passed (4.0m)
|
Loading