feat(kit): safety change active index in stepper #11019
Annotations
2 errors, 5 warnings, and 2 notices
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/tests/legacy/input-phone/input-phone.pw.spec.ts#L808
1) [webkit] › tests/legacy/input-phone/input-phone.pw.spec.ts:783:25 › InputPhone › iphone-x › [countryCode]="+7" & [phoneMaskAfterCountryCode]="(###) ###-##-##" › Text selection › Select range and press "Delete" › +7 (912) 345-|67|-89 => Delete => +7 (912) 345-|89
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Timeout 5000ms exceeded.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-phone/input-phone.pw.spec.ts-snapshots/23-input-phone-webkit-darwin.png
Call log:
- expect.toHaveScreenshot(23-input-phone.png) with timeout 5000ms
- verifying given 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...
- Timeout 5000ms exceeded.
806 | );
807 |
> 808 | await expect(example).toHaveScreenshot('23-input-phone.png');
| ^
809 | });
810 |
811 | test('+7 (912) |345|-67-89 => Delete => +7 (912) |678-9', async ({
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-phone/input-phone.pw.spec.ts:808:47
|
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/tests/legacy/input-phone/input-phone.pw.spec.ts#L1047
2) [webkit] › tests/legacy/input-phone/input-phone.pw.spec.ts:1031:21 › InputPhone › iphone-x › [countryCode]="+7" & [phoneMaskAfterCountryCode]="(###) ###-##-##" › Select all + Delete => Ctrl + Z › Select all + Delete => Ctrl + Z
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Timeout 5000ms exceeded.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-phone/input-phone.pw.spec.ts-snapshots/33-input-phone-webkit-darwin.png
Call log:
- expect.toHaveScreenshot(33-input-phone.png) with timeout 5000ms
- verifying given 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...
- Timeout 5000ms exceeded.
1045 | await expect(input).toHaveJSProperty('selectionEnd', '+7 '.length);
1046 |
> 1047 | await expect(example).toHaveScreenshot('33-input-phone.png');
| ^
1048 |
1049 | await page.keyboard.press(`${CMD}+Z`);
1050 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-phone/input-phone.pw.spec.ts:1047:43
|
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
109 passed (1.9m)
|
Run screenshot tests on dist/demo/browser/main
2 flaky
[webkit] › tests/legacy/input-phone/input-phone.pw.spec.ts:783:25 › InputPhone › iphone-x › [countryCode]="+7" & [phoneMaskAfterCountryCode]="(###) ###-##-##" › Text selection › Select range and press "Delete" › +7 (912) 345-|67|-89 => Delete => +7 (912) 345-|89
[webkit] › tests/legacy/input-phone/input-phone.pw.spec.ts:1031:21 › InputPhone › iphone-x › [countryCode]="+7" & [phoneMaskAfterCountryCode]="(###) ###-##-##" › Select all + Delete => Ctrl + Z › Select all + Delete => Ctrl + Z
107 passed (2.8m)
|
Loading