chore(deps): update dependency @stencil/core to v4.36.1 #16744
build.yml
on: pull_request
build-core
1m 10s
Matrix: test-core-screenshot
test-core-clean-build
13s
test-core-lint
46s
test-core-spec
38s
verify-screenshots
2s
Matrix: test-angular-e2e
Matrix: test-react-e2e
Matrix: test-react-router-e2e
Matrix: test-vue-e2e
verify-test-angular-e2e
2s
verify-test-react-e2e
2s
verify-test-react-router-e2e
2s
verify-test-vue-e2e
2s
Annotations
8 errors and 10 notices
|
[Mobile Safari] › src/components/input-otp/test/separators/input-otp.e2e.ts:90:9 › input-otp: separators functionality - ios/ltr › should render separators after the second and third input box:
src/components/input-otp/test/separators/input-otp.e2e.ts#L99
1) [Mobile Safari] › src/components/input-otp/test/separators/input-otp.e2e.ts:90:9 › input-otp: separators functionality - ios/ltr › should render separators after the second and third input box
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
97 |
98 | await expect(await hasSeparatorAfter(page, 0)).toBe(false);
> 99 | await expect(await hasSeparatorAfter(page, 1)).toBe(true);
| ^
100 | await expect(await hasSeparatorAfter(page, 2)).toBe(true);
101 | await expect(await hasSeparatorAfter(page, 3)).toBe(false);
102 | });
at /ionic/src/components/input-otp/test/separators/input-otp.e2e.ts:99:54
|
|
[Mobile Safari] › src/components/router/test/guards/router.e2e.ts:6:9 › router: guards - ios/ltr › guards should be run on initial load:
src/components/router/test/guards/router.e2e.ts#L9
1) [Mobile Safari] › src/components/router/test/guards/router.e2e.ts:6:9 › router: guards - ios/ltr › guards should be run on initial load
Error: expect(received).toContain(expected) // indexOf
Expected substring: "#/child/1"
Received string: "http://localhost:3333/src/components/router/test/guards#/guard-initial-page?ionic:_testing=true&ionic:mode=ios&rtl=undefined&palette=light"
7 | await page.goto(`/src/components/router/test/guards#/guard-initial-page`, config);
8 |
> 9 | expect(page.url()).toContain('#/child/1');
| ^
10 | });
11 | });
12 | });
at /ionic/src/components/router/test/guards/router.e2e.ts:9:26
|
|
[Mobile Safari] › src/components/item/test/inputs/item.e2e.ts:8:9 › item: inputs - ios/ltr › should not have visual regressions:
src/components/item/test/inputs/item.e2e.ts#L12
1) [Mobile Safari] › src/components/item/test/inputs/item.e2e.ts:8:9 › item: inputs - ios/ltr › should not have visual regressions
Error: expect(page).toHaveScreenshot(expected)
2291 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: item-inputs-ios-ltr.png
Call log:
- Expect "toHaveScreenshot(item-inputs-ios-ltr.png)" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2291 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 2291 pixels (ratio 0.01 of all image pixels) are different.
10 |
11 | await page.setIonViewport();
> 12 | await expect(page).toHaveScreenshot(screenshot(`item-inputs`));
| ^
13 | });
14 | });
15 | });
at /ionic/src/components/item/test/inputs/item.e2e.ts:12:26
|
|
[Mobile Safari] › src/components/datetime/test/datetime.e2e.ts:35:9 › datetime: switching months with different number of days - md/ltr › should adjust the selected day when moving to a month with a different number of days:
src/components/datetime/test/datetime.e2e.ts#L49
3) [Mobile Safari] › src/components/datetime/test/datetime.e2e.ts:35:9 › datetime: switching months with different number of days - md/ltr › should adjust the selected day when moving to a month with a different number of days
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveJSProperty(expected)
Locator: locator('ion-datetime')
Expected: "2022-02-28"
Received: "2021-02-28"
Call log:
- Expect "toHaveJSProperty" with timeout 5000ms
- waiting for locator('ion-datetime')
9 × locator resolved to <ion-datetime locale="en-US" value="2022-01-31" presentation="date" class="ion-color ion-color-primary md datetime-presentation-date datetime-size-fixed datetime-grid hydrated datetime-ready show-month-and-year month-year-picker-open">…</ion-datetime>
- unexpected value "2021-02-28"
47 | await ionChange.next();
48 | await expect(ionChange).toHaveReceivedEventTimes(1);
> 49 | await expect(datetime).toHaveJSProperty('value', '2022-02-28');
| ^
50 | });
51 | });
52 | });
at /ionic/src/components/datetime/test/datetime.e2e.ts:49:30
|
|
[Mobile Safari] › src/components/datetime/test/datetime.e2e.ts:35:9 › datetime: switching months with different number of days - md/ltr › should adjust the selected day when moving to a month with a different number of days:
src/components/datetime/test/datetime.e2e.ts#L48
3) [Mobile Safari] › src/components/datetime/test/datetime.e2e.ts:35:9 › datetime: switching months with different number of days - md/ltr › should adjust the selected day when moving to a month with a different number of days
Error: expected event "ionChange" to have been called 1 times, but it was called 2 times
46 |
47 | await ionChange.next();
> 48 | await expect(ionChange).toHaveReceivedEventTimes(1);
| ^
49 | await expect(datetime).toHaveJSProperty('value', '2022-02-28');
50 | });
51 | });
at /ionic/src/components/datetime/test/datetime.e2e.ts:48:31
|
|
[Mobile Safari] › src/components/datetime/test/datetime.e2e.ts:17:9 › datetime: switching months with different number of days - md/ltr › should switch the calendar header when moving to a month with a different number of days:
src/components/datetime/test/datetime.e2e.ts#L32
2) [Mobile Safari] › src/components/datetime/test/datetime.e2e.ts:17:9 › datetime: switching months with different number of days - md/ltr › should switch the calendar header when moving to a month with a different number of days
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('ion-datetime .calendar-month-year')
Expected string: "February 2022"
Received string: "February 2021"
Call log:
- Expect "toContainText" with timeout 5000ms
- waiting for locator('ion-datetime .calendar-month-year')
9 × locator resolved to <div class="calendar-month-year">…</div>
- unexpected value "February 2021"
30 | await page.waitForChanges();
31 |
> 32 | await expect(monthYearToggle).toContainText('February 2022');
| ^
33 | });
34 |
35 | test('should adjust the selected day when moving to a month with a different number of days', async ({ page }) => {
at /ionic/src/components/datetime/test/datetime.e2e.ts:32:37
|
|
[Mobile Safari] › src/components/datetime/test/custom/datetime.e2e.ts:44:9 › datetime: custom focus - ios/ltr › should focus the selected day and then the day after:
src/components/datetime/test/custom/datetime.e2e.ts#L55
1) [Mobile Safari] › src/components/datetime/test/custom/datetime.e2e.ts:44:9 › datetime: custom focus - ios/ltr › should focus the selected day and then the day after
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
4509 pixels (ratio 0.04 of all image pixels) are different.
Snapshot: datetime-custom-focus-selected-calendar-day-ios-ltr.png
Call log:
- Expect "toHaveScreenshot(datetime-custom-focus-selected-calendar-day-ios-ltr.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#custom-calendar-days')
- locator resolved to <ion-datetime value="2023-06-15" presentation="date" id="custom-calendar-days" class="ion-color ion-color-primary ios datetime-presentation-date datetime-size-fixed datetime-grid hydrated">…</ion-datetime>
- 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
- 4509 pixels (ratio 0.04 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#custom-calendar-days')
- locator resolved to <ion-datetime value="2023-06-15" presentation="date" id="custom-calendar-days" class="ion-color ion-color-primary ios datetime-presentation-date datetime-size-fixed datetime-grid hydrated">…</ion-datetime>
- 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
- captured a stable screenshot
- 4509 pixels (ratio 0.04 of all image pixels) are different.
53 |
54 | await expect(day).toBeFocused();
> 55 | await expect(datetime).toHaveScreenshot(screenshot(`datetime-custom-focus-selected-calendar-day`));
| ^
56 |
57 | await page.keyboard.press('ArrowRight');
58 | await page.waitForChanges();
at /ionic/src/components/datetime/test/custom/datetime.e2e.ts:55:30
|
|
[Mobile Safari] › src/components/datetime/test/custom/datetime.e2e.ts:44:9 › datetime: custom focus - ios/ltr › should focus the selected day and then the day after:
src/components/datetime/test/custom/datetime.e2e.ts#L55
1) [Mobile Safari] › src/components/datetime/test/custom/datetime.e2e.ts:44:9 › datetime: custom focus - ios/ltr › should focus the selected day and then the day after
Error: expect(locator).toHaveScreenshot(expected)
4509 pixels (ratio 0.04 of all image pixels) are different.
Snapshot: datetime-custom-focus-selected-calendar-day-ios-ltr.png
Call log:
- Expect "toHaveScreenshot(datetime-custom-focus-selected-calendar-day-ios-ltr.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#custom-calendar-days')
- locator resolved to <ion-datetime value="2023-06-15" presentation="date" id="custom-calendar-days" class="ion-color ion-color-primary ios datetime-presentation-date datetime-size-fixed datetime-grid hydrated">…</ion-datetime>
- 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
- 4509 pixels (ratio 0.04 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#custom-calendar-days')
- locator resolved to <ion-datetime value="2023-06-15" presentation="date" id="custom-calendar-days" class="ion-color ion-color-primary ios datetime-presentation-date datetime-size-fixed datetime-grid hydrated">…</ion-datetime>
- 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
- captured a stable screenshot
- 4509 pixels (ratio 0.04 of all image pixels) are different.
53 |
54 | await expect(day).toBeFocused();
> 55 | await expect(datetime).toHaveScreenshot(screenshot(`datetime-custom-focus-selected-calendar-day`));
| ^
56 |
57 | await page.keyboard.press('ArrowRight');
58 | await page.waitForChanges();
at /ionic/src/components/datetime/test/custom/datetime.e2e.ts:55:30
|
|
🎭 Playwright Run Summary
1 flaky
[Mobile Safari] › src/components/input-otp/test/separators/input-otp.e2e.ts:90:9 › input-otp: separators functionality - ios/ltr › should render separators after the second and third input box
5 skipped
509 passed (4.9m)
|
|
🎭 Playwright Run Summary
1 skipped
517 passed (6.0m)
|
|
🎭 Playwright Run Summary
5 skipped
506 passed (6.5m)
|
|
🎭 Playwright Run Summary
4 skipped
528 passed (6.5m)
|
|
🎭 Playwright Run Summary
1 flaky
[Mobile Safari] › src/components/router/test/guards/router.e2e.ts:6:9 › router: guards - ios/ltr › guards should be run on initial load
10 skipped
522 passed (6.7m)
|
|
🎭 Playwright Run Summary
1 skipped
524 passed (6.9m)
|
|
🎭 Playwright Run Summary
1 flaky
[Mobile Safari] › src/components/item/test/inputs/item.e2e.ts:8:9 › item: inputs - ios/ltr › should not have visual regressions
5 skipped
510 passed (6.8m)
|
|
🎭 Playwright Run Summary
3 flaky
[Mobile Safari] › src/components/datetime/test/custom/datetime.e2e.ts:44:9 › datetime: custom focus - ios/ltr › should focus the selected day and then the day after
[Mobile Safari] › src/components/datetime/test/datetime.e2e.ts:17:9 › datetime: switching months with different number of days - md/ltr › should switch the calendar header when moving to a month with a different number of days
[Mobile Safari] › src/components/datetime/test/datetime.e2e.ts:35:9 › datetime: switching months with different number of days - md/ltr › should adjust the selected day when moving to a month with a different number of days
2 skipped
506 passed (7.2m)
|
|
🎭 Playwright Run Summary
14 skipped
510 passed (7.5m)
|
|
🎭 Playwright Run Summary
7 skipped
506 passed (8.3m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
test-results-1-20
Expired
|
429 KB |
sha256:959a555a5ede6a9530eba64313820da37f4708da1c06b726b41510185223bc7a
|
|
|
test-results-15-20
Expired
|
3.15 MB |
sha256:53abe908f65971b241abc59b2bd4a4d5d81dfc8af3230ae7fea043d666962e82
|
|
|
test-results-16-20
Expired
|
1.14 MB |
sha256:98bcdff442609a554f54697ebae76607b62c821fc9dc9390c1720d23370b406d
|
|
|
test-results-17-20
Expired
|
1.48 MB |
sha256:cec706c0a5e1ebb217e91a34c33317864cb357327120f7dfd03ab78b9e700fdc
|
|
|
test-results-18-20
Expired
|
1.23 MB |
sha256:03dbd31ab9f98d2e87f3b402caf70471b78fba241a86017463cf304e8df40940
|
|
|
test-results-2-20
Expired
|
465 KB |
sha256:2fd740215ca83da1b038e47f779509053d6053630da457738c0285a0376139fe
|
|
|
test-results-3-20
Expired
|
411 KB |
sha256:cb327dfa6394508c0be5736a4804ff0dab602cb9358c7be474cbb9996e5e2c79
|
|
|
test-results-4-20
Expired
|
526 KB |
sha256:0c65e330369f3b3ea05b49c024ede7dbb01266637d9e8309e967012f3cae2585
|
|
|
test-results-5-20
Expired
|
447 KB |
sha256:df92cad9d4810d58f37988c7d8332a0bbcd248a5abd783dfce9942a621824fbc
|
|
|
test-results-6-20
Expired
|
419 KB |
sha256:20c27f5cc4947f8fdba0cf24b09569d490bcb5e7e3429b4768661544563e6214
|
|