Skip to content

Update Reference Screenshots #2021

Update Reference Screenshots

Update Reference Screenshots #2021

Manually triggered October 8, 2025 18:35
Status Failure
Total duration 12m 44s
Artifacts 30

update-screenshots.yml

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

Annotations

33 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:117:11 › radio: a11y - md/ltr › radio: keyboard navigation - md/ltr › tabbing should switch between radio groups: src/components/radio/test/a11y/radio.e2e.ts#L122
1) [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - md/ltr › radio: keyboard navigation - md/ltr › tabbing should switch between radio groups 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" 120 | 121 | await pageUtils.pressKeys('Tab'); > 122 | await expect(firstGroupRadios.nth(0)).toBeFocused(); | ^ 123 | 124 | await pageUtils.pressKeys('Tab'); 125 | await expect(secondGroupRadios.nth(0)).toBeFocused(); at /ionic/src/components/radio/test/a11y/radio.e2e.ts:122: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: 3 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: 3 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: 3 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: 3 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: 3 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
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
368 skipped 302 passed (3.8m)
🎭 Playwright Run Summary
1 skipped 676 passed (3.8m)
🎭 Playwright Run Summary
8 skipped 680 passed (3.8m)
🎭 Playwright Run Summary
8 skipped 660 passed (4.3m)
🎭 Playwright Run Summary
1 flaky [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - md/ltr › radio: keyboard navigation - md/ltr › tabbing should switch between radio groups 4 skipped 675 passed (4.8m)
🎭 Playwright Run Summary
144 skipped 710 passed (4.8m)
🎭 Playwright Run Summary
14 skipped 489 passed (6.4m)
🎭 Playwright Run Summary
10 skipped 648 passed (6.7m)
🎭 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.8m)
🎭 Playwright Run Summary
12 skipped 685 passed (8.1m)
🎭 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.0m)
🎭 Playwright Run Summary
13 skipped 653 passed (8.3m)
🎭 Playwright Run Summary
1 skipped 656 passed (8.3m)
🎭 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 (8.8m)
🎭 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.4m)
🎭 Playwright Run Summary
5 skipped 710 passed (9.3m)
🎭 Playwright Run Summary
14 skipped 681 passed (10.1m)

Artifacts

Produced during runtime
Name Size Digest
ionic-core Expired
5.18 MB
sha256:76477136b6933c6b4735ee766f0ef34e70cc0991dcb1c05017e7b70b9317701d
test-results-1-20 Expired
3.03 MB
sha256:62923228a67112af593ae9134bd8cb6a572e13f75fcae6000ffd56bbe5bc21b2
test-results-10-20 Expired
2.12 MB
sha256:26dd534b740fc3ff49685cf19a37a792e90b4a29e7b6848515a747ee03551d9e
test-results-11-20 Expired
1.31 MB
sha256:bfbb7d2f39ad7c4690f2d979aa178e3c4e90a44db45bd0fc0b9d59479563c812
test-results-12-20 Expired
481 KB
sha256:c80b2fd18582220ad0ceddecf3af5eed0523c03d7f4249021b7accef8f6bcac1
test-results-13-20 Expired
459 KB
sha256:5bd84acb4d6c9789b66a8e0cb274600e51e57397e450ec8aaf7f335a2a3f7848
test-results-14-20 Expired
427 KB
sha256:7ac2a3931b7e5c9c42124a629c8284b4e5cb8ed07f7a8c3d72a0f09bb0c93a02
test-results-15-20 Expired
459 KB
sha256:a62ef09acb96dc807913e8747b300d56d4d9abc48ea1a15a48fcb9d5a4812879
test-results-16-20 Expired
474 KB
sha256:72ca3de89a2ce2cbef72f9a6c14c54b34621d9cb06ac10fe60a1c979b0f56e50
test-results-17-20 Expired
2.21 MB
sha256:ebebd614dd3b6c17c6e3408b33b9bb4c32a52ab7d659c81e979129fa762d8be8
test-results-18-20 Expired
554 KB
sha256:5090bc033d11082a9066e43b76e6ccdab604f68a3c7ff7b90754d250fb3f3ca9
test-results-19-20 Expired
447 KB
sha256:d5c94dadc35d235bba027fd97199bb23992f1ce1d85c417fa65f0ce1782d543c
test-results-2-20 Expired
3.22 MB
sha256:9daefe8226ddfd374d0fe12062dd0bd9e34fba03c4b4cc62b0a79141c959e7dd
test-results-20-20 Expired
338 KB
sha256:2717c0dce9c211fc3a62e2672e03a337ad7b75f53fb99b78320b52e0f8675425
test-results-3-20 Expired
6.23 MB
sha256:261b1b875ea622f449445499b2fffd73c7f98091d40443b128ca15145ed878aa
test-results-4-20 Expired
585 KB
sha256:616631a1f5fd1d74f33e75ab0d5cdf8ad7b00fdf8ad995aa269512f7336816ad
test-results-5-20 Expired
489 KB
sha256:3f32a30e367ffbe499ca32e32eb8f1368f3c20c4545f7586663e2cc0bf5fc53d
test-results-6-20 Expired
479 KB
sha256:ad09e877189ccfe82f3fbf4e692816bd983135a185a0fb1e5a55bee7bb46b5bf
test-results-7-20 Expired
358 KB
sha256:241c8f6c442974c7b4b8b7a2144364a340c898d11ccbc878a06de6404ed51a19
test-results-8-20 Expired
450 KB
sha256:d43b248acab4600eb2f3df7743850c609ff6f1493d9746cf1925957d4ec1ea4c
test-results-9-20 Expired
485 KB
sha256:8eede3a7817f26895cf59e85075f74c439e648f20c8c0cdbc111ec8e959a5acd
updated-screenshots-13-20 Expired
173 KB
sha256:06bb6febf8fef8a25272162c39f5fae4691f23dcebf27bcc96d34ec59409f8a5
updated-screenshots-14-20 Expired
1.72 MB
sha256:39ed884a8a1cec0155cb9eefdbeb858f29d8ca2079ff3f7e7fc699e2c46b53e8
updated-screenshots-15-20 Expired
80.8 KB
sha256:3481917f6f3a2b97eda74d9bf5136de2bad8f638435f997922892cc8a8da18ed
updated-screenshots-16-20 Expired
25.4 KB
sha256:21b84fc781559d33dd41fa5af690df1b07001e3a796bf6620b6be181566c102d
updated-screenshots-19-20 Expired
4.53 KB
sha256:247423d3e6dad5fdd0167d65c60c3c18cfa3fc2d7a7d0941eb77b489e38b0a3b
updated-screenshots-20-20 Expired
233 KB
sha256:98f25a4f965e7f044f8b30f9a33fad02bdb8590c29cc2c75ce0dbceedebbd6cd
updated-screenshots-4-20 Expired
145 KB
sha256:73a7ff6a10d8ee5087fdac48a3948c6d9720f786df524016aeefd263ee878db0
updated-screenshots-6-20 Expired
243 KB
sha256:9ed6b430c680042a40bd8c8948a04bffbd98e2ab2068d3df384af5c6ec27b89e
updated-screenshots-8-20 Expired
1.31 MB
sha256:47308f81350f87692280141c318e3280fb7cb646505ae39ee90c5f58c6de5c40