test(tab-bar): add snapshot for box shadow #15150
build.yml
on: pull_request
build-core
1m 45s
Matrix: test-core-screenshot
test-core-clean-build
8s
test-core-lint
56s
test-core-spec
50s
verify-screenshots
0s
Matrix: test-angular-e2e
Matrix: test-react-e2e
Matrix: test-react-router-e2e
Matrix: test-vue-e2e
verify-test-angular-e2e
0s
verify-test-react-e2e
0s
verify-test-react-router-e2e
0s
verify-test-vue-e2e
0s
Annotations
1 error, 23 warnings, and 20 notices
[Mobile Safari] › src/components/menu/test/disable/menu.e2e.ts:40:9 › menu: disable - ios/ltr › should disable when menu is animating:
src/components/menu/test/disable/menu.e2e.ts#L61
1) [Mobile Safari] › src/components/menu/test/disable/menu.e2e.ts:40:9 › menu: disable - ios/ltr › should disable when menu is animating
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('ion-menu')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('ion-menu')
- locator resolved to <ion-menu side="start" id="start-menu" content-id="main" role="navigation" aria-label="menu" menu-id="start-menu" class="ios menu-type-overlay menu-enabled menu-side-start hydrated">…</ion-menu>
- unexpected value "hidden"
- locator resolved to <ion-menu side="start" id="start-menu" content-id="main" role="navigation" aria-label="menu" menu-id="start-menu" class="ios menu-type-overlay menu-enabled menu-side-start hydrated">…</ion-menu>
- unexpected value "hidden"
- locator resolved to <ion-menu side="start" id="start-menu" content-id="main" role="navigation" aria-label="menu" menu-id="start-menu" class="ios menu-type-overlay menu-side-start hydrated">…</ion-menu>
- unexpected value "hidden"
- locator resolved to <ion-menu side="start" id="start-menu" content-id="main" role="navigation" aria-label="menu" menu-id="start-menu" class="ios menu-type-overlay menu-side-start hydrated">…</ion-menu>
- unexpected value "hidden"
- locator resolved to <ion-menu side="start" id="start-menu" content-id="main" role="navigation" aria-label="menu" menu-id="start-menu" class="ios menu-type-overlay menu-side-start hydrated">…</ion-menu>
- unexpected value "hidden"
- locator resolved to <ion-menu side="start" id="start-menu" content-id="main" role="navigation" aria-label="menu" menu-id="start-menu" class="ios menu-type-overlay menu-side-start hydrated">…</ion-menu>
- unexpected value "hidden"
- locator resolved to <ion-menu side="start" id="start-menu" content-id="main" role="navigation" aria-label="menu" menu-id="start-menu" class="ios menu-type-overlay menu-side-start hydrated">…</ion-menu>
- unexpected value "hidden"
- locator resolved to <ion-menu side="start" id="start-menu" content-id="main" role="navigation" aria-label="menu" menu-id="start-menu" class="ios menu-type-overlay menu-side-start hydrated">…</ion-menu>
- unexpected value "hidden"
- locator resolved to <ion-menu side="start" id="start-menu" content-id="main" role="navigation" aria-label="menu" menu-id="start-menu" class="ios menu-type-overlay menu-side-start hydrated">…</ion-menu>
- unexpected value "hidden"
59 | await menu.evaluate((el: HTMLIonMenuElement) => (el.disabled = false));
60 | await menu.evaluate((el: HTMLIonMenuElement) => el.open());
> 61 | await expect(menu).toBeVisible();
| ^
62 |
63 | expect(logs.length).toBe(0);
64 | });
at /ionic/src/components/menu/test/disable/menu.e2e.ts:61:26
|
build-core
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-core-clean-build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-angular-server
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-vue
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-react
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-core-spec
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-angular
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-core-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-vue-router
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-react-router
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-react-e2e (react18)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-react-e2e (react17)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
verify-test-react-e2e
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-react-router-e2e (reactrouter5)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
verify-test-react-router-e2e
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-vue-e2e (vue3)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
verify-test-vue-e2e
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-angular-e2e (ng17)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-angular-e2e (ng19)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-angular-e2e (ng18)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-angular-e2e (ng16)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
verify-test-angular-e2e
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
verify-screenshots
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
300 skipped
261 passed (2.6m)
|
🎭 Playwright Run Summary
296 skipped
262 passed (3.2m)
|
🎭 Playwright Run Summary
541 passed (3.6m)
|
🎭 Playwright Run Summary
559 passed (3.7m)
|
🎭 Playwright Run Summary
550 passed (4.2m)
|
🎭 Playwright Run Summary
3 skipped
563 passed (4.4m)
|
🎭 Playwright Run Summary
2 skipped
577 passed (4.4m)
|
🎭 Playwright Run Summary
14 skipped
405 passed (5.6m)
|
🎭 Playwright Run Summary
9 skipped
539 passed (6.0m)
|
🎭 Playwright Run Summary
12 skipped
690 passed (6.2m)
|
🎭 Playwright Run Summary
4 skipped
562 passed (6.8m)
|
🎭 Playwright Run Summary
2 skipped
551 passed (6.7m)
|
🎭 Playwright Run Summary
5 skipped
568 passed (6.7m)
|
🎭 Playwright Run Summary
1 skipped
592 passed (7.2m)
|
🎭 Playwright Run Summary
12 skipped
499 passed (7.3m)
|
🎭 Playwright Run Summary
1 skipped
561 passed (7.3m)
|
🎭 Playwright Run Summary
2 skipped
578 passed (7.5m)
|
🎭 Playwright Run Summary
4 skipped
620 passed (7.4m)
|
🎭 Playwright Run Summary
5 skipped
512 passed (8.0m)
|
🎭 Playwright Run Summary
1 flaky
[Mobile Safari] › src/components/menu/test/disable/menu.e2e.ts:40:9 › menu: disable - ios/ltr › should disable when menu is animating
7 skipped
538 passed (9.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
ionic-angular
|
798 KB |
|
ionic-angular-server
|
8.55 KB |
|
ionic-core
|
5.4 MB |
|
ionic-react
|
359 KB |
|
ionic-react-router
|
27.9 KB |
|
ionic-vue
|
380 KB |
|
ionic-vue-router
|
17 KB |
|
test-results-1-20
|
490 KB |
|
test-results-10-20
|
481 KB |
|
test-results-11-20
|
534 KB |
|
test-results-12-20
|
461 KB |
|
test-results-13-20
|
489 KB |
|
test-results-14-20
|
423 KB |
|
test-results-15-20
|
454 KB |
|
test-results-16-20
|
475 KB |
|
test-results-17-20
|
1.23 MB |
|
test-results-18-20
|
509 KB |
|
test-results-19-20
|
443 KB |
|
test-results-2-20
|
493 KB |
|
test-results-20-20
|
338 KB |
|
test-results-3-20
|
457 KB |
|
test-results-4-20
|
527 KB |
|
test-results-5-20
|
486 KB |
|
test-results-6-20
|
461 KB |
|
test-results-7-20
|
367 KB |
|
test-results-8-20
|
437 KB |
|
test-results-9-20
|
483 KB |
|