chore: update dependency @fortawesome/fontawesome-free to v6.7.2 #11012
e2e.yml
on: pull_request
Build demo
4m 53s
Cypress / Component Testing
4m 36s
Matrix: playwright
E2E result
1m 11s
Playwright E2E Tests matrix result
0s
Annotations
4 errors, 59 warnings, and 36 notices
[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:
projects/demo-playwright/tests/legacy/input-phone/input-phone.pw.spec.ts#L940
1) [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
|
[webkit] › tests/legacy/input-phone/input-phone.pw.spec.ts:1108:21 › InputPhone › iphone-x › [countryCode]="+7" & [phoneMaskAfterCountryCode]="(###) ###-##-##" › Select all + Delete => Ctrl + Z › +7 (912) |345-67|-89 => Delete => Cmd + Z:
projects/demo-playwright/tests/legacy/input-phone/input-phone.pw.spec.ts#L1144
2) [webkit] › tests/legacy/input-phone/input-phone.pw.spec.ts:1108:21 › InputPhone › iphone-x › [countryCode]="+7" & [phoneMaskAfterCountryCode]="(###) ###-##-##" › Select all + Delete => Ctrl + Z › +7 (912) |345-67|-89 => Delete => Cmd + Z
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#demo-content')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(39-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.
1142 | );
1143 |
> 1144 | await expect(example).toHaveScreenshot('39-input-phone.png');
| ^
1145 | });
1146 | });
1147 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-phone/input-phone.pw.spec.ts:1144:43
|
[webkit] › tests/legacy/input-phone/input-phone.pw.spec.ts:1251:21 › InputPhone › iphone-x › [countryCode]="+7" & [phoneMaskAfterCountryCode]="(###) ###-##-##" › Redo › +7 (912) |345-67|-89 => Delete => Cmd + Z => Cmd + Shift + Z:
projects/demo-playwright/tests/legacy/input-phone/input-phone.pw.spec.ts#L1276
1) [webkit] › tests/legacy/input-phone/input-phone.pw.spec.ts:1251:21 › InputPhone › iphone-x › [countryCode]="+7" & [phoneMaskAfterCountryCode]="(###) ###-##-##" › Redo › +7 (912) |345-67|-89 => Delete => Cmd + Z => Cmd + Shift + 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/46-input-phone-webkit-darwin.png
Call log:
- expect.toHaveScreenshot(46-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.
1274 | );
1275 |
> 1276 | await expect(example).toHaveScreenshot('46-input-phone.png');
| ^
1277 |
1278 | await page.keyboard.press(`${CMD}+Z`);
1279 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-phone/input-phone.pw.spec.ts:1276:43
|
[webkit] › tests/legacy/input-range/input-range.pw.spec.ts:78:13 › InputRange › Keyboard interactions › cannot set right value less than left value via ArrowDown:
projects/demo-playwright/tests/legacy/input-range/input-range.pw.spec.ts#L89
2) [webkit] › tests/legacy/input-range/input-range.pw.spec.ts:78:13 › InputRange › Keyboard interactions › cannot set right value less than left value via ArrowDown
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-range/input-range.pw.spec.ts-snapshots/09-input-range-webkit-darwin.png
Call log:
- expect.toHaveScreenshot(09-input-range.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.
87 | await page.keyboard.down('ArrowDown');
88 |
> 89 | await expect(example).toHaveScreenshot('09-input-range.png');
| ^
90 | });
91 |
92 | test('cannot set left value more than right value via ArrowUp', async ({
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-range/input-range.pw.spec.ts:89:35
|
Cypress / Component Testing
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build demo
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 1 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 8 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 2 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 4 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 6 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 9 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 7 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 5 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / macos-latest / 1 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 1 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 1 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 1 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 1 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 2 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 2 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 2 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 2 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 2 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 5 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 5 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 5 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 5 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 5 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 4 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 4 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 4 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 4 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 4 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 9 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 9 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 9 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 9 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 9 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Slow Test:
[webkit] › tests/kit/input-table/input-table.pw.spec.ts#L1
[webkit] › tests/kit/input-table/input-table.pw.spec.ts took 17.5s
|
Playwright / macos-latest / 6 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 6 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 6 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 6 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 6 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / ubuntu-latest / 3 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / macos-latest / 7 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 7 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 7 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 7 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 7 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 8 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 8 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 8 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 8 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 8 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 3 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 3 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 3 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 3 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 3 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright E2E Tests matrix result
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E result
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
110 passed (1.2m)
|
🎭 Playwright Run Summary
110 passed (1.4m)
|
🎭 Playwright Run Summary
109 passed (1.4m)
|
🎭 Playwright Run Summary
109 passed (1.5m)
|
🎭 Playwright Run Summary
110 passed (1.8m)
|
🎭 Playwright Run Summary
110 passed (1.6m)
|
🎭 Playwright Run Summary
110 passed (2.1m)
|
🎭 Playwright Run Summary
110 passed (1.9m)
|
🎭 Playwright Run Summary
109 passed (2.0m)
|
🎭 Playwright Run Summary
109 passed (1.8m)
|
🎭 Playwright Run Summary
109 passed (1.5m)
|
🎭 Playwright Run Summary
109 passed (1.6m)
|
🎭 Playwright Run Summary
109 passed (2.0m)
|
🎭 Playwright Run Summary
109 passed (1.7m)
|
🎭 Playwright Run Summary
110 passed (2.5m)
|
🎭 Playwright Run Summary
110 passed (2.8m)
|
🎭 Playwright Run Summary
8 skipped
102 passed (1.5m)
|
🎭 Playwright Run Summary
8 skipped
102 passed (1.9m)
|
🎭 Playwright Run Summary
44 skipped
66 passed (1.7m)
|
🎭 Playwright Run Summary
44 skipped
66 passed (2.0m)
|
🎭 Playwright Run Summary
110 passed (3.5m)
|
🎭 Playwright Run Summary
110 passed (3.0m)
|
🎭 Playwright Run Summary
110 passed (3.4m)
|
🎭 Playwright Run Summary
110 passed (3.2m)
|
🎭 Playwright Run Summary
10 skipped
99 passed (1.6m)
|
🎭 Playwright Run Summary
10 skipped
99 passed (1.4m)
|
🎭 Playwright Run Summary
17 skipped
92 passed (2.7m)
|
🎭 Playwright Run Summary
17 skipped
92 passed (2.5m)
|
🎭 Playwright Run Summary
110 passed (6.8m)
|
🎭 Playwright Run Summary
110 passed (8.2m)
|
🎭 Playwright Run Summary
5 skipped
104 passed (3.6m)
|
🎭 Playwright Run Summary
5 skipped
104 passed (2.6m)
|
🎭 Playwright Run Summary
2 flaky
[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
[webkit] › tests/legacy/input-phone/input-phone.pw.spec.ts:1108:21 › InputPhone › iphone-x › [countryCode]="+7" & [phoneMaskAfterCountryCode]="(###) ###-##-##" › Select all + Delete => Ctrl + Z › +7 (912) |345-67|-89 => Delete => Cmd + Z
107 passed (3.3m)
|
🎭 Playwright Run Summary
2 flaky
[webkit] › tests/legacy/input-phone/input-phone.pw.spec.ts:1251:21 › InputPhone › iphone-x › [countryCode]="+7" & [phoneMaskAfterCountryCode]="(###) ###-##-##" › Redo › +7 (912) |345-67|-89 => Delete => Cmd + Z => Cmd + Shift + Z
[webkit] › tests/legacy/input-range/input-range.pw.spec.ts:78:13 › InputRange › Keyboard interactions › cannot set right value less than left value via ArrowDown
107 passed (3.3m)
|
🎭 Playwright Run Summary
110 passed (12.1m)
|
🎭 Playwright Run Summary
110 passed (10.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cy_baseline_6f096f561879f361add0aace47d26a5b4860c136
Expired
|
113 KB |
|
playwright-blob-artifacts--6f096f561879f361add0aace47d26a5b4860c136-12361867918-10000-Linux_1
Expired
|
263 KB |
|
playwright-blob-artifacts--6f096f561879f361add0aace47d26a5b4860c136-12361867918-10000-Linux_2
Expired
|
303 KB |
|
playwright-blob-artifacts--6f096f561879f361add0aace47d26a5b4860c136-12361867918-10000-Linux_3
Expired
|
1.45 MB |
|
playwright-blob-artifacts--6f096f561879f361add0aace47d26a5b4860c136-12361867918-10000-Linux_4
Expired
|
532 KB |
|
playwright-blob-artifacts--6f096f561879f361add0aace47d26a5b4860c136-12361867918-10000-Linux_5
Expired
|
823 KB |
|
playwright-blob-artifacts--6f096f561879f361add0aace47d26a5b4860c136-12361867918-10000-Linux_6
Expired
|
431 KB |
|
playwright-blob-artifacts--6f096f561879f361add0aace47d26a5b4860c136-12361867918-10000-Linux_7
Expired
|
346 KB |
|
playwright-blob-artifacts--6f096f561879f361add0aace47d26a5b4860c136-12361867918-10000-Linux_8
Expired
|
364 KB |
|
playwright-blob-artifacts--6f096f561879f361add0aace47d26a5b4860c136-12361867918-10000-Linux_9
Expired
|
389 KB |
|
playwright-blob-artifacts--6f096f561879f361add0aace47d26a5b4860c136-12361867918-10000-macOS_1
Expired
|
236 KB |
|
playwright-blob-artifacts--6f096f561879f361add0aace47d26a5b4860c136-12361867918-10000-macOS_2
Expired
|
227 KB |
|
playwright-blob-artifacts--6f096f561879f361add0aace47d26a5b4860c136-12361867918-10000-macOS_3
Expired
|
1.42 MB |
|
playwright-blob-artifacts--6f096f561879f361add0aace47d26a5b4860c136-12361867918-10000-macOS_4
Expired
|
529 KB |
|
playwright-blob-artifacts--6f096f561879f361add0aace47d26a5b4860c136-12361867918-10000-macOS_5
Expired
|
781 KB |
|
playwright-blob-artifacts--6f096f561879f361add0aace47d26a5b4860c136-12361867918-10000-macOS_6
Expired
|
395 KB |
|
playwright-blob-artifacts--6f096f561879f361add0aace47d26a5b4860c136-12361867918-10000-macOS_7
Expired
|
318 KB |
|
playwright-blob-artifacts--6f096f561879f361add0aace47d26a5b4860c136-12361867918-10000-macOS_8
Expired
|
1.05 MB |
|
playwright-blob-artifacts--6f096f561879f361add0aace47d26a5b4860c136-12361867918-10000-macOS_9
Expired
|
317 KB |
|