Feature/9721 migrate tui table classes #11060
Annotations
2 errors, 5 warnings, and 2 notices
Run screenshot tests on dist/demo/browser:
projects/demo-playwright/tests/legacy/input-phone/input-phone.pw.spec.ts#L355
1) [webkit] › tests/legacy/input-phone/input-phone.pw.spec.ts:326:21 › InputPhone › iphone-x › [countryCode]="+7" & [phoneMaskAfterCountryCode]="(###) ###-##-##" › Editing somewhere in the middle of a value (NOT the last character) › +7 (912) 345-67-|89 => Delete + 0 => +7 (912) 345-67-0|9
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#demo-content')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(07-input-phone.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.
353 | );
354 |
> 355 | await expect(example).toHaveScreenshot('07-input-phone.png');
| ^
356 | });
357 |
358 | test('+7 (912) 345-|67-89 => Delete + 0 => +7 (912) 345-0|7-89', async ({
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-phone/input-phone.pw.spec.ts:355:43
|
Run screenshot tests on dist/demo/browser:
projects/demo-playwright/tests/legacy/input-phone/input-phone.pw.spec.ts#L940
2) [webkit] › tests/legacy/input-phone/input-phone.pw.spec.ts:914:25 › InputPhone › iphone-x › [countryCode]="+7" & [phoneMaskAfterCountryCode]="(###) ###-##-##" › Text selection › Select range and press new digit › +7 (912) 345-|67|-89 => Press 0 => +7 (912) 345-0|8-9
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#demo-content')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(28-input-phone.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.
938 | );
939 |
> 940 | await expect(example).toHaveScreenshot('28-input-phone.png');
| ^
941 | });
942 |
943 | test('+7 (912) |345|-67-89 => Press "0" => +7 (912) 0|67-89', async ({
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-phone/input-phone.pw.spec.ts:940:47
|
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
2 flaky
[webkit] › tests/legacy/input-phone/input-phone.pw.spec.ts:326:21 › InputPhone › iphone-x › [countryCode]="+7" & [phoneMaskAfterCountryCode]="(###) ###-##-##" › Editing somewhere in the middle of a value (NOT the last character) › +7 (912) 345-67-|89 => Delete + 0 => +7 (912) 345-67-0|9
[webkit] › tests/legacy/input-phone/input-phone.pw.spec.ts:914:25 › InputPhone › iphone-x › [countryCode]="+7" & [phoneMaskAfterCountryCode]="(###) ###-##-##" › Text selection › Select range and press new digit › +7 (912) 345-|67|-89 => Press 0 => +7 (912) 345-0|8-9
107 passed (2.8m)
|
Run screenshot tests on dist/demo/browser/main
109 passed (1.7m)
|
Loading