Skip to content

Update Reference Screenshots #2022

Update Reference Screenshots

Update Reference Screenshots #2022

Manually triggered October 8, 2025 19:08
Status Failure
Total duration 12m 27s
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

32 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 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: 3 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: 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: 3 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 (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 (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: 3 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 (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.3m)
🎭 Playwright Run Summary
368 skipped 302 passed (3.3m)
🎭 Playwright Run Summary
8 skipped 680 passed (3.8m)
🎭 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.8m)
🎭 Playwright Run Summary
8 skipped 660 passed (4.3m)
🎭 Playwright Run Summary
1 skipped 676 passed (3.8m)
🎭 Playwright Run Summary
4 skipped 676 passed (4.6m)
🎭 Playwright Run Summary
144 skipped 710 passed (4.6m)
🎭 Playwright Run Summary
14 skipped 489 passed (6.0m)
🎭 Playwright Run Summary
10 skipped 648 passed (6.3m)
🎭 Playwright Run Summary
5 skipped 676 passed (6.7m)
🎭 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.3m)
🎭 Playwright Run Summary
13 skipped 653 passed (8.1m)
🎭 Playwright Run Summary
12 skipped 685 passed (8.0m)
🎭 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/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.9m)
🎭 Playwright Run Summary
5 skipped 710 passed (8.9m)
🎭 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.0m)
🎭 Playwright Run Summary
1 skipped 656 passed (9.1m)
🎭 Playwright Run Summary
14 skipped 681 passed (9.7m)

Artifacts

Produced during runtime
Name Size Digest
ionic-core
5.18 MB
sha256:cd3e67678add65c25666b8206a4ff5bd40f844938edd24cef03f7c5288ac874b
test-results-1-20
3.03 MB
sha256:ca99f5a9ef048e05d8dbce4c83e5c3cb80a05a1ec38141d9d373e29ab0bc236e
test-results-10-20
2.1 MB
sha256:ebcab19cfa27e8253052e027ec402b00cff5e34532880b3272bf78cc4eb5320d
test-results-11-20
578 KB
sha256:46abbf77871cb7a383cb803b0507c2d6cfb9a13485d77806ad5f6d06fe7539e1
test-results-12-20
482 KB
sha256:bf0476db2e59e13c92e692959862d2830738b36d89c65b0733f36ff3971519d8
test-results-13-20
459 KB
sha256:c59023033c85283d8800ddf9f5eded99af84abcd705aff6a7a025b334fecce70
test-results-14-20
426 KB
sha256:cf9c5b453f2006eed5eb2f9bd0b3f7acfa08cbca451d4ff3914384597ab5e90f
test-results-15-20
458 KB
sha256:27c666dcdb0197b0115552e7be174fee297c22a175eee9a6bfb6fd5464bb4592
test-results-16-20
474 KB
sha256:885563df5f8fe1ba7ae3ffaeb336ce575c1f090660673b01c49cdb707f1c79f8
test-results-17-20
2.23 MB
sha256:908487a5b90dd78d984edd45849e361712aade984201df2c7e0217002ee739ab
test-results-18-20
554 KB
sha256:2d4b8466baebc6b57549e09d526b99399181195a6e3a2f8eeb0254896ab50953
test-results-19-20
447 KB
sha256:1a55d7412ec34c787502bb22a656eee579026a2b53ce3b3c003a3fb6ede27a76
test-results-2-20
3.21 MB
sha256:42469b8d25ab3f520d8a8ad2bc8e25f58ca0ecadd1a987737829a634ac849e89
test-results-20-20
338 KB
sha256:a9d6811dfd3e851f1b486df46271da0f985d4c6c6e7322f10cbf232d438fe5a9
test-results-3-20
6.23 MB
sha256:ab621e7fd53775b27011702cbe95190ec7ab07d0ab86e76e97c2798b418cc7fe
test-results-4-20
584 KB
sha256:fee6e04d52ec0beb8028bb15facaa1c7ad8355faba8a4356be236977499e6a1e
test-results-5-20
491 KB
sha256:78e3d7b3e6ffeac96b95f169c941ac8c633449ce5a090d52835d122d9174020e
test-results-6-20
478 KB
sha256:fdc7bcfd7270da632865f7828840bc3e5d6005eda6fbb9c4822ec7faefae1d87
test-results-7-20
358 KB
sha256:108333aee0bdc4bdd65ac5e35d5658a610183de11e26e890b69b777a9c99458d
test-results-8-20
450 KB
sha256:0de76b74dbfc074e4ec03721cce2323248cd00a19d892964d47724a4ea30dea5
test-results-9-20
485 KB
sha256:98519ebe32376fe88b788bae2009ab36302522d6f581d44c6396f24f3f94f4b5
updated-screenshots-13-20
173 KB
sha256:181343d98ca5e2d0a447242434424d6b44e69f75fd7835fcedfaed50d3e2cf4a
updated-screenshots-14-20
1.72 MB
sha256:852c8f1700fa33c8923e9a8ab130c8f31a94d5579090c8c1672a3853c45b835f
updated-screenshots-15-20
80.8 KB
sha256:9548ff601974affbe2288f873f48147ad3b373d2c73448b642d609b9ad70ade8
updated-screenshots-16-20
25.4 KB
sha256:a5dc99643cf12d06b703aa263a469aca0ccf53c3b88e9d4589e227c3e7321039
updated-screenshots-19-20
4.53 KB
sha256:728c156cf73f097c1379fa15eee99f05b54649737e0a44cc9bd257bc4a40375c
updated-screenshots-20-20
233 KB
sha256:200a3d55ba6c9ca9d54a1b828ba44f97d327ea37e933743f816a50550a17d5ee
updated-screenshots-4-20
145 KB
sha256:feccd42d933779c65f44d1e79f12ddd690835bdbe3ba44ddc6ccd66fa4d1e668
updated-screenshots-6-20
243 KB
sha256:010a75f2befdad1a2ad6d229f4e9e5fb1d3a0ea6a47af9a2e7d1f4790e516ed5
updated-screenshots-8-20
1.31 MB
sha256:52ac2894252289e17c8a5f6878397efb8014116007fd18ec31c7a208c90a4992