Update Reference Screenshots #2014
update-screenshots.yml
on: workflow_dispatch
build-core
1m 38s
Matrix: test-core-screenshot
update-reference-screenshots
0s
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: 2
162 | await page.setContent(`<ion-input-otp separators="${invalidSeparators}">Description</ion-input-otp>`, config);
163 |
> 164 | expect(warnings.length).toBe(1);
| ^
165 | expect(warnings[0]).toContain(
166 | `[Ionic Warning]: [ion-input-otp] - Invalid separators format. Expected a comma-separated list of numbers, an array of numbers, or "all". Received: ${invalidSeparators}`
167 | );
at /ionic/src/components/input-otp/test/separators/input-otp.e2e.ts:164:31
|
|
[Mobile 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: 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 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: 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 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: 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 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: 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 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: 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 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: 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 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: 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 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: 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 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: 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 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: 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 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: 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 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: 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 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: 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 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: 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 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: 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 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: 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 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: 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 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: 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 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: 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 Chrome] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - md/ltr › radio: keyboard navigation - md/ltr › tabbing should switch between radio groups:
src/components/radio/test/a11y/radio.e2e.ts#L122
1) [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - md/ltr › radio: keyboard navigation - md/ltr › tabbing should switch between radio groups
Error: expect(locator).toBeFocused() failed
Locator: locator('#first-group ion-radio').first()
Expected: focused
Received: inactive
Timeout: 5000ms
Call log:
- Expect "toBeFocused" with timeout 5000ms
- waiting for locator('#first-group ion-radio').first()
9 × locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="md in-item radio-checked radio-label-placement-start hydrated">Huey</ion-radio>
- unexpected value "inactive"
120 |
121 | await pageUtils.pressKeys('Tab');
> 122 | await expect(firstGroupRadios.nth(0)).toBeFocused();
| ^
123 |
124 | await pageUtils.pressKeys('Tab');
125 | await expect(secondGroupRadios.nth(0)).toBeFocused();
at /ionic/src/components/radio/test/a11y/radio.e2e.ts:122:47
|
|
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: 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 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: 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 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: 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 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: 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 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: 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 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: 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 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: 2
162 | await page.setContent(`<ion-input-otp separators="${invalidSeparators}">Description</ion-input-otp>`, config);
163 |
> 164 | expect(warnings.length).toBe(1);
| ^
165 | expect(warnings[0]).toContain(
166 | `[Ionic Warning]: [ion-input-otp] - Invalid separators format. Expected a comma-separated list of numbers, an array of numbers, or "all". Received: ${invalidSeparators}`
167 | );
at /ionic/src/components/input-otp/test/separators/input-otp.e2e.ts:164:31
|
|
[Mobile 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: 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 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: 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 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: 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 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: 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 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: 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 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: 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 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: 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 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: 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 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: 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: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: 3
150 | await page.setContent(`<ion-input-otp separators="${invalidSeparators}">Description</ion-input-otp>`, config);
151 |
> 152 | expect(warnings.length).toBe(1);
| ^
153 | expect(warnings[0]).toContain(
154 | `[Ionic Warning]: [ion-input-otp] - Invalid separators format. Expected a comma-separated list of numbers, an array of numbers, or "all". Received: ${invalidSeparators}`
155 | );
at /ionic/src/components/input-otp/test/separators/input-otp.e2e.ts:152:31
|
|
[Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:146:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to an invalid comma-separated string:
src/components/input-otp/test/separators/input-otp.e2e.ts#L152
3) [Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:146:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to an invalid comma-separated string
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 3
150 | await page.setContent(`<ion-input-otp separators="${invalidSeparators}">Description</ion-input-otp>`, config);
151 |
> 152 | expect(warnings.length).toBe(1);
| ^
153 | expect(warnings[0]).toContain(
154 | `[Ionic Warning]: [ion-input-otp] - Invalid separators format. Expected a comma-separated list of numbers, an array of numbers, or "all". Received: ${invalidSeparators}`
155 | );
at /ionic/src/components/input-otp/test/separators/input-otp.e2e.ts:152:31
|
|
[Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:134:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to an invalid space-separated string:
src/components/input-otp/test/separators/input-otp.e2e.ts#L140
2) [Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:134:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to an invalid space-separated string
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 3
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: 3
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: 3
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: 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
|
|
[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: 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
|
|
[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 (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: 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
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: 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: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: 3
168 | await page.setContent(`<ion-button type="submit" form="missingForm">Submit</ion-button>`, config);
169 |
> 170 | expect(logs.length).toBe(1);
| ^
171 | expect(logs[0]).toContain(
172 | '[Ionic Warning]: [ion-button] - Form with selector: "#missingForm" could not be found. Verify that the id is correct and the form is rendered in the DOM.'
173 | );
at /ionic/src/components/button/test/form-reference/button.e2e.ts:170:27
|
|
[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: 3
168 | await page.setContent(`<ion-button type="submit" form="missingForm">Submit</ion-button>`, config);
169 |
> 170 | expect(logs.length).toBe(1);
| ^
171 | expect(logs[0]).toContain(
172 | '[Ionic Warning]: [ion-button] - Form with selector: "#missingForm" could not be found. Verify that the id is correct and the form is rendered in the DOM.'
173 | );
at /ionic/src/components/button/test/form-reference/button.e2e.ts:170:27
|
|
[Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:159:9 › should throw a warning if the form cannot be found - ios/ltr › form is a string selector:
src/components/button/test/form-reference/button.e2e.ts#L170
1) [Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:159:9 › should throw a warning if the form cannot be found - ios/ltr › form is a string selector
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 3
168 | await page.setContent(`<ion-button type="submit" form="missingForm">Submit</ion-button>`, config);
169 |
> 170 | expect(logs.length).toBe(1);
| ^
171 | expect(logs[0]).toContain(
172 | '[Ionic Warning]: [ion-button] - Form with selector: "#missingForm" could not be found. Verify that the id is correct and the form is rendered in the DOM.'
173 | );
at /ionic/src/components/button/test/form-reference/button.e2e.ts:170:27
|
|
test-core-screenshot (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: 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 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: 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 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: 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 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: 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 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: 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 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: 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
|
|
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: 3
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: 3
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: 3
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: 3
717 | await page.locator('.datetime-ready').waitFor();
718 |
> 719 | expect(logs.length).toBe(1);
| ^
720 | expect(logs[0]).toContain(
721 | '[Ionic Warning]: [ion-datetime] - "timeZone" and "timeZoneName" are not supported in "formatOptions".'
722 | );
at /ionic/src/components/datetime/test/basic/datetime.e2e.ts:719:27
|
|
[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: 3
717 | await page.locator('.datetime-ready').waitFor();
718 |
> 719 | expect(logs.length).toBe(1);
| ^
720 | expect(logs[0]).toContain(
721 | '[Ionic Warning]: [ion-datetime] - "timeZone" and "timeZoneName" are not supported in "formatOptions".'
722 | );
at /ionic/src/components/datetime/test/basic/datetime.e2e.ts:719:27
|
|
[Mobile Firefox] › src/components/datetime/test/basic/datetime.e2e.ts:693:9 › datetime: formatOptions misconfiguration errors - md/ltr › should log a warning if time zone is provided:
src/components/datetime/test/basic/datetime.e2e.ts#L719
1) [Mobile Firefox] › src/components/datetime/test/basic/datetime.e2e.ts:693:9 › datetime: formatOptions misconfiguration errors - md/ltr › should log a warning if time zone is provided
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 3
717 | await page.locator('.datetime-ready').waitFor();
718 |
> 719 | expect(logs.length).toBe(1);
| ^
720 | expect(logs[0]).toContain(
721 | '[Ionic Warning]: [ion-datetime] - "timeZone" and "timeZoneName" are not supported in "formatOptions".'
722 | );
at /ionic/src/components/datetime/test/basic/datetime.e2e.ts:719:27
|
|
🎭 Playwright Run Summary
360 skipped
275 passed (2.2m)
|
|
🎭 Playwright Run Summary
368 skipped
302 passed (3.3m)
|
|
🎭 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 (3.9m)
|
|
🎭 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:117:11 › radio: a11y - md/ltr › radio: keyboard navigation - md/ltr › tabbing should switch between radio groups
4 skipped
675 passed (4.8m)
|
|
🎭 Playwright Run Summary
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.4m)
|
|
🎭 Playwright Run Summary
10 skipped
648 passed (6.5m)
|
|
🎭 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.2m)
|
|
🎭 Playwright Run Summary
12 skipped
685 passed (7.9m)
|
|
🎭 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 (8.5m)
|
|
🎭 Playwright Run Summary
2 failed
[Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:159:9 › should throw a warning if the form cannot be found - ios/ltr › form is a string selector
[Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:176:9 › should throw a warning if the form cannot be found - ios/ltr › form is an element reference
4 skipped
727 passed (8.5m)
|
|
🎭 Playwright Run Summary
1 skipped
656 passed (8.4m)
|
|
🎭 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.5m)
|
|
🎭 Playwright Run Summary
5 skipped
710 passed (8.8m)
|
|
🎭 Playwright Run Summary
1 failed
[Mobile Safari] › src/components/item-sliding/test/async/item-sliding.e2e.ts:44:9 › item-sliding: async - ios/ltr › should not throw errors when adding multiple items with side="end" using the Ionic CDN
5 skipped
666 passed (9.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 (9.9m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-core
Expired
|
5.18 MB |
sha256:0fe42703e1bc712d5df328ddb98de74ee4f0922408a32d9a0515b6d3687cf77f
|
|
|
test-results-1-20
Expired
|
3.02 MB |
sha256:7915430daf0b0f92189fb0343f2b3141991364bcdfdecfb651ff9af6b60fa479
|
|
|
test-results-10-20
Expired
|
7.48 MB |
sha256:4bd22038e451fce457dccd0f71703c71f22e78e44352728b7aa22525d9398a6b
|
|
|
test-results-11-20
Expired
|
1.32 MB |
sha256:6a08b696d926bd487cea59a6107c2038b643c7d05e514880bbdad2674aa7ca71
|
|
|
test-results-12-20
Expired
|
482 KB |
sha256:b65472d0fe08910382203da88857fae542fb8d9e862544653f88c107155faaa4
|
|
|
test-results-13-20
Expired
|
457 KB |
sha256:179f9b539231e04bef61cc79cc02d64119b85598fc354d67b062fc90889d6fb1
|
|
|
test-results-14-20
Expired
|
2.93 MB |
sha256:72220652e33779cb2e45d3e7f8ed425dfbe8b29bc90074456131db0be282a951
|
|
|
test-results-15-20
Expired
|
3.1 MB |
sha256:d87a414c089a356a4bce768b2fc5eb28a84f6082a57b8cc29e8473be7c91536c
|
|
|
test-results-16-20
Expired
|
6.18 MB |
sha256:684f928833a92f7269e40c8cc5329a55bda6b3b9bd2d7118080d0e9cc54339ec
|
|
|
test-results-17-20
Expired
|
2.22 MB |
sha256:554589225bc159c3c1994c861cc28c823b3cf46961b6de2efe8886e38b5681cb
|
|
|
test-results-18-20
Expired
|
553 KB |
sha256:ba6e6f84aedcfd45590d2b36ae3c4e30e381a9bb9a34d2d3a543c3db91fcd31e
|
|
|
test-results-19-20
Expired
|
447 KB |
sha256:d08121080f9c906c3907cd6f568afea819ee3adbd502dde4573e1ffe6478b77b
|
|
|
test-results-2-20
Expired
|
3.24 MB |
sha256:7d91d33380086d8da2bd6e9e90dc9d68dd1b7db2ea46a253a380d06f80fcae96
|
|
|
test-results-20-20
Expired
|
338 KB |
sha256:f83508b65b01ce1972d067838f1ccabdddb9a1ecf8bff4c2de7e112ecb9f1b91
|
|
|
test-results-3-20
Expired
|
6.23 MB |
sha256:b8bf2b837542c801c2d08936e4ce5db426ec427a83e52c610533d23fa92dc624
|
|
|
test-results-4-20
Expired
|
585 KB |
sha256:6521277a060221670620c8517fb526cc7aac8e937856d487e7cf0c5ba578d609
|
|
|
test-results-5-20
Expired
|
489 KB |
sha256:b29b1f1860fc6cd064e3ed16ac43f3b0580372df4ab2cc34507869b373505d4a
|
|
|
test-results-6-20
Expired
|
478 KB |
sha256:5f8dcb13ab129752889e53f546eca612fb01f11b6bb8c102479ff83ec07a27b9
|
|
|
test-results-7-20
Expired
|
358 KB |
sha256:76307f1c1ad2b7bd2731edcc38cfd3a837e977feb55eb9aafb11f6d714f97754
|
|
|
test-results-8-20
Expired
|
5.29 MB |
sha256:c7388ac9f45f9bf69b1ceeaf29424650d27cf21914f2e2526bff6b3e109b47e4
|
|
|
test-results-9-20
Expired
|
485 KB |
sha256:cc239393fc1309d8ea688f48fcec1e8ec89871db1e3e5746f6cd0c61fc3759a0
|
|
|
updated-screenshots-13-20
Expired
|
173 KB |
sha256:4ac1456e4c3f957ea2290e6c1ae446091f15955e62e94c9144d9077f50ab00ab
|
|
|
updated-screenshots-19-20
Expired
|
9.65 KB |
sha256:270c7fa89a4bf9fe54a34752c972d0d893e6233510a10fae2820857486ae6641
|
|
|
updated-screenshots-20-20
Expired
|
233 KB |
sha256:0fb5d1d22aad0cdc396e3221e7603099debfad99321228314597cd81cd261d72
|
|
|
updated-screenshots-4-20
Expired
|
145 KB |
sha256:5d2e632ce326857555c496079bb67d19d43da353ab7a428e6039907f0406e74e
|
|
|
updated-screenshots-6-20
Expired
|
243 KB |
sha256:25015a1230ffd944fbf7179fc2ac3141a1eff7d4ac1e8a6b68b702e8cbf8916e
|
|