fix(tab-button): update dark palette focused background color #18780
build.yml
on: pull_request
build-core
1m 15s
Matrix: test-core-screenshot
test-core-clean-build
12s
test-core-lint
56s
test-core-spec
48s
verify-screenshots
2s
Matrix: test-angular-e2e
Matrix: test-react-e2e
Matrix: test-react-router-e2e
Matrix: test-vue-e2e
verify-test-angular-e2e
3s
verify-test-react-e2e
3s
verify-test-react-router-e2e
2s
verify-test-vue-e2e
3s
Annotations
49 errors and 8 notices
|
[Mobile Chrome] › src/components/tab-button/test/layout/tab-button.e2e.ts:35:9 › tab-button: basic - ios/ltr › should render tab button with icons right of text:
src/components/tab-button/test/layout/tab-button.e2e.ts#L61
10) [Mobile Chrome] › src/components/tab-button/test/layout/tab-button.e2e.ts:35:9 › tab-button: basic - ios/ltr › should render tab button with icons right of text
Error: A snapshot doesn't exist at /ionic/src/components/tab-button/test/layout/tab-button.e2e.ts-snapshots/tab-button-icon-right-ios-ltr-Mobile-Chrome-linux.png, writing actual.
59 | const tabBar = page.locator('ion-tab-bar');
60 |
> 61 | await expect(tabBar).toHaveScreenshot(screenshot(`tab-button-icon-right`));
| ^
62 | });
63 |
64 | test('should render tab button with icons below text', async ({ page }) => {
at /ionic/src/components/tab-button/test/layout/tab-button.e2e.ts:61:7
|
|
[Mobile Chrome] › src/components/tab-button/test/layout/tab-button.e2e.ts:6:9 › tab-button: basic - ios/ltr › should render tab button with icons left of text:
src/components/tab-button/test/layout/tab-button.e2e.ts#L32
9) [Mobile Chrome] › src/components/tab-button/test/layout/tab-button.e2e.ts:6:9 › tab-button: basic - ios/ltr › should render tab button with icons left of text
Error: A snapshot doesn't exist at /ionic/src/components/tab-button/test/layout/tab-button.e2e.ts-snapshots/tab-button-icon-left-ios-ltr-Mobile-Chrome-linux.png, writing actual.
30 | const tabBar = page.locator('ion-tab-bar');
31 |
> 32 | await expect(tabBar).toHaveScreenshot(screenshot(`tab-button-icon-left`));
| ^
33 | });
34 |
35 | test('should render tab button with icons right of text', async ({ page }) => {
at /ionic/src/components/tab-button/test/layout/tab-button.e2e.ts:32:7
|
|
[Mobile Chrome] › src/components/tab-button/test/basic/tab-button.e2e.ts:32:9 › tab-button: basic - md/rtl › should render tab button with badges:
src/components/tab-button/test/basic/tab-button.e2e.ts#L61
8) [Mobile Chrome] › src/components/tab-button/test/basic/tab-button.e2e.ts:32:9 › tab-button: basic - md/rtl › should render tab button with badges
Error: A snapshot doesn't exist at /ionic/src/components/tab-button/test/basic/tab-button.e2e.ts-snapshots/tab-button-badge-md-rtl-Mobile-Chrome-linux.png, writing actual.
59 | const tabBar = page.locator('ion-tab-bar');
60 |
> 61 | await expect(tabBar).toHaveScreenshot(screenshot(`tab-button-badge`));
| ^
62 | });
63 |
64 | test('should render tab button with icons', async ({ page }) => {
at /ionic/src/components/tab-button/test/basic/tab-button.e2e.ts:61:7
|
|
[Mobile Chrome] › src/components/tab-button/test/basic/tab-button.e2e.ts:6:9 › tab-button: basic - md/rtl › should render tab button with label:
src/components/tab-button/test/basic/tab-button.e2e.ts#L29
7) [Mobile Chrome] › src/components/tab-button/test/basic/tab-button.e2e.ts:6:9 › tab-button: basic - md/rtl › should render tab button with label
Error: A snapshot doesn't exist at /ionic/src/components/tab-button/test/basic/tab-button.e2e.ts-snapshots/tab-button-label-md-rtl-Mobile-Chrome-linux.png, writing actual.
27 | const tabBar = page.locator('ion-tab-bar');
28 |
> 29 | await expect(tabBar).toHaveScreenshot(screenshot(`tab-button-label`));
| ^
30 | });
31 |
32 | test('should render tab button with badges', async ({ page }) => {
at /ionic/src/components/tab-button/test/basic/tab-button.e2e.ts:29:7
|
|
[Mobile Chrome] › src/components/tab-button/test/basic/tab-button.e2e.ts:32:9 › tab-button: basic - md/ltr › should render tab button with badges:
src/components/tab-button/test/basic/tab-button.e2e.ts#L61
6) [Mobile Chrome] › src/components/tab-button/test/basic/tab-button.e2e.ts:32:9 › tab-button: basic - md/ltr › should render tab button with badges
Error: A snapshot doesn't exist at /ionic/src/components/tab-button/test/basic/tab-button.e2e.ts-snapshots/tab-button-badge-md-ltr-Mobile-Chrome-linux.png, writing actual.
59 | const tabBar = page.locator('ion-tab-bar');
60 |
> 61 | await expect(tabBar).toHaveScreenshot(screenshot(`tab-button-badge`));
| ^
62 | });
63 |
64 | test('should render tab button with icons', async ({ page }) => {
at /ionic/src/components/tab-button/test/basic/tab-button.e2e.ts:61:7
|
|
[Mobile Chrome] › src/components/tab-button/test/basic/tab-button.e2e.ts:6:9 › tab-button: basic - md/ltr › should render tab button with label:
src/components/tab-button/test/basic/tab-button.e2e.ts#L29
5) [Mobile Chrome] › src/components/tab-button/test/basic/tab-button.e2e.ts:6:9 › tab-button: basic - md/ltr › should render tab button with label
Error: A snapshot doesn't exist at /ionic/src/components/tab-button/test/basic/tab-button.e2e.ts-snapshots/tab-button-label-md-ltr-Mobile-Chrome-linux.png, writing actual.
27 | const tabBar = page.locator('ion-tab-bar');
28 |
> 29 | await expect(tabBar).toHaveScreenshot(screenshot(`tab-button-label`));
| ^
30 | });
31 |
32 | test('should render tab button with badges', async ({ page }) => {
at /ionic/src/components/tab-button/test/basic/tab-button.e2e.ts:29:7
|
|
[Mobile Chrome] › src/components/tab-button/test/basic/tab-button.e2e.ts:32:9 › tab-button: basic - ios/rtl › should render tab button with badges:
src/components/tab-button/test/basic/tab-button.e2e.ts#L61
4) [Mobile Chrome] › src/components/tab-button/test/basic/tab-button.e2e.ts:32:9 › tab-button: basic - ios/rtl › should render tab button with badges
Error: A snapshot doesn't exist at /ionic/src/components/tab-button/test/basic/tab-button.e2e.ts-snapshots/tab-button-badge-ios-rtl-Mobile-Chrome-linux.png, writing actual.
59 | const tabBar = page.locator('ion-tab-bar');
60 |
> 61 | await expect(tabBar).toHaveScreenshot(screenshot(`tab-button-badge`));
| ^
62 | });
63 |
64 | test('should render tab button with icons', async ({ page }) => {
at /ionic/src/components/tab-button/test/basic/tab-button.e2e.ts:61:7
|
|
[Mobile Chrome] › src/components/tab-button/test/basic/tab-button.e2e.ts:6:9 › tab-button: basic - ios/rtl › should render tab button with label:
src/components/tab-button/test/basic/tab-button.e2e.ts#L29
3) [Mobile Chrome] › src/components/tab-button/test/basic/tab-button.e2e.ts:6:9 › tab-button: basic - ios/rtl › should render tab button with label
Error: A snapshot doesn't exist at /ionic/src/components/tab-button/test/basic/tab-button.e2e.ts-snapshots/tab-button-label-ios-rtl-Mobile-Chrome-linux.png, writing actual.
27 | const tabBar = page.locator('ion-tab-bar');
28 |
> 29 | await expect(tabBar).toHaveScreenshot(screenshot(`tab-button-label`));
| ^
30 | });
31 |
32 | test('should render tab button with badges', async ({ page }) => {
at /ionic/src/components/tab-button/test/basic/tab-button.e2e.ts:29:7
|
|
[Mobile Chrome] › src/components/tab-button/test/basic/tab-button.e2e.ts:32:9 › tab-button: basic - ios/ltr › should render tab button with badges:
src/components/tab-button/test/basic/tab-button.e2e.ts#L61
2) [Mobile Chrome] › src/components/tab-button/test/basic/tab-button.e2e.ts:32:9 › tab-button: basic - ios/ltr › should render tab button with badges
Error: A snapshot doesn't exist at /ionic/src/components/tab-button/test/basic/tab-button.e2e.ts-snapshots/tab-button-badge-ios-ltr-Mobile-Chrome-linux.png, writing actual.
59 | const tabBar = page.locator('ion-tab-bar');
60 |
> 61 | await expect(tabBar).toHaveScreenshot(screenshot(`tab-button-badge`));
| ^
62 | });
63 |
64 | test('should render tab button with icons', async ({ page }) => {
at /ionic/src/components/tab-button/test/basic/tab-button.e2e.ts:61:7
|
|
[Mobile Chrome] › src/components/tab-button/test/basic/tab-button.e2e.ts:6:9 › tab-button: basic - ios/ltr › should render tab button with label:
src/components/tab-button/test/basic/tab-button.e2e.ts#L29
1) [Mobile Chrome] › src/components/tab-button/test/basic/tab-button.e2e.ts:6:9 › tab-button: basic - ios/ltr › should render tab button with label
Error: A snapshot doesn't exist at /ionic/src/components/tab-button/test/basic/tab-button.e2e.ts-snapshots/tab-button-label-ios-ltr-Mobile-Chrome-linux.png, writing actual.
27 | const tabBar = page.locator('ion-tab-bar');
28 |
> 29 | await expect(tabBar).toHaveScreenshot(screenshot(`tab-button-label`));
| ^
30 | });
31 |
32 | test('should render tab button with badges', async ({ page }) => {
at /ionic/src/components/tab-button/test/basic/tab-button.e2e.ts:29:7
|
|
test-core-screenshot (13, 20)
The strategy configuration was canceled because "test-core-screenshot._12_20" failed
|
|
test-core-screenshot (13, 20)
The operation was canceled.
|
|
test-core-screenshot (4, 20)
The strategy configuration was canceled because "test-core-screenshot._12_20" failed
|
|
test-core-screenshot (4, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (4, 20)
The operation was canceled.
|
|
test-core-screenshot (3, 20)
The strategy configuration was canceled because "test-core-screenshot._12_20" failed
|
|
test-core-screenshot (3, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (3, 20)
The operation was canceled.
|
|
test-core-screenshot (1, 20)
The strategy configuration was canceled because "test-core-screenshot._12_20" failed
|
|
test-core-screenshot (1, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (1, 20)
The operation was canceled.
|
|
test-core-screenshot (6, 20)
The strategy configuration was canceled because "test-core-screenshot._12_20" failed
|
|
test-core-screenshot (15, 20)
The strategy configuration was canceled because "test-core-screenshot._12_20" failed
|
|
test-core-screenshot (6, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (15, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (6, 20)
The operation was canceled.
|
|
test-core-screenshot (15, 20)
The operation was canceled.
|
|
test-core-screenshot (5, 20)
The strategy configuration was canceled because "test-core-screenshot._12_20" failed
|
|
test-core-screenshot (5, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (5, 20)
The operation was canceled.
|
|
test-core-screenshot (17, 20)
The strategy configuration was canceled because "test-core-screenshot._12_20" failed
|
|
test-core-screenshot (17, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (17, 20)
The operation was canceled.
|
|
test-core-screenshot (19, 20)
The strategy configuration was canceled because "test-core-screenshot._12_20" failed
|
|
test-core-screenshot (19, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (19, 20)
The operation was canceled.
|
|
test-core-screenshot (14, 20)
The strategy configuration was canceled because "test-core-screenshot._12_20" failed
|
|
test-core-screenshot (14, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (14, 20)
The operation was canceled.
|
|
test-core-screenshot (2, 20)
The strategy configuration was canceled because "test-core-screenshot._12_20" failed
|
|
test-core-screenshot (2, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (2, 20)
The operation was canceled.
|
|
test-core-screenshot (16, 20)
The strategy configuration was canceled because "test-core-screenshot._12_20" failed
|
|
test-core-screenshot (16, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (16, 20)
The operation was canceled.
|
|
test-core-screenshot (18, 20)
The strategy configuration was canceled because "test-core-screenshot._12_20" failed
|
|
test-core-screenshot (18, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (18, 20)
The operation was canceled.
|
|
verify-screenshots
Process completed with exit code 1.
|
|
🎭 Playwright Run Summary
418 passed (2.8m)
|
|
🎭 Playwright Run Summary
216 skipped
320 passed (3.1m)
|
|
🎭 Playwright Run Summary
1 skipped
555 passed (3.6m)
|
|
🎭 Playwright Run Summary
212 skipped
333 passed (3.7m)
|
|
🎭 Playwright Run Summary
4 skipped
541 passed (4.2m)
|
|
🎭 Playwright Run Summary
4 skipped
659 passed (4.2m)
|
|
🎭 Playwright Run Summary
36 failed
[Mobile Chrome] › src/components/tab-button/test/basic/tab-button.e2e.ts:6:9 › tab-button: basic - ios/ltr › should render tab button with label
[Mobile Chrome] › src/components/tab-button/test/basic/tab-button.e2e.ts:32:9 › tab-button: basic - ios/ltr › should render tab button with badges
[Mobile Chrome] › src/components/tab-button/test/basic/tab-button.e2e.ts:6:9 › tab-button: basic - ios/rtl › should render tab button with label
[Mobile Chrome] › src/components/tab-button/test/basic/tab-button.e2e.ts:32:9 › tab-button: basic - ios/rtl › should render tab button with badges
[Mobile Chrome] › src/components/tab-button/test/basic/tab-button.e2e.ts:6:9 › tab-button: basic - md/ltr › should render tab button with label
[Mobile Chrome] › src/components/tab-button/test/basic/tab-button.e2e.ts:32:9 › tab-button: basic - md/ltr › should render tab button with badges
[Mobile Chrome] › src/components/tab-button/test/basic/tab-button.e2e.ts:6:9 › tab-button: basic - md/rtl › should render tab button with label
[Mobile Chrome] › src/components/tab-button/test/basic/tab-button.e2e.ts:32:9 › tab-button: basic - md/rtl › should render tab button with badges
[Mobile Chrome] › src/components/tab-button/test/layout/tab-button.e2e.ts:6:9 › tab-button: basic - ios/ltr › should render tab button with icons left of text
[Mobile Chrome] › src/components/tab-button/test/layout/tab-button.e2e.ts:35:9 › tab-button: basic - ios/ltr › should render tab button with icons right of text
[Mobile Chrome] › src/components/tab-button/test/layout/tab-button.e2e.ts:64:9 › tab-button: basic - ios/ltr › should render tab button with icons below text
[Mobile Chrome] › src/components/tab-button/test/layout/tab-button.e2e.ts:93:9 › tab-button: basic - ios/ltr › should render tab button with icons on top of text
[Mobile Chrome] › src/components/tab-button/test/layout/tab-button.e2e.ts:121:9 › tab-button: basic - ios/ltr › should render tab button with no icons
[Mobile Chrome] › src/components/tab-button/test/layout/tab-button.e2e.ts:6:9 › tab-button: basic - ios/rtl › should render tab button with icons left of text
[Mobile Chrome] › src/components/tab-button/test/layout/tab-button.e2e.ts:35:9 › tab-button: basic - ios/rtl › should render tab button with icons right of text
[Mobile Chrome] › src/components/tab-button/test/layout/tab-button.e2e.ts:64:9 › tab-button: basic - ios/rtl › should render tab button with icons below text
[Mobile Chrome] › src/components/tab-button/test/layout/tab-button.e2e.ts:93:9 › tab-button: basic - ios/rtl › should render tab button with icons on top of text
[Mobile Chrome] › src/components/tab-button/test/layout/tab-button.e2e.ts:121:9 › tab-button: basic - ios/rtl › should render tab button with no icons
[Mobile Chrome] › src/components/tab-button/test/layout/tab-button.e2e.ts:6:9 › tab-button: basic - md/ltr › should render tab button with icons left of text
[Mobile Chrome] › src/components/tab-button/test/layout/tab-button.e2e.ts:35:9 › tab-button: basic - md/ltr › should render tab button with icons right of text
[Mobile Chrome] › src/components/tab-button/test/layout/tab-button.e2e.ts:64:9 › tab-button: basic - md/ltr › should render tab button with icons below text
[Mobile Chrome] › src/components/tab-button/test/layout/tab-button.e2e.ts:93:9 › tab-button: basic - md/ltr › should render tab button with icons on top of text
[Mobile Chrome] › src/components/tab-button/test/layout/tab-button.e2e.ts:121:9 › tab-button: basic - md/ltr › should render tab button with no icons
[Mobile Chrome] › src/components/tab-button/test/layout/tab-button.e2e.ts:6:9 › tab-button: basic - md/rtl › should render tab button with icons left of text
[Mobile Chrome] › src/components/tab-button/test/layout/tab-button.e2e.ts:35:9 › tab-button: basic - md/rtl › should ren
|
|
🎭 Playwright Run Summary
685 passed (4.7m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-angular
|
672 KB |
sha256:e84bbecb0dafd13a49370931a584a0b3542784debae6d074bbeb5d9e377f74aa
|
|
|
ionic-angular-server
|
8.54 KB |
sha256:fd5021c451e09b3491573735d89cd9c67e7ed9e97e9a032a4272f61ab90a5c0e
|
|
|
ionic-core
|
4.52 MB |
sha256:e755a36681f903dc29df4f7f74952660acd7ed69c0b18961c1ed4cb1135aac2d
|
|
|
ionic-react
|
212 KB |
sha256:0ab2798422b9a232afdc0e24cc3174f79b5c9b63d425f0f02305a8d1f655ad1c
|
|
|
ionic-react-router
|
27.9 KB |
sha256:8cdf18d72c4d6559241b61618d45aec0a2f475315e071cf76537545a151020e9
|
|
|
ionic-vue
|
234 KB |
sha256:6f49286dd2e6b71c2246345b7313c5609e6f382c3fe5172bbcc1c1d6e19e96db
|
|
|
ionic-vue-router
|
17 KB |
sha256:572104bdd9c99727aa205d177d1fef4b5e0c109d19eca19e47a7ef0e0af28d7e
|
|
|
test-results-10-20
|
422 KB |
sha256:f7cbc77543b00a191c3a0d674ee7f8fe89faeb8ba6c3f08e0d6097ebb41356a7
|
|
|
test-results-11-20
|
524 KB |
sha256:b5d6f8352f532527c07ddd5cc2fecd020921de4315cd1fdef687571929e2a732
|
|
|
test-results-12-20
|
14.2 MB |
sha256:0664075ec13ec6dd14dedec75e45aef09efd5c7d93b58384d13a0f13944667da
|
|
|
test-results-20-20
|
371 KB |
sha256:38b6ba8f152c93f23e2bca59a1387eee5214a31e986de39d9a7e17ba620a15cf
|
|
|
test-results-7-20
|
376 KB |
sha256:281b91a59a0e063a4ff4d464bfeb76f19609321c861ba1f8d0a37234dea3b799
|
|
|
test-results-8-20
|
440 KB |
sha256:f39004b514b2b7da62ee84fa9cc74feddf529093a464266d32bd78672ec0769d
|
|
|
test-results-9-20
|
507 KB |
sha256:1054f1903e43579efac5e52160c8760c2807103c870c52f35a64957a26a8c75a
|
|