Update Reference Screenshots #2018
update-screenshots.yml
on: workflow_dispatch
build-core
1m 41s
Matrix: test-core-screenshot
update-reference-screenshots
Annotations
73 errors and 20 notices
|
[Mobile Chrome] › 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 Chrome] › 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: 4
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 Chrome] › 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 Chrome] › 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: 4
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 Chrome] › 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 Chrome] › 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: 4
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 Chrome] › 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 Chrome] › 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: 4
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 Chrome] › 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 Chrome] › 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: 4
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 Chrome] › 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 Chrome] › 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: 4
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 Chrome] › 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 Chrome] › 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: 4
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 Chrome] › 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 Chrome] › 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: 4
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 Chrome] › 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 Chrome] › 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: 4
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 Chrome] › 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 Chrome] › 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: 4
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 Chrome] › 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
4) [Mobile Chrome] › 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: 4
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 Chrome] › 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
3) [Mobile Chrome] › 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: 4
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 Chrome] › 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
3) [Mobile Chrome] › 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: 4
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 Chrome] › 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
3) [Mobile Chrome] › 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: 4
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 Chrome] › 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 Chrome] › 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: 4
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 Chrome] › 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 Chrome] › 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: 4
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 Chrome] › 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 Chrome] › 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: 4
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 Chrome] › 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 Chrome] › 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: 4
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 Chrome] › 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 Chrome] › 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: 4
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 Chrome] › 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 Chrome] › 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: 4
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 Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › 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/dark › radio: keyboard navigation - md/ltr/dark › 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
|
|
test-core-screenshot (14, 20)
Process completed with exit code 1.
|
|
[Mobile Safari] › 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 Safari] › 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: 4
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 Safari] › 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 Safari] › 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: 4
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 Safari] › 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 Safari] › 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: 4
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 Safari] › 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 Safari] › 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: 4
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 Safari] › 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 Safari] › 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: 4
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 Safari] › 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 Safari] › 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: 4
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 Safari] › 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 Safari] › 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: 4
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 Safari] › 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 Safari] › 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: 4
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 Safari] › 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 Safari] › 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: 4
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 Safari] › 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 Safari] › 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: 4
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 Safari] › 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 Safari] › 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: 4
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 Safari] › 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 Safari] › 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: 4
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 Safari] › 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 Safari] › 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: 4
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 Safari] › 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 Safari] › 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: 4
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 Safari] › 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 Safari] › 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: 4
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 Safari] › 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 Safari] › 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: 4
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: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: 5
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: 5
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: 5
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: 5
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: 5
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: 5
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: 5
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: 5
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: 5
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: 8
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 (15, 20)
Process completed with exit code 1.
|
|
[Mobile Safari] › 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 Safari] › 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: 4
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 Safari] › 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 Safari] › 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: 4
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 Safari] › 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 Safari] › 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: 4
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 Safari] › 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 Safari] › 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: 4
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 Safari] › 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 Safari] › 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: 4
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 Safari] › 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 Safari] › 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: 4
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
|
|
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: 6
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: 5
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: 5
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: 5
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: 5
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: 5
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: 8
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: 5
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: 5
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: 5
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: 5
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: 5
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.4m)
|
|
🎭 Playwright Run Summary
1 skipped
676 passed (3.8m)
|
|
🎭 Playwright Run Summary
6 failed
[Mobile Chrome] › 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 Chrome] › 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 Chrome] › 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 Chrome] › 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 Chrome] › 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
[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
663 passed (4.1m)
|
|
🎭 Playwright Run Summary
4 failed
[Mobile Chrome] › 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 Chrome] › 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
[Mobile Chrome] › 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 Chrome] › 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
8 skipped
676 passed (4.1m)
|
|
🎭 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/dark › radio: keyboard navigation - md/ltr/dark › using arrow keys should move between enabled radios within group
4 skipped
675 passed (4.8m)
|
|
🎭 Playwright Run Summary
10 skipped
648 passed (6.4m)
|
|
🎭 Playwright Run Summary
2 failed
[Mobile Safari] › 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 Safari] › 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
14 skipped
487 passed (6.2m)
|
|
🎭 Playwright Run Summary
5 failed
[Mobile Safari] › 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 Safari] › 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 Safari] › 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 Safari] › 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 Safari] › 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
5 skipped
671 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.6m)
|
|
🎭 Playwright Run Summary
2 failed
[Mobile Safari] › 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 Safari] › 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
13 skipped
651 passed (8.4m)
|
|
🎭 Playwright Run Summary
1 skipped
656 passed (8.4m)
|
|
🎭 Playwright Run Summary
12 skipped
685 passed (8.3m)
|
|
🎭 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 (9.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.9m)
|
|
🎭 Playwright Run Summary
5 skipped
710 passed (9.0m)
|
|
🎭 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.1m)
|
|
🎭 Playwright Run Summary
14 skipped
681 passed (10.0m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-core
Expired
|
5.18 MB |
sha256:7bffc27b24da621eba387cb0a89ce9c6a5d3b04dc7adf2b958f13b8554726e98
|
|
|
test-results-1-20
Expired
|
3.04 MB |
sha256:41b2b776fb42901e46e302decc085cc97e1c7a43f73b6bdf6d2b40e315ca2556
|
|
|
test-results-10-20
Expired
|
7.47 MB |
sha256:f9c97addc2d7a4be4729f482b2676d8350639f0fd92580436dddca64b9b8dea4
|
|
|
test-results-11-20
Expired
|
1.31 MB |
sha256:65c7289c3335a0735b5a500e258adc845fe70342bcac0828cd550917874d164c
|
|
|
test-results-12-20
Expired
|
481 KB |
sha256:d3cb0a9d08c5523acde931b656f25805f2f4fb23608f067b44f2d81e174ad458
|
|
|
test-results-13-20
Expired
|
458 KB |
sha256:1ccba4567b29b723a0e4a1b10f2bf89144e155672832bba20cf86085c0b70c01
|
|
|
test-results-14-20
Expired
|
2.93 MB |
sha256:1c7105849919783db34581c1636b19c72ab94af5526d4fdef9b2d2abfc53b44b
|
|
|
test-results-15-20
Expired
|
3.1 MB |
sha256:9afc39b9ab545e6682511addc23045bf2e4e9817db518c0fd5d3ffa513ad8379
|
|
|
test-results-16-20
Expired
|
6.19 MB |
sha256:4eb7b131cc76e5dc5a961c8c14c6b42456ac0f2f20671e13b28302687a702e2a
|
|
|
test-results-17-20
Expired
|
2.21 MB |
sha256:4e4d4ba334fffedd89295a8365a446d4885ce18a2913cf6a10c711785cfc9fe3
|
|
|
test-results-18-20
Expired
|
555 KB |
sha256:ed804555bce620d7fe801bafa4581bdf4759cf3834e756669bd39d47c4b6b792
|
|
|
test-results-19-20
Expired
|
446 KB |
sha256:0b7802a383772f21a9086db1e8d338bf89b71342de2adb4e2a6463c78e6c348c
|
|
|
test-results-2-20
Expired
|
3.23 MB |
sha256:7fafe67259634614bb561932af087d0587b1e1f709ad47f9607c1da4ea1e6690
|
|
|
test-results-20-20
Expired
|
338 KB |
sha256:01ac7fc79e982acabe1de77d730a90814eed366e64d9625ca0acb089a4836e96
|
|
|
test-results-3-20
Expired
|
6.23 MB |
sha256:221e494ba1b6936f909f641b5a15f5b078775d262aa944a5aca897ac6283ac53
|
|
|
test-results-4-20
Expired
|
585 KB |
sha256:275357376a611c62e0f398ad855b1eab376831a4837898f986ac07bfaadfc7eb
|
|
|
test-results-5-20
Expired
|
489 KB |
sha256:92ba9fbac31a6f53a749925e6304653a987ab4fdafff060aca0b7b3da95b6432
|
|
|
test-results-6-20
Expired
|
478 KB |
sha256:ad63dc47a859e120c4b7473f3a03fec34034bea099d7ab6693852f63c2a879a1
|
|
|
test-results-7-20
Expired
|
359 KB |
sha256:0c76bc0d4eac29c3214ec6763654bff181214cdef27ac04d1636b68061eb35ff
|
|
|
test-results-8-20
Expired
|
5.3 MB |
sha256:632f2657f856c56fff104c51276861d08d0f3e59b81e3924da3e985a572547d6
|
|
|
test-results-9-20
Expired
|
485 KB |
sha256:8a5d9030e273a54ef400336a1bacc75ddaa88c80faa1a336c798984141adbb32
|
|
|
updated-screenshots-13-20
Expired
|
174 KB |
sha256:5d1466a51f3399e3f5e0fe402043d17a6bd1adcf693114fb6f5b64b46e40deef
|
|
|
updated-screenshots-19-20
Expired
|
4.53 KB |
sha256:3569d89f6d3e4c33f691962f92cab21c5659cf834024043516e5e561f37c2002
|
|
|
updated-screenshots-20-20
Expired
|
233 KB |
sha256:96cd3b0137807f42719ed023d0f1806b443d2af00826f2b6e42ab86ac524f702
|
|
|
updated-screenshots-4-20
Expired
|
145 KB |
sha256:78f091af2ad39aa6b3160acf381f51624b0b58d6724604822052d103317325e8
|
|
|
updated-screenshots-6-20
Expired
|
243 KB |
sha256:bc7468bdbc9980a71de1387edfe64a4b97fce3f7401207e63bcafdf064c1de1d
|
|