Skip to content

chore(deps): update playwright #16102

chore(deps): update playwright

chore(deps): update playwright #16102

Triggered via pull request April 28, 2025 20:46
Status Failure
Total duration 8m 43s
Artifacts 17

build.yml

on: pull_request
build-react
39s
build-react
build-vue
32s
build-vue
Matrix: test-core-screenshot
build-angular
58s
build-angular
build-angular-server
26s
build-angular-server
test-core-clean-build
7s
test-core-clean-build
test-core-lint
49s
test-core-lint
test-core-spec
41s
test-core-spec
build-react-router
19s
build-react-router
build-vue-router
33s
build-vue-router
verify-screenshots
0s
verify-screenshots
Matrix: test-angular-e2e
Matrix: test-react-e2e
Matrix: test-react-router-e2e
Matrix: test-vue-e2e
verify-test-angular-e2e
0s
verify-test-angular-e2e
verify-test-react-e2e
0s
verify-test-react-e2e
verify-test-react-router-e2e
0s
verify-test-react-router-e2e
verify-test-vue-e2e
0s
verify-test-vue-e2e
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 10 notices
[Mobile Safari] › src/components/checkbox/test/label/checkbox.e2e.ts:173:11 › checkbox: label - md/ltr › checkbox: stacked placement › should align the label to the start of the container in the stacked position: src/components/checkbox/test/label/checkbox.e2e.ts#L182
1) [Mobile Safari] › src/components/checkbox/test/label/checkbox.e2e.ts:173:11 › checkbox: label - md/ltr › checkbox: stacked placement › should align the label to the start of the container in the stacked position Error: expect(locator).toHaveScreenshot(expected) 2 pixels (ratio 0.01 of all image pixels) are different. Expected: /ionic/src/components/checkbox/test/label/checkbox.e2e.ts-snapshots/checkbox-label-stacked-align-start-md-ltr-Mobile-Safari-linux.png Received: /ionic/test-results/src-components-checkbox-te-6348d-ner-in-the-stacked-position-Mobile-Safari/checkbox-label-stacked-align-start-md-ltr-actual.png Diff: /ionic/test-results/src-components-checkbox-te-6348d-ner-in-the-stacked-position-Mobile-Safari/checkbox-label-stacked-align-start-md-ltr-diff.png Call log: - expect.toHaveScreenshot(checkbox-label-stacked-align-start-md-ltr.png) with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-checkbox') - locator resolved to <ion-checkbox tabindex="0" role="checkbox" alignment="start" aria-checked="false" label-placement="stacked" aria-labelledby="ion-cb-0-lbl" class="md interactive checkbox-alignment-start checkbox-label-placement-stacked hydrated">…</ion-checkbox> - 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 - 2 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-checkbox') - locator resolved to <ion-checkbox tabindex="0" role="checkbox" alignment="start" aria-checked="false" label-placement="stacked" aria-labelledby="ion-cb-0-lbl" class="md interactive checkbox-alignment-start checkbox-label-placement-stacked hydrated">…</ion-checkbox> - 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 - 2 pixels (ratio 0.01 of all image pixels) are different. 180 | 181 | const checkbox = page.locator('ion-checkbox'); > 182 | await expect(checkbox).toHaveScreenshot(screenshot(`checkbox-label-stacked-align-start`)); | ^ 183 | }); 184 | 185 | test('should align the label to the center of the container in the stacked position', async ({ page }) => { at /ionic/src/components/checkbox/test/label/checkbox.e2e.ts:182:32
[Mobile Safari] › src/components/checkbox/test/label/checkbox.e2e.ts:173:11 › checkbox: label - md/ltr › checkbox: stacked placement › should align the label to the start of the container in the stacked position: src/components/checkbox/test/label/checkbox.e2e.ts#L182
1) [Mobile Safari] › src/components/checkbox/test/label/checkbox.e2e.ts:173:11 › checkbox: label - md/ltr › checkbox: stacked placement › should align the label to the start of the container in the stacked position Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 2 pixels (ratio 0.01 of all image pixels) are different. Expected: /ionic/src/components/checkbox/test/label/checkbox.e2e.ts-snapshots/checkbox-label-stacked-align-start-md-ltr-Mobile-Safari-linux.png Received: /ionic/test-results/src-components-checkbox-te-6348d-ner-in-the-stacked-position-Mobile-Safari-retry1/checkbox-label-stacked-align-start-md-ltr-actual.png Diff: /ionic/test-results/src-components-checkbox-te-6348d-ner-in-the-stacked-position-Mobile-Safari-retry1/checkbox-label-stacked-align-start-md-ltr-diff.png Call log: - expect.toHaveScreenshot(checkbox-label-stacked-align-start-md-ltr.png) with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-checkbox') - locator resolved to <ion-checkbox tabindex="0" role="checkbox" alignment="start" aria-checked="false" label-placement="stacked" aria-labelledby="ion-cb-0-lbl" class="md interactive checkbox-alignment-start checkbox-label-placement-stacked hydrated">…</ion-checkbox> - 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 - 2 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-checkbox') - locator resolved to <ion-checkbox tabindex="0" role="checkbox" alignment="start" aria-checked="false" label-placement="stacked" aria-labelledby="ion-cb-0-lbl" class="md interactive checkbox-alignment-start checkbox-label-placement-stacked hydrated">…</ion-checkbox> - 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 - 2 pixels (ratio 0.01 of all image pixels) are different. 180 | 181 | const checkbox = page.locator('ion-checkbox'); > 182 | await expect(checkbox).toHaveScreenshot(screenshot(`checkbox-label-stacked-align-start`)); | ^ 183 | }); 184 | 185 | test('should align the label to the center of the container in the stacked position', async ({ page }) => { at /ionic/src/components/checkbox/test/label/checkbox.e2e.ts:182:32
[Mobile Safari] › src/components/checkbox/test/label/checkbox.e2e.ts:173:11 › checkbox: label - md/ltr › checkbox: stacked placement › should align the label to the start of the container in the stacked position: src/components/checkbox/test/label/checkbox.e2e.ts#L182
1) [Mobile Safari] › src/components/checkbox/test/label/checkbox.e2e.ts:173:11 › checkbox: label - md/ltr › checkbox: stacked placement › should align the label to the start of the container in the stacked position Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 2 pixels (ratio 0.01 of all image pixels) are different. Expected: /ionic/src/components/checkbox/test/label/checkbox.e2e.ts-snapshots/checkbox-label-stacked-align-start-md-ltr-Mobile-Safari-linux.png Received: /ionic/test-results/src-components-checkbox-te-6348d-ner-in-the-stacked-position-Mobile-Safari-retry2/checkbox-label-stacked-align-start-md-ltr-actual.png Diff: /ionic/test-results/src-components-checkbox-te-6348d-ner-in-the-stacked-position-Mobile-Safari-retry2/checkbox-label-stacked-align-start-md-ltr-diff.png Call log: - expect.toHaveScreenshot(checkbox-label-stacked-align-start-md-ltr.png) with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-checkbox') - locator resolved to <ion-checkbox tabindex="0" role="checkbox" alignment="start" aria-checked="false" label-placement="stacked" aria-labelledby="ion-cb-0-lbl" class="md interactive checkbox-alignment-start checkbox-label-placement-stacked hydrated">…</ion-checkbox> - 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 - 2 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-checkbox') - locator resolved to <ion-checkbox tabindex="0" role="checkbox" alignment="start" aria-checked="false" label-placement="stacked" aria-labelledby="ion-cb-0-lbl" class="md interactive checkbox-alignment-start checkbox-label-placement-stacked hydrated">…</ion-checkbox> - 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 - 2 pixels (ratio 0.01 of all image pixels) are different. 180 | 181 | const checkbox = page.locator('ion-checkbox'); > 182 | await expect(checkbox).toHaveScreenshot(screenshot(`checkbox-label-stacked-align-start`)); | ^ 183 | }); 184 | 185 | test('should align the label to the center of the container in the stacked position', async ({ page }) => { at /ionic/src/components/checkbox/test/label/checkbox.e2e.ts:182:32
[Mobile Safari] › src/components/checkbox/test/label/checkbox.e2e.ts:173:11 › checkbox: label - md/rtl › checkbox: stacked placement › should align the label to the start of the container in the stacked position: src/components/checkbox/test/label/checkbox.e2e.ts#L182
2) [Mobile Safari] › src/components/checkbox/test/label/checkbox.e2e.ts:173:11 › checkbox: label - md/rtl › checkbox: stacked placement › should align the label to the start of the container in the stacked position Error: expect(locator).toHaveScreenshot(expected) 2 pixels (ratio 0.01 of all image pixels) are different. Expected: /ionic/src/components/checkbox/test/label/checkbox.e2e.ts-snapshots/checkbox-label-stacked-align-start-md-rtl-Mobile-Safari-linux.png Received: /ionic/test-results/src-components-checkbox-te-c796d-ner-in-the-stacked-position-Mobile-Safari/checkbox-label-stacked-align-start-md-rtl-actual.png Diff: /ionic/test-results/src-components-checkbox-te-c796d-ner-in-the-stacked-position-Mobile-Safari/checkbox-label-stacked-align-start-md-rtl-diff.png Call log: - expect.toHaveScreenshot(checkbox-label-stacked-align-start-md-rtl.png) with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-checkbox') - locator resolved to <ion-checkbox tabindex="0" role="checkbox" alignment="start" aria-checked="false" label-placement="stacked" aria-labelledby="ion-cb-0-lbl" class="md interactive checkbox-alignment-start checkbox-label-placement-stacked hydrated">…</ion-checkbox> - 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 - 2 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-checkbox') - locator resolved to <ion-checkbox tabindex="0" role="checkbox" alignment="start" aria-checked="false" label-placement="stacked" aria-labelledby="ion-cb-0-lbl" class="md interactive checkbox-alignment-start checkbox-label-placement-stacked hydrated">…</ion-checkbox> - 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 - 2 pixels (ratio 0.01 of all image pixels) are different. 180 | 181 | const checkbox = page.locator('ion-checkbox'); > 182 | await expect(checkbox).toHaveScreenshot(screenshot(`checkbox-label-stacked-align-start`)); | ^ 183 | }); 184 | 185 | test('should align the label to the center of the container in the stacked position', async ({ page }) => { at /ionic/src/components/checkbox/test/label/checkbox.e2e.ts:182:32
[Mobile Safari] › src/components/checkbox/test/label/checkbox.e2e.ts:173:11 › checkbox: label - md/rtl › checkbox: stacked placement › should align the label to the start of the container in the stacked position: src/components/checkbox/test/label/checkbox.e2e.ts#L182
2) [Mobile Safari] › src/components/checkbox/test/label/checkbox.e2e.ts:173:11 › checkbox: label - md/rtl › checkbox: stacked placement › should align the label to the start of the container in the stacked position Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 2 pixels (ratio 0.01 of all image pixels) are different. Expected: /ionic/src/components/checkbox/test/label/checkbox.e2e.ts-snapshots/checkbox-label-stacked-align-start-md-rtl-Mobile-Safari-linux.png Received: /ionic/test-results/src-components-checkbox-te-c796d-ner-in-the-stacked-position-Mobile-Safari-retry1/checkbox-label-stacked-align-start-md-rtl-actual.png Diff: /ionic/test-results/src-components-checkbox-te-c796d-ner-in-the-stacked-position-Mobile-Safari-retry1/checkbox-label-stacked-align-start-md-rtl-diff.png Call log: - expect.toHaveScreenshot(checkbox-label-stacked-align-start-md-rtl.png) with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-checkbox') - locator resolved to <ion-checkbox tabindex="0" role="checkbox" alignment="start" aria-checked="false" label-placement="stacked" aria-labelledby="ion-cb-0-lbl" class="md interactive checkbox-alignment-start checkbox-label-placement-stacked hydrated">…</ion-checkbox> - 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 - 2 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-checkbox') - locator resolved to <ion-checkbox tabindex="0" role="checkbox" alignment="start" aria-checked="false" label-placement="stacked" aria-labelledby="ion-cb-0-lbl" class="md interactive checkbox-alignment-start checkbox-label-placement-stacked hydrated">…</ion-checkbox> - 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 - 2 pixels (ratio 0.01 of all image pixels) are different. 180 | 181 | const checkbox = page.locator('ion-checkbox'); > 182 | await expect(checkbox).toHaveScreenshot(screenshot(`checkbox-label-stacked-align-start`)); | ^ 183 | }); 184 | 185 | test('should align the label to the center of the container in the stacked position', async ({ page }) => { at /ionic/src/components/checkbox/test/label/checkbox.e2e.ts:182:32
[Mobile Safari] › src/components/checkbox/test/label/checkbox.e2e.ts:173:11 › checkbox: label - md/rtl › checkbox: stacked placement › should align the label to the start of the container in the stacked position: src/components/checkbox/test/label/checkbox.e2e.ts#L182
2) [Mobile Safari] › src/components/checkbox/test/label/checkbox.e2e.ts:173:11 › checkbox: label - md/rtl › checkbox: stacked placement › should align the label to the start of the container in the stacked position Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 2 pixels (ratio 0.01 of all image pixels) are different. Expected: /ionic/src/components/checkbox/test/label/checkbox.e2e.ts-snapshots/checkbox-label-stacked-align-start-md-rtl-Mobile-Safari-linux.png Received: /ionic/test-results/src-components-checkbox-te-c796d-ner-in-the-stacked-position-Mobile-Safari-retry2/checkbox-label-stacked-align-start-md-rtl-actual.png Diff: /ionic/test-results/src-components-checkbox-te-c796d-ner-in-the-stacked-position-Mobile-Safari-retry2/checkbox-label-stacked-align-start-md-rtl-diff.png Call log: - expect.toHaveScreenshot(checkbox-label-stacked-align-start-md-rtl.png) with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-checkbox') - locator resolved to <ion-checkbox tabindex="0" role="checkbox" alignment="start" aria-checked="false" label-placement="stacked" aria-labelledby="ion-cb-0-lbl" class="md interactive checkbox-alignment-start checkbox-label-placement-stacked hydrated">…</ion-checkbox> - 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 - 2 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-checkbox') - locator resolved to <ion-checkbox tabindex="0" role="checkbox" alignment="start" aria-checked="false" label-placement="stacked" aria-labelledby="ion-cb-0-lbl" class="md interactive checkbox-alignment-start checkbox-label-placement-stacked hydrated">…</ion-checkbox> - 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 - 2 pixels (ratio 0.01 of all image pixels) are different. 180 | 181 | const checkbox = page.locator('ion-checkbox'); > 182 | await expect(checkbox).toHaveScreenshot(screenshot(`checkbox-label-stacked-align-start`)); | ^ 183 | }); 184 | 185 | test('should align the label to the center of the container in the stacked position', async ({ page }) => { at /ionic/src/components/checkbox/test/label/checkbox.e2e.ts:182:32
[Mobile Safari] › src/components/checkbox/test/label/checkbox.e2e.ts:202:9 › checkbox: stacked long label - md/ltr › long label should truncate: src/components/checkbox/test/label/checkbox.e2e.ts#L211
3) [Mobile Safari] › src/components/checkbox/test/label/checkbox.e2e.ts:202:9 › checkbox: stacked long label - md/ltr › long label should truncate Error: expect(locator).toHaveScreenshot(expected) 2 pixels (ratio 0.01 of all image pixels) are different. Expected: /ionic/src/components/checkbox/test/label/checkbox.e2e.ts-snapshots/checkbox-label-stacked-long-label-md-ltr-Mobile-Safari-linux.png Received: /ionic/test-results/src-components-checkbox-te-e5579--long-label-should-truncate-Mobile-Safari/checkbox-label-stacked-long-label-md-ltr-actual.png Diff: /ionic/test-results/src-components-checkbox-te-e5579--long-label-should-truncate-Mobile-Safari/checkbox-label-stacked-long-label-md-ltr-diff.png Call log: - expect.toHaveScreenshot(checkbox-label-stacked-long-label-md-ltr.png) with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-checkbox') - locator resolved to <ion-checkbox tabindex="0" role="checkbox" alignment="start" aria-checked="false" label-placement="stacked" aria-labelledby="ion-cb-0-lbl" class="md interactive checkbox-alignment-start checkbox-label-placement-stacked hydrated">…</ion-checkbox> - 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 - 2 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-checkbox') - locator resolved to <ion-checkbox tabindex="0" role="checkbox" alignment="start" aria-checked="false" label-placement="stacked" aria-labelledby="ion-cb-0-lbl" class="md interactive checkbox-alignment-start checkbox-label-placement-stacked hydrated">…</ion-checkbox> - 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 - 2 pixels (ratio 0.01 of all image pixels) are different. 209 | 210 | const checkbox = page.locator('ion-checkbox'); > 211 | await expect(checkbox).toHaveScreenshot(screenshot(`checkbox-label-stacked-long-label`)); | ^ 212 | }); 213 | }); 214 | }); at /ionic/src/components/checkbox/test/label/checkbox.e2e.ts:211:30
[Mobile Safari] › src/components/checkbox/test/label/checkbox.e2e.ts:202:9 › checkbox: stacked long label - md/ltr › long label should truncate: src/components/checkbox/test/label/checkbox.e2e.ts#L211
3) [Mobile Safari] › src/components/checkbox/test/label/checkbox.e2e.ts:202:9 › checkbox: stacked long label - md/ltr › long label should truncate Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 2 pixels (ratio 0.01 of all image pixels) are different. Expected: /ionic/src/components/checkbox/test/label/checkbox.e2e.ts-snapshots/checkbox-label-stacked-long-label-md-ltr-Mobile-Safari-linux.png Received: /ionic/test-results/src-components-checkbox-te-e5579--long-label-should-truncate-Mobile-Safari-retry1/checkbox-label-stacked-long-label-md-ltr-actual.png Diff: /ionic/test-results/src-components-checkbox-te-e5579--long-label-should-truncate-Mobile-Safari-retry1/checkbox-label-stacked-long-label-md-ltr-diff.png Call log: - expect.toHaveScreenshot(checkbox-label-stacked-long-label-md-ltr.png) with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-checkbox') - locator resolved to <ion-checkbox tabindex="0" role="checkbox" alignment="start" aria-checked="false" label-placement="stacked" aria-labelledby="ion-cb-0-lbl" class="md interactive checkbox-alignment-start checkbox-label-placement-stacked hydrated">…</ion-checkbox> - 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 - 2 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-checkbox') - locator resolved to <ion-checkbox tabindex="0" role="checkbox" alignment="start" aria-checked="false" label-placement="stacked" aria-labelledby="ion-cb-0-lbl" class="md interactive checkbox-alignment-start checkbox-label-placement-stacked hydrated">…</ion-checkbox> - 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 - 2 pixels (ratio 0.01 of all image pixels) are different. 209 | 210 | const checkbox = page.locator('ion-checkbox'); > 211 | await expect(checkbox).toHaveScreenshot(screenshot(`checkbox-label-stacked-long-label`)); | ^ 212 | }); 213 | }); 214 | }); at /ionic/src/components/checkbox/test/label/checkbox.e2e.ts:211:30
[Mobile Safari] › src/components/checkbox/test/label/checkbox.e2e.ts:202:9 › checkbox: stacked long label - md/ltr › long label should truncate: src/components/checkbox/test/label/checkbox.e2e.ts#L211
3) [Mobile Safari] › src/components/checkbox/test/label/checkbox.e2e.ts:202:9 › checkbox: stacked long label - md/ltr › long label should truncate Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 2 pixels (ratio 0.01 of all image pixels) are different. Expected: /ionic/src/components/checkbox/test/label/checkbox.e2e.ts-snapshots/checkbox-label-stacked-long-label-md-ltr-Mobile-Safari-linux.png Received: /ionic/test-results/src-components-checkbox-te-e5579--long-label-should-truncate-Mobile-Safari-retry2/checkbox-label-stacked-long-label-md-ltr-actual.png Diff: /ionic/test-results/src-components-checkbox-te-e5579--long-label-should-truncate-Mobile-Safari-retry2/checkbox-label-stacked-long-label-md-ltr-diff.png Call log: - expect.toHaveScreenshot(checkbox-label-stacked-long-label-md-ltr.png) with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-checkbox') - locator resolved to <ion-checkbox tabindex="0" role="checkbox" alignment="start" aria-checked="false" label-placement="stacked" aria-labelledby="ion-cb-0-lbl" class="md interactive checkbox-alignment-start checkbox-label-placement-stacked hydrated">…</ion-checkbox> - 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 - 2 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-checkbox') - locator resolved to <ion-checkbox tabindex="0" role="checkbox" alignment="start" aria-checked="false" label-placement="stacked" aria-labelledby="ion-cb-0-lbl" class="md interactive checkbox-alignment-start checkbox-label-placement-stacked hydrated">…</ion-checkbox> - 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 - 2 pixels (ratio 0.01 of all image pixels) are different. 209 | 210 | const checkbox = page.locator('ion-checkbox'); > 211 | await expect(checkbox).toHaveScreenshot(screenshot(`checkbox-label-stacked-long-label`)); | ^ 212 | }); 213 | }); 214 | }); at /ionic/src/components/checkbox/test/label/checkbox.e2e.ts:211:30
[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
4) [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
test-core-screenshot (2, 20)
The job was canceled because "_15_20" failed.
test-core-screenshot (9, 20)
The job was canceled because "_15_20" failed.
test-core-screenshot (11, 20)
The job was canceled because "_15_20" failed.
test-core-screenshot (12, 20)
The job was canceled because "_15_20" failed.
test-core-screenshot (13, 20)
The job was canceled because "_15_20" failed.
test-core-screenshot (10, 20)
The job was canceled because "_15_20" failed.
test-core-screenshot (17, 20)
The job was canceled because "_15_20" failed.
test-core-screenshot (8, 20)
The job was canceled because "_15_20" failed.
test-core-screenshot (4, 20)
The job was canceled because "_15_20" failed.
test-core-screenshot (7, 20)
The job was canceled because "_15_20" failed.
verify-screenshots
Process completed with exit code 1.
🎭 Playwright Run Summary
212 skipped 237 passed (2.8m)
🎭 Playwright Run Summary
9 skipped 389 passed (4.1m)
🎭 Playwright Run Summary
14 skipped 349 passed (4.8m)
🎭 Playwright Run Summary
5 skipped 503 passed (5.5m)
🎭 Playwright Run Summary
4 skipped 479 passed (5.5m)
🎭 Playwright Run Summary
6 skipped 454 passed (5.7m)
🎭 Playwright Run Summary
2 skipped 443 passed (5.8m)
🎭 Playwright Run Summary
3 skipped 488 passed (5.8m)
🎭 Playwright Run Summary
4 skipped 476 passed (6.1m)
🎭 Playwright Run Summary
3 failed [Mobile Safari] › src/components/checkbox/test/label/checkbox.e2e.ts:173:11 › checkbox: label - md/ltr › checkbox: stacked placement › should align the label to the start of the container in the stacked position [Mobile Safari] › src/components/checkbox/test/label/checkbox.e2e.ts:173:11 › checkbox: label - md/rtl › checkbox: stacked placement › should align the label to the start of the container in the stacked position [Mobile Safari] › src/components/checkbox/test/label/checkbox.e2e.ts:202:9 › checkbox: stacked long label - md/ltr › long label should truncate 1 flaky [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 2 skipped 452 passed (6.1m)

Artifacts

Produced during runtime
Name Size Digest
ionic-angular Expired
643 KB
sha256:ba733c6bd866faa032b7843dc84454a98ad9908d91f00fd68cdc2c1444437836
ionic-angular-server Expired
8.58 KB
sha256:62029cb31e1b8463ec45777b952e8a4ee7a46883c67971f6d8e0fd93db417594
ionic-core Expired
4.93 MB
sha256:5c4e6094e9846ca69ab6aa15104e536331317f75cad78ce0bd80be19c97564b7
ionic-react Expired
199 KB
sha256:6bc415504701a177b821517c60b4a27c9c380901ad458de06d84730a395a4ecf
ionic-react-router Expired
27.9 KB
sha256:b6c5acfef41b527bb9bc7e5d59b6e48aae88b260ab5f2dabaffcffe288e48b77
ionic-vue Expired
220 KB
sha256:c5a290ec5cecfa087ba17ca5fb45e4c77153e740556de4bfd2de14282c995a37
ionic-vue-router Expired
17.1 KB
sha256:72422d75054b83cc81471586a839e504de9f43f5484da01ef83bb41b22210b57
test-results-1-20 Expired
426 KB
sha256:5b08b85b208114d1c35d63647767bf67442ae21b81a9250ec27e77a189fa1456
test-results-14-20 Expired
390 KB
sha256:e55de8e5eb2d5aec6889c198f2860f8c8e31c496c4453d95d8f3d1f6e48717d1
test-results-15-20 Expired
4.58 MB
sha256:9d99c9b77a6832965fa3d2cb83455a2eba5d7e688c4e1171fc19ca5c5623fed0
test-results-16-20 Expired
453 KB
sha256:0c9d9a914517f38c32882efa53bea255a89871bf14eb0a077c5447c9b18e4d58
test-results-18-20 Expired
451 KB
sha256:821759707e6105edf613e3afed6929ccb4b632311fb1e2d91f51f51715343f30
test-results-19-20 Expired
370 KB
sha256:1d1299a1ecdbd44ea89a28682a4fb56f63e33b782a58c44cc1c67e83ecffc3b1
test-results-20-20 Expired
313 KB
sha256:c685e54d6f3b1755d04f6d6ece766dede52ff764333bea782389f267a638becc
test-results-3-20 Expired
429 KB
sha256:90b319e6b42784ca6b8bcad1b4e47b2feb5ccaee90d65750d95e892be60c4ba8
test-results-5-20 Expired
431 KB
sha256:369e8fb68c6a65b7a4e2841c649168c3cd90eb835691da99f1a06ae0b62e09ef
test-results-6-20 Expired
404 KB
sha256:1fabcbc334dc717bd933d82b9231c75e4dde99f25c2b3dec0b80a422f985aaac