Skip to content

Update Reference Screenshots #2015

Update Reference Screenshots

Update Reference Screenshots #2015

Manually triggered October 7, 2025 21:45
Status Failure
Total duration 12m 56s
Artifacts 30

update-screenshots.yml

on: workflow_dispatch
Matrix: test-core-screenshot
update-reference-screenshots
0s
update-reference-screenshots
Fit to window
Zoom out
Zoom in

Annotations

34 errors and 20 notices
test-core-screenshot (10, 20)
Process completed with exit code 1.
[Mobile Chrome] › src/components/item-sliding/test/async/item-sliding.e2e.ts:44:9 › item-sliding: async - ios/ltr › should not throw errors when adding multiple items with side="end" using the Ionic CDN: src/components/item-sliding/test/async/item-sliding.e2e.ts#L119
1) [Mobile Chrome] › src/components/item-sliding/test/async/item-sliding.e2e.ts:44:9 › item-sliding: async - ios/ltr › should not throw errors when adding multiple items with side="end" using the Ionic CDN Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 117 | 118 | // Check that no errors have been logged > 119 | expect(errors.length).toBe(0); | ^ 120 | }); 121 | }); 122 | }); at /ionic/src/components/item-sliding/test/async/item-sliding.e2e.ts:119:29
[Mobile Chrome] › src/components/item-sliding/test/async/item-sliding.e2e.ts:44:9 › item-sliding: async - ios/ltr › should not throw errors when adding multiple items with side="end" using the Ionic CDN: src/components/item-sliding/test/async/item-sliding.e2e.ts#L119
1) [Mobile Chrome] › src/components/item-sliding/test/async/item-sliding.e2e.ts:44:9 › item-sliding: async - ios/ltr › should not throw errors when adding multiple items with side="end" using the Ionic CDN Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 117 | 118 | // Check that no errors have been logged > 119 | expect(errors.length).toBe(0); | ^ 120 | }); 121 | }); 122 | }); at /ionic/src/components/item-sliding/test/async/item-sliding.e2e.ts:119:29
[Mobile Chrome] › src/components/item-sliding/test/async/item-sliding.e2e.ts:44:9 › item-sliding: async - ios/ltr › should not throw errors when adding multiple items with side="end" using the Ionic CDN: src/components/item-sliding/test/async/item-sliding.e2e.ts#L119
1) [Mobile Chrome] › src/components/item-sliding/test/async/item-sliding.e2e.ts:44:9 › item-sliding: async - ios/ltr › should not throw errors when adding multiple items with side="end" using the Ionic CDN Error: expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 117 | 118 | // Check that no errors have been logged > 119 | expect(errors.length).toBe(0); | ^ 120 | }); 121 | }); 122 | }); at /ionic/src/components/item-sliding/test/async/item-sliding.e2e.ts:119:29
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr › radio: keyboard navigation - md/ltr › using arrow keys should move between enabled radios within group: src/components/radio/test/a11y/radio.e2e.ts#L134
1) [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr › radio: keyboard navigation - md/ltr › using arrow keys should move between enabled radios within group Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeFocused() failed Locator: locator('#first-group ion-radio').first() Expected: focused Received: inactive Timeout: 5000ms Call log: - Expect "toBeFocused" with timeout 5000ms - waiting for locator('#first-group ion-radio').first() 9 × locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="md in-item radio-checked radio-label-placement-start hydrated">Huey</ion-radio> - unexpected value "inactive" 132 | 133 | await pageUtils.pressKeys('Tab'); > 134 | await expect(firstGroupRadios.nth(0)).toBeFocused(); | ^ 135 | 136 | await page.keyboard.press('ArrowDown'); 137 | await expect(firstGroupRadios.nth(1)).toBeFocused(); at /ionic/src/components/radio/test/a11y/radio.e2e.ts:134:47
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr › radio: keyboard navigation - md/ltr › using arrow keys should move between enabled radios within group: src/components/radio/test/a11y/radio.e2e.ts#L134
1) [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr › radio: keyboard navigation - md/ltr › using arrow keys should move between enabled radios within group Error: expect(locator).toBeFocused() failed Locator: locator('#first-group ion-radio').first() Expected: focused Received: inactive Timeout: 5000ms Call log: - Expect "toBeFocused" with timeout 5000ms - waiting for locator('#first-group ion-radio').first() 9 × locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="md in-item radio-checked radio-label-placement-start hydrated">Huey</ion-radio> - unexpected value "inactive" 132 | 133 | await pageUtils.pressKeys('Tab'); > 134 | await expect(firstGroupRadios.nth(0)).toBeFocused(); | ^ 135 | 136 | await page.keyboard.press('ArrowDown'); 137 | await expect(firstGroupRadios.nth(1)).toBeFocused(); at /ionic/src/components/radio/test/a11y/radio.e2e.ts:134:47
[Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:158:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to negative numbers: src/components/input-otp/test/separators/input-otp.e2e.ts#L164
4) [Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:158:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to negative numbers Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 2 162 | await page.setContent(`<ion-input-otp separators="${invalidSeparators}">Description</ion-input-otp>`, config); 163 | > 164 | expect(warnings.length).toBe(1); | ^ 165 | expect(warnings[0]).toContain( 166 | `[Ionic Warning]: [ion-input-otp] - Invalid separators format. Expected a comma-separated list of numbers, an array of numbers, or "all". Received: ${invalidSeparators}` 167 | ); at /ionic/src/components/input-otp/test/separators/input-otp.e2e.ts:164:31
[Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:146:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to an invalid comma-separated string: src/components/input-otp/test/separators/input-otp.e2e.ts#L152
3) [Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:146:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to an invalid comma-separated string Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 2 150 | await page.setContent(`<ion-input-otp separators="${invalidSeparators}">Description</ion-input-otp>`, config); 151 | > 152 | expect(warnings.length).toBe(1); | ^ 153 | expect(warnings[0]).toContain( 154 | `[Ionic Warning]: [ion-input-otp] - Invalid separators format. Expected a comma-separated list of numbers, an array of numbers, or "all". Received: ${invalidSeparators}` 155 | ); at /ionic/src/components/input-otp/test/separators/input-otp.e2e.ts:152:31
[Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:146:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to an invalid comma-separated string: src/components/input-otp/test/separators/input-otp.e2e.ts#L152
3) [Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:146:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to an invalid comma-separated string Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 2 150 | await page.setContent(`<ion-input-otp separators="${invalidSeparators}">Description</ion-input-otp>`, config); 151 | > 152 | expect(warnings.length).toBe(1); | ^ 153 | expect(warnings[0]).toContain( 154 | `[Ionic Warning]: [ion-input-otp] - Invalid separators format. Expected a comma-separated list of numbers, an array of numbers, or "all". Received: ${invalidSeparators}` 155 | ); at /ionic/src/components/input-otp/test/separators/input-otp.e2e.ts:152:31
[Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:146:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to an invalid comma-separated string: src/components/input-otp/test/separators/input-otp.e2e.ts#L152
3) [Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:146:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to an invalid comma-separated string Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 2 150 | await page.setContent(`<ion-input-otp separators="${invalidSeparators}">Description</ion-input-otp>`, config); 151 | > 152 | expect(warnings.length).toBe(1); | ^ 153 | expect(warnings[0]).toContain( 154 | `[Ionic Warning]: [ion-input-otp] - Invalid separators format. Expected a comma-separated list of numbers, an array of numbers, or "all". Received: ${invalidSeparators}` 155 | ); at /ionic/src/components/input-otp/test/separators/input-otp.e2e.ts:152:31
[Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:134:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to an invalid space-separated string: src/components/input-otp/test/separators/input-otp.e2e.ts#L140
2) [Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:134:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to an invalid space-separated string Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 2 138 | await page.setContent(`<ion-input-otp separators="${invalidSeparators}">Description</ion-input-otp>`, config); 139 | > 140 | expect(warnings.length).toBe(1); | ^ 141 | expect(warnings[0]).toContain( 142 | `[Ionic Warning]: [ion-input-otp] - Invalid separators format. Expected a comma-separated list of numbers, an array of numbers, or "all". Received: ${invalidSeparators}` 143 | ); at /ionic/src/components/input-otp/test/separators/input-otp.e2e.ts:140:31
[Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:134:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to an invalid space-separated string: src/components/input-otp/test/separators/input-otp.e2e.ts#L140
2) [Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:134:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to an invalid space-separated string Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 2 138 | await page.setContent(`<ion-input-otp separators="${invalidSeparators}">Description</ion-input-otp>`, config); 139 | > 140 | expect(warnings.length).toBe(1); | ^ 141 | expect(warnings[0]).toContain( 142 | `[Ionic Warning]: [ion-input-otp] - Invalid separators format. Expected a comma-separated list of numbers, an array of numbers, or "all". Received: ${invalidSeparators}` 143 | ); at /ionic/src/components/input-otp/test/separators/input-otp.e2e.ts:140:31
[Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:134:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to an invalid space-separated string: src/components/input-otp/test/separators/input-otp.e2e.ts#L140
2) [Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:134:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to an invalid space-separated string Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 2 138 | await page.setContent(`<ion-input-otp separators="${invalidSeparators}">Description</ion-input-otp>`, config); 139 | > 140 | expect(warnings.length).toBe(1); | ^ 141 | expect(warnings[0]).toContain( 142 | `[Ionic Warning]: [ion-input-otp] - Invalid separators format. Expected a comma-separated list of numbers, an array of numbers, or "all". Received: ${invalidSeparators}` 143 | ); at /ionic/src/components/input-otp/test/separators/input-otp.e2e.ts:140:31
[Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:124:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to a position greater than the input length: src/components/input-otp/test/separators/input-otp.e2e.ts#L128
1) [Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:124:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to a position greater than the input length Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 2 126 | await page.setContent(`<ion-input-otp separators="1,3,5,6,7">Description</ion-input-otp>`, config); 127 | > 128 | expect(warnings.length).toBe(1); | ^ 129 | expect(warnings[0]).toContain( 130 | `[Ionic Warning]: [ion-input-otp] - The following separator positions are greater than the input length (${DEFAULT_INPUT_LENGTH}): 5, 6, 7. These separators will be ignored.` 131 | ); at /ionic/src/components/input-otp/test/separators/input-otp.e2e.ts:128:31
[Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:124:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to a position greater than the input length: src/components/input-otp/test/separators/input-otp.e2e.ts#L128
1) [Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:124:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to a position greater than the input length Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 2 126 | await page.setContent(`<ion-input-otp separators="1,3,5,6,7">Description</ion-input-otp>`, config); 127 | > 128 | expect(warnings.length).toBe(1); | ^ 129 | expect(warnings[0]).toContain( 130 | `[Ionic Warning]: [ion-input-otp] - The following separator positions are greater than the input length (${DEFAULT_INPUT_LENGTH}): 5, 6, 7. These separators will be ignored.` 131 | ); at /ionic/src/components/input-otp/test/separators/input-otp.e2e.ts:128:31
[Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:124:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to a position greater than the input length: src/components/input-otp/test/separators/input-otp.e2e.ts#L128
1) [Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:124:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to a position greater than the input length Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 2 126 | await page.setContent(`<ion-input-otp separators="1,3,5,6,7">Description</ion-input-otp>`, config); 127 | > 128 | expect(warnings.length).toBe(1); | ^ 129 | expect(warnings[0]).toContain( 130 | `[Ionic Warning]: [ion-input-otp] - The following separator positions are greater than the input length (${DEFAULT_INPUT_LENGTH}): 5, 6, 7. These separators will be ignored.` 131 | ); at /ionic/src/components/input-otp/test/separators/input-otp.e2e.ts:128:31
test-core-screenshot (1, 20)
Process completed with exit code 1.
[Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:176:9 › should throw a warning if the form cannot be found - ios/ltr › form is an element reference: src/components/button/test/form-reference/button.e2e.ts#L198
2) [Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:176:9 › should throw a warning if the form cannot be found - ios/ltr › form is an element reference Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 2 196 | ); 197 | > 198 | expect(logs.length).toBe(1); | ^ 199 | expect(logs[0]).toContain( 200 | '[Ionic Warning]: [ion-button] - The provided "form" element is invalid. Verify that the form is a HTMLFormElement and rendered in the DOM.' 201 | ); at /ionic/src/components/button/test/form-reference/button.e2e.ts:198:27
[Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:176:9 › should throw a warning if the form cannot be found - ios/ltr › form is an element reference: src/components/button/test/form-reference/button.e2e.ts#L198
2) [Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:176:9 › should throw a warning if the form cannot be found - ios/ltr › form is an element reference Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 2 196 | ); 197 | > 198 | expect(logs.length).toBe(1); | ^ 199 | expect(logs[0]).toContain( 200 | '[Ionic Warning]: [ion-button] - The provided "form" element is invalid. Verify that the form is a HTMLFormElement and rendered in the DOM.' 201 | ); at /ionic/src/components/button/test/form-reference/button.e2e.ts:198:27
[Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:176:9 › should throw a warning if the form cannot be found - ios/ltr › form is an element reference: src/components/button/test/form-reference/button.e2e.ts#L198
2) [Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:176:9 › should throw a warning if the form cannot be found - ios/ltr › form is an element reference Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 2 196 | ); 197 | > 198 | expect(logs.length).toBe(1); | ^ 199 | expect(logs[0]).toContain( 200 | '[Ionic Warning]: [ion-button] - The provided "form" element is invalid. Verify that the form is a HTMLFormElement and rendered in the DOM.' 201 | ); at /ionic/src/components/button/test/form-reference/button.e2e.ts:198:27
[Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:159:9 › should throw a warning if the form cannot be found - ios/ltr › form is a string selector: src/components/button/test/form-reference/button.e2e.ts#L170
1) [Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:159:9 › should throw a warning if the form cannot be found - ios/ltr › form is a string selector Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 2 168 | await page.setContent(`<ion-button type="submit" form="missingForm">Submit</ion-button>`, config); 169 | > 170 | expect(logs.length).toBe(1); | ^ 171 | expect(logs[0]).toContain( 172 | '[Ionic Warning]: [ion-button] - Form with selector: "#missingForm" could not be found. Verify that the id is correct and the form is rendered in the DOM.' 173 | ); at /ionic/src/components/button/test/form-reference/button.e2e.ts:170:27
[Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:159:9 › should throw a warning if the form cannot be found - ios/ltr › form is a string selector: src/components/button/test/form-reference/button.e2e.ts#L170
1) [Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:159:9 › should throw a warning if the form cannot be found - ios/ltr › form is a string selector Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 2 168 | await page.setContent(`<ion-button type="submit" form="missingForm">Submit</ion-button>`, config); 169 | > 170 | expect(logs.length).toBe(1); | ^ 171 | expect(logs[0]).toContain( 172 | '[Ionic Warning]: [ion-button] - Form with selector: "#missingForm" could not be found. Verify that the id is correct and the form is rendered in the DOM.' 173 | ); at /ionic/src/components/button/test/form-reference/button.e2e.ts:170:27
[Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:159:9 › should throw a warning if the form cannot be found - ios/ltr › form is a string selector: src/components/button/test/form-reference/button.e2e.ts#L170
1) [Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:159:9 › should throw a warning if the form cannot be found - ios/ltr › form is a string selector Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 2 168 | await page.setContent(`<ion-button type="submit" form="missingForm">Submit</ion-button>`, config); 169 | > 170 | expect(logs.length).toBe(1); | ^ 171 | expect(logs[0]).toContain( 172 | '[Ionic Warning]: [ion-button] - Form with selector: "#missingForm" could not be found. Verify that the id is correct and the form is rendered in the DOM.' 173 | ); at /ionic/src/components/button/test/form-reference/button.e2e.ts:170:27
test-core-screenshot (17, 20)
Process completed with exit code 1.
[Mobile Safari] › src/components/item-sliding/test/async/item-sliding.e2e.ts:44:9 › item-sliding: async - ios/ltr › should not throw errors when adding multiple items with side="end" using the Ionic CDN: src/components/item-sliding/test/async/item-sliding.e2e.ts#L119
1) [Mobile Safari] › src/components/item-sliding/test/async/item-sliding.e2e.ts:44:9 › item-sliding: async - ios/ltr › should not throw errors when adding multiple items with side="end" using the Ionic CDN Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 117 | 118 | // Check that no errors have been logged > 119 | expect(errors.length).toBe(0); | ^ 120 | }); 121 | }); 122 | }); at /ionic/src/components/item-sliding/test/async/item-sliding.e2e.ts:119:29
[Mobile Safari] › src/components/item-sliding/test/async/item-sliding.e2e.ts:44:9 › item-sliding: async - ios/ltr › should not throw errors when adding multiple items with side="end" using the Ionic CDN: src/components/item-sliding/test/async/item-sliding.e2e.ts#L119
1) [Mobile Safari] › src/components/item-sliding/test/async/item-sliding.e2e.ts:44:9 › item-sliding: async - ios/ltr › should not throw errors when adding multiple items with side="end" using the Ionic CDN Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 117 | 118 | // Check that no errors have been logged > 119 | expect(errors.length).toBe(0); | ^ 120 | }); 121 | }); 122 | }); at /ionic/src/components/item-sliding/test/async/item-sliding.e2e.ts:119:29
[Mobile Safari] › src/components/item-sliding/test/async/item-sliding.e2e.ts:44:9 › item-sliding: async - ios/ltr › should not throw errors when adding multiple items with side="end" using the Ionic CDN: src/components/item-sliding/test/async/item-sliding.e2e.ts#L119
1) [Mobile Safari] › src/components/item-sliding/test/async/item-sliding.e2e.ts:44:9 › item-sliding: async - ios/ltr › should not throw errors when adding multiple items with side="end" using the Ionic CDN Error: expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 117 | 118 | // Check that no errors have been logged > 119 | expect(errors.length).toBe(0); | ^ 120 | }); 121 | }); 122 | }); at /ionic/src/components/item-sliding/test/async/item-sliding.e2e.ts:119:29
test-core-screenshot (2, 20)
Process completed with exit code 1.
[Mobile Firefox] › src/components/datetime/test/basic/datetime.e2e.ts:725:9 › datetime: formatOptions misconfiguration errors - md/ltr › should log a warning if the required formatOptions are not provided for a presentation: src/components/datetime/test/basic/datetime.e2e.ts#L749
2) [Mobile Firefox] › src/components/datetime/test/basic/datetime.e2e.ts:725:9 › datetime: formatOptions misconfiguration errors - md/ltr › should log a warning if the required formatOptions are not provided for a presentation Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 2 747 | await page.locator('.datetime-ready').waitFor(); 748 | > 749 | expect(logs.length).toBe(1); | ^ 750 | expect(logs[0]).toContain( 751 | "[Ionic Warning]: [ion-datetime] - The 'date-time' presentation requires either a date or time object (or both) in formatOptions." 752 | ); at /ionic/src/components/datetime/test/basic/datetime.e2e.ts:749:27
[Mobile Firefox] › src/components/datetime/test/basic/datetime.e2e.ts:725:9 › datetime: formatOptions misconfiguration errors - md/ltr › should log a warning if the required formatOptions are not provided for a presentation: src/components/datetime/test/basic/datetime.e2e.ts#L749
2) [Mobile Firefox] › src/components/datetime/test/basic/datetime.e2e.ts:725:9 › datetime: formatOptions misconfiguration errors - md/ltr › should log a warning if the required formatOptions are not provided for a presentation Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 2 747 | await page.locator('.datetime-ready').waitFor(); 748 | > 749 | expect(logs.length).toBe(1); | ^ 750 | expect(logs[0]).toContain( 751 | "[Ionic Warning]: [ion-datetime] - The 'date-time' presentation requires either a date or time object (or both) in formatOptions." 752 | ); at /ionic/src/components/datetime/test/basic/datetime.e2e.ts:749:27
[Mobile Firefox] › src/components/datetime/test/basic/datetime.e2e.ts:725:9 › datetime: formatOptions misconfiguration errors - md/ltr › should log a warning if the required formatOptions are not provided for a presentation: src/components/datetime/test/basic/datetime.e2e.ts#L749
2) [Mobile Firefox] › src/components/datetime/test/basic/datetime.e2e.ts:725:9 › datetime: formatOptions misconfiguration errors - md/ltr › should log a warning if the required formatOptions are not provided for a presentation Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 2 747 | await page.locator('.datetime-ready').waitFor(); 748 | > 749 | expect(logs.length).toBe(1); | ^ 750 | expect(logs[0]).toContain( 751 | "[Ionic Warning]: [ion-datetime] - The 'date-time' presentation requires either a date or time object (or both) in formatOptions." 752 | ); at /ionic/src/components/datetime/test/basic/datetime.e2e.ts:749:27
[Mobile Firefox] › src/components/datetime/test/basic/datetime.e2e.ts:693:9 › datetime: formatOptions misconfiguration errors - md/ltr › should log a warning if time zone is provided: src/components/datetime/test/basic/datetime.e2e.ts#L719
1) [Mobile Firefox] › src/components/datetime/test/basic/datetime.e2e.ts:693:9 › datetime: formatOptions misconfiguration errors - md/ltr › should log a warning if time zone is provided Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 2 717 | await page.locator('.datetime-ready').waitFor(); 718 | > 719 | expect(logs.length).toBe(1); | ^ 720 | expect(logs[0]).toContain( 721 | '[Ionic Warning]: [ion-datetime] - "timeZone" and "timeZoneName" are not supported in "formatOptions".' 722 | ); at /ionic/src/components/datetime/test/basic/datetime.e2e.ts:719:27
[Mobile Firefox] › src/components/datetime/test/basic/datetime.e2e.ts:693:9 › datetime: formatOptions misconfiguration errors - md/ltr › should log a warning if time zone is provided: src/components/datetime/test/basic/datetime.e2e.ts#L719
1) [Mobile Firefox] › src/components/datetime/test/basic/datetime.e2e.ts:693:9 › datetime: formatOptions misconfiguration errors - md/ltr › should log a warning if time zone is provided Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 2 717 | await page.locator('.datetime-ready').waitFor(); 718 | > 719 | expect(logs.length).toBe(1); | ^ 720 | expect(logs[0]).toContain( 721 | '[Ionic Warning]: [ion-datetime] - "timeZone" and "timeZoneName" are not supported in "formatOptions".' 722 | ); at /ionic/src/components/datetime/test/basic/datetime.e2e.ts:719:27
[Mobile Firefox] › src/components/datetime/test/basic/datetime.e2e.ts:693:9 › datetime: formatOptions misconfiguration errors - md/ltr › should log a warning if time zone is provided: src/components/datetime/test/basic/datetime.e2e.ts#L719
1) [Mobile Firefox] › src/components/datetime/test/basic/datetime.e2e.ts:693:9 › datetime: formatOptions misconfiguration errors - md/ltr › should log a warning if time zone is provided Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 2 717 | await page.locator('.datetime-ready').waitFor(); 718 | > 719 | expect(logs.length).toBe(1); | ^ 720 | expect(logs[0]).toContain( 721 | '[Ionic Warning]: [ion-datetime] - "timeZone" and "timeZoneName" are not supported in "formatOptions".' 722 | ); at /ionic/src/components/datetime/test/basic/datetime.e2e.ts:719:27
🎭 Playwright Run Summary
360 skipped 275 passed (2.2m)
🎭 Playwright Run Summary
368 skipped 302 passed (3.3m)
🎭 Playwright Run Summary
1 skipped 676 passed (3.7m)
🎭 Playwright Run Summary
1 failed [Mobile Chrome] › src/components/item-sliding/test/async/item-sliding.e2e.ts:44:9 › item-sliding: async - ios/ltr › should not throw errors when adding multiple items with side="end" using the Ionic CDN 2 skipped 668 passed (3.7m)
🎭 Playwright Run Summary
8 skipped 680 passed (3.8m)
🎭 Playwright Run Summary
8 skipped 660 passed (4.2m)
🎭 Playwright Run Summary
144 skipped 710 passed (4.6m)
🎭 Playwright Run Summary
1 flaky [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr › radio: keyboard navigation - md/ltr › using arrow keys should move between enabled radios within group 4 skipped 675 passed (4.8m)
🎭 Playwright Run Summary
14 skipped 489 passed (6.1m)
🎭 Playwright Run Summary
10 skipped 648 passed (6.6m)
🎭 Playwright Run Summary
5 skipped 676 passed (7.0m)
🎭 Playwright Run Summary
5 failed [Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:124:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to a position greater than the input length [Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:134:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to an invalid space-separated string [Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:146:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to an invalid comma-separated string [Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:158:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to negative numbers [Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:170:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to duplicate positions 3 skipped 659 passed (7.7m)
🎭 Playwright Run Summary
12 skipped 685 passed (8.0m)
🎭 Playwright Run Summary
1 skipped 656 passed (8.1m)
🎭 Playwright Run Summary
13 skipped 653 passed (8.4m)
🎭 Playwright Run Summary
2 failed [Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:159:9 › should throw a warning if the form cannot be found - ios/ltr › form is a string selector [Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:176:9 › should throw a warning if the form cannot be found - ios/ltr › form is an element reference 4 skipped 727 passed (8.5m)
🎭 Playwright Run Summary
5 skipped 710 passed (8.7m)
🎭 Playwright Run Summary
1 failed [Mobile Safari] › src/components/item-sliding/test/async/item-sliding.e2e.ts:44:9 › item-sliding: async - ios/ltr › should not throw errors when adding multiple items with side="end" using the Ionic CDN 5 skipped 666 passed (9.1m)
🎭 Playwright Run Summary
2 failed [Mobile Firefox] › src/components/datetime/test/basic/datetime.e2e.ts:693:9 › datetime: formatOptions misconfiguration errors - md/ltr › should log a warning if time zone is provided [Mobile Firefox] › src/components/datetime/test/basic/datetime.e2e.ts:725:9 › datetime: formatOptions misconfiguration errors - md/ltr › should log a warning if the required formatOptions are not provided for a presentation 18 skipped 611 passed (9.2m)
🎭 Playwright Run Summary
14 skipped 681 passed (10.2m)

Artifacts

Produced during runtime
Name Size Digest
ionic-core
5.18 MB
sha256:ef210c6a3a165e2b1410314a0ac3580a1d598fb5c48a338629b13a0a4ae6e290
test-results-1-20
3.03 MB
sha256:fdda745c5b4437aed49c8b1e44c22cd06b274268dd19a74c8e0abd6812cd6d20
test-results-10-20
2.11 MB
sha256:6db9933ab803c34b116bca76194afff63d84c63024b5267dc4be77ca72876150
test-results-11-20
1.68 MB
sha256:23fa8c429b3d7a72265062cd36883a29aa40494724425c38e5daece6b2ab870d
test-results-12-20
480 KB
sha256:e7bb58ba70256b2c49c3eed61a6d9d78d0cec2b2bc7e4c54f3f327c9a28500f8
test-results-13-20
457 KB
sha256:e29b31b47ee5270a08deb6b81e5bf7822f0219bc5fcaf104c6a92bb8661337a4
test-results-14-20
426 KB
sha256:23b329a562bd180342fc05710e8586a01cea034025fd5a59f30b730f00c143a1
test-results-15-20
459 KB
sha256:415def069236dd883dd6485bd916cacf3a0a4fe029a1304bb5a30d3f0e8399d0
test-results-16-20
475 KB
sha256:e44f4b862c69dd41fb44cc366fa862ae1017b468b4ee47e7b500df991a7ceb23
test-results-17-20
2.23 MB
sha256:06287988657889966af43dfcad096a438799e04702963348edf60f62c3dbcaf6
test-results-18-20
554 KB
sha256:3eae5b374d0c19b34c004d5f86cf40955ac24612d79a1c37fb9dd817af11cd25
test-results-19-20
447 KB
sha256:362095bfe76bc9c0a6ee73f384877d07876330156b80196287b390270c12c721
test-results-2-20
3.23 MB
sha256:0b7905c7835e05a305d293cb088624c018ebadd37882a3ccd858859873539e9a
test-results-20-20
338 KB
sha256:fce8ebd6587493de7dc21b8c6bcc804fa1bfbc77e7f919225fb537e980ff960c
test-results-3-20
6.25 MB
sha256:a13cdee2024d11fd95eba476cd437d96756799844f9da849cd8719c4548f68ec
test-results-4-20
586 KB
sha256:c12578ed12b4a0acd8e5641895b7d7bd24fe6005e1f965ab0c563f3a341fcbc8
test-results-5-20
488 KB
sha256:b59ab1ea807a15d9f26eae286b211b5ba3295eeec0d4f84768f71a6d6229bec8
test-results-6-20
477 KB
sha256:b6428676d2e2af0ff0389a6f1834c42c3a66bd9daa3e4982e04bacbe6860fb5f
test-results-7-20
358 KB
sha256:6460466f045d081fcdec5976bd4b9c56dd18354b9d949e6c6703c1753e111991
test-results-8-20
450 KB
sha256:70322a67bc68b5881394909e9d77ce246d6c461da9c1fa66d02a7cb1720ba0ab
test-results-9-20
485 KB
sha256:6a2bfaeceb86b4dce2774de5638fa6da7a70aa26386dc6c6776cdedc0c53d16b
updated-screenshots-13-20
173 KB
sha256:9c31911e9d003ba287102d871d091bc58d2b863937ffaca9b7b956987fd979da
updated-screenshots-14-20
1.72 MB
sha256:db59c8235702c79a359c62e5eec57b6b8cbd5399385a5895373856e1e25d047e
updated-screenshots-15-20
80.8 KB
sha256:727d152ff94c5a5d51ec89e89bfd380b4a36ec6a0bbb2cd1804ab05ee3d5e7c0
updated-screenshots-16-20
25.4 KB
sha256:17f81daee3dcda03682ca1d92d51e7b325d98f0c435cd8d24194a9bbf0a0285a
updated-screenshots-19-20
4.53 KB
sha256:c1df25ee7172d83ea2f21f26dc07d55e4324acfcbe4bfab97b021382b92a6482
updated-screenshots-20-20
233 KB
sha256:768f568ede49ec84e73a33232e292eea663ca97babd222574572f16ab0c28519
updated-screenshots-4-20
145 KB
sha256:eb5340da8e547bbc74458b9f9b84347a716eed07951e10cc3cd676aebf5b3e6b
updated-screenshots-6-20
251 KB
sha256:74f1bca464615382d7ba0ddee5c08d58e9dde79cdc785bf1f04ba2373ddc5b96
updated-screenshots-8-20
1.31 MB
sha256:b4b7f4c4e6bb880859722908af452f86b37e872aede5e2f183063db86c090700