Update Reference Screenshots #2025
update-screenshots.yml
on: workflow_dispatch
build-core
1m 41s
Matrix: test-core-screenshot
update-reference-screenshots
Annotations
38 errors and 20 notices
|
test-core-screenshot (10, 20)
Process completed with exit code 1.
|
|
[Mobile Chrome] › src/components/item-sliding/test/async/item-sliding.e2e.ts:44:9 › item-sliding: async - ios/ltr › should not throw errors when adding multiple items with side="end" using the Ionic CDN:
src/components/item-sliding/test/async/item-sliding.e2e.ts#L119
1) [Mobile Chrome] › src/components/item-sliding/test/async/item-sliding.e2e.ts:44:9 › item-sliding: async - ios/ltr › should not throw errors when adding multiple items with side="end" using the Ionic CDN
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 2
117 |
118 | // Check that no errors have been logged
> 119 | expect(errors.length).toBe(0);
| ^
120 | });
121 | });
122 | });
at /ionic/src/components/item-sliding/test/async/item-sliding.e2e.ts:119:29
|
|
[Mobile Chrome] › src/components/item-sliding/test/async/item-sliding.e2e.ts:44:9 › item-sliding: async - ios/ltr › should not throw errors when adding multiple items with side="end" using the Ionic CDN:
src/components/item-sliding/test/async/item-sliding.e2e.ts#L119
1) [Mobile Chrome] › src/components/item-sliding/test/async/item-sliding.e2e.ts:44:9 › item-sliding: async - ios/ltr › should not throw errors when adding multiple items with side="end" using the Ionic CDN
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 2
117 |
118 | // Check that no errors have been logged
> 119 | expect(errors.length).toBe(0);
| ^
120 | });
121 | });
122 | });
at /ionic/src/components/item-sliding/test/async/item-sliding.e2e.ts:119:29
|
|
[Mobile Chrome] › src/components/item-sliding/test/async/item-sliding.e2e.ts:44:9 › item-sliding: async - ios/ltr › should not throw errors when adding multiple items with side="end" using the Ionic CDN:
src/components/item-sliding/test/async/item-sliding.e2e.ts#L119
1) [Mobile Chrome] › src/components/item-sliding/test/async/item-sliding.e2e.ts:44:9 › item-sliding: async - ios/ltr › should not throw errors when adding multiple items with side="end" using the Ionic CDN
Error: expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 2
117 |
118 | // Check that no errors have been logged
> 119 | expect(errors.length).toBe(0);
| ^
120 | });
121 | });
122 | });
at /ionic/src/components/item-sliding/test/async/item-sliding.e2e.ts:119:29
|
|
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr/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
2) [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
|
|
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › 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/dark › radio: keyboard navigation - md/ltr/dark › tabbing should switch between radio groups
Error: expect(locator).toBeFocused() failed
Locator: locator('#first-group ion-radio').first()
Expected: focused
Received: inactive
Timeout: 5000ms
Call log:
- Expect "toBeFocused" with timeout 5000ms
- waiting for locator('#first-group ion-radio').first()
9 × locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="md in-item radio-checked radio-label-placement-start hydrated">Huey</ion-radio>
- unexpected value "inactive"
120 |
121 | await pageUtils.pressKeys('Tab');
> 122 | await expect(firstGroupRadios.nth(0)).toBeFocused();
| ^
123 |
124 | await pageUtils.pressKeys('Tab');
125 | await expect(secondGroupRadios.nth(0)).toBeFocused();
at /ionic/src/components/radio/test/a11y/radio.e2e.ts:122:47
|
|
[Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:158:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to negative numbers:
src/components/input-otp/test/separators/input-otp.e2e.ts#L164
4) [Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:158:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to negative numbers
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 2
162 | await page.setContent(`<ion-input-otp separators="${invalidSeparators}">Description</ion-input-otp>`, config);
163 |
> 164 | expect(warnings.length).toBe(1);
| ^
165 | expect(warnings[0]).toContain(
166 | `[Ionic Warning]: [ion-input-otp] - Invalid separators format. Expected a comma-separated list of numbers, an array of numbers, or "all". Received: ${invalidSeparators}`
167 | );
at /ionic/src/components/input-otp/test/separators/input-otp.e2e.ts:164:31
|
|
[Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:146:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to an invalid comma-separated string:
src/components/input-otp/test/separators/input-otp.e2e.ts#L152
3) [Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:146:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to an invalid comma-separated string
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 2
150 | await page.setContent(`<ion-input-otp separators="${invalidSeparators}">Description</ion-input-otp>`, config);
151 |
> 152 | expect(warnings.length).toBe(1);
| ^
153 | expect(warnings[0]).toContain(
154 | `[Ionic Warning]: [ion-input-otp] - Invalid separators format. Expected a comma-separated list of numbers, an array of numbers, or "all". Received: ${invalidSeparators}`
155 | );
at /ionic/src/components/input-otp/test/separators/input-otp.e2e.ts:152:31
|
|
[Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:146:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to an invalid comma-separated string:
src/components/input-otp/test/separators/input-otp.e2e.ts#L152
3) [Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:146:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to an invalid comma-separated string
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 2
150 | await page.setContent(`<ion-input-otp separators="${invalidSeparators}">Description</ion-input-otp>`, config);
151 |
> 152 | expect(warnings.length).toBe(1);
| ^
153 | expect(warnings[0]).toContain(
154 | `[Ionic Warning]: [ion-input-otp] - Invalid separators format. Expected a comma-separated list of numbers, an array of numbers, or "all". Received: ${invalidSeparators}`
155 | );
at /ionic/src/components/input-otp/test/separators/input-otp.e2e.ts:152:31
|
|
[Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:146:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to an invalid comma-separated string:
src/components/input-otp/test/separators/input-otp.e2e.ts#L152
3) [Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:146:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to an invalid comma-separated string
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 2
150 | await page.setContent(`<ion-input-otp separators="${invalidSeparators}">Description</ion-input-otp>`, config);
151 |
> 152 | expect(warnings.length).toBe(1);
| ^
153 | expect(warnings[0]).toContain(
154 | `[Ionic Warning]: [ion-input-otp] - Invalid separators format. Expected a comma-separated list of numbers, an array of numbers, or "all". Received: ${invalidSeparators}`
155 | );
at /ionic/src/components/input-otp/test/separators/input-otp.e2e.ts:152:31
|
|
[Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:134:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to an invalid space-separated string:
src/components/input-otp/test/separators/input-otp.e2e.ts#L140
2) [Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:134:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to an invalid space-separated string
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 2
138 | await page.setContent(`<ion-input-otp separators="${invalidSeparators}">Description</ion-input-otp>`, config);
139 |
> 140 | expect(warnings.length).toBe(1);
| ^
141 | expect(warnings[0]).toContain(
142 | `[Ionic Warning]: [ion-input-otp] - Invalid separators format. Expected a comma-separated list of numbers, an array of numbers, or "all". Received: ${invalidSeparators}`
143 | );
at /ionic/src/components/input-otp/test/separators/input-otp.e2e.ts:140:31
|
|
[Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:134:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to an invalid space-separated string:
src/components/input-otp/test/separators/input-otp.e2e.ts#L140
2) [Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:134:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to an invalid space-separated string
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 2
138 | await page.setContent(`<ion-input-otp separators="${invalidSeparators}">Description</ion-input-otp>`, config);
139 |
> 140 | expect(warnings.length).toBe(1);
| ^
141 | expect(warnings[0]).toContain(
142 | `[Ionic Warning]: [ion-input-otp] - Invalid separators format. Expected a comma-separated list of numbers, an array of numbers, or "all". Received: ${invalidSeparators}`
143 | );
at /ionic/src/components/input-otp/test/separators/input-otp.e2e.ts:140:31
|
|
[Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:134:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to an invalid space-separated string:
src/components/input-otp/test/separators/input-otp.e2e.ts#L140
2) [Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:134:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to an invalid space-separated string
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 2
138 | await page.setContent(`<ion-input-otp separators="${invalidSeparators}">Description</ion-input-otp>`, config);
139 |
> 140 | expect(warnings.length).toBe(1);
| ^
141 | expect(warnings[0]).toContain(
142 | `[Ionic Warning]: [ion-input-otp] - Invalid separators format. Expected a comma-separated list of numbers, an array of numbers, or "all". Received: ${invalidSeparators}`
143 | );
at /ionic/src/components/input-otp/test/separators/input-otp.e2e.ts:140:31
|
|
[Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:124:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to a position greater than the input length:
src/components/input-otp/test/separators/input-otp.e2e.ts#L128
1) [Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:124:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to a position greater than the input length
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 2
126 | await page.setContent(`<ion-input-otp separators="1,3,5,6,7">Description</ion-input-otp>`, config);
127 |
> 128 | expect(warnings.length).toBe(1);
| ^
129 | expect(warnings[0]).toContain(
130 | `[Ionic Warning]: [ion-input-otp] - The following separator positions are greater than the input length (${DEFAULT_INPUT_LENGTH}): 5, 6, 7. These separators will be ignored.`
131 | );
at /ionic/src/components/input-otp/test/separators/input-otp.e2e.ts:128:31
|
|
[Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:124:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to a position greater than the input length:
src/components/input-otp/test/separators/input-otp.e2e.ts#L128
1) [Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:124:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to a position greater than the input length
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 2
126 | await page.setContent(`<ion-input-otp separators="1,3,5,6,7">Description</ion-input-otp>`, config);
127 |
> 128 | expect(warnings.length).toBe(1);
| ^
129 | expect(warnings[0]).toContain(
130 | `[Ionic Warning]: [ion-input-otp] - The following separator positions are greater than the input length (${DEFAULT_INPUT_LENGTH}): 5, 6, 7. These separators will be ignored.`
131 | );
at /ionic/src/components/input-otp/test/separators/input-otp.e2e.ts:128:31
|
|
[Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:124:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to a position greater than the input length:
src/components/input-otp/test/separators/input-otp.e2e.ts#L128
1) [Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:124:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to a position greater than the input length
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 2
126 | await page.setContent(`<ion-input-otp separators="1,3,5,6,7">Description</ion-input-otp>`, config);
127 |
> 128 | expect(warnings.length).toBe(1);
| ^
129 | expect(warnings[0]).toContain(
130 | `[Ionic Warning]: [ion-input-otp] - The following separator positions are greater than the input length (${DEFAULT_INPUT_LENGTH}): 5, 6, 7. These separators will be ignored.`
131 | );
at /ionic/src/components/input-otp/test/separators/input-otp.e2e.ts:128:31
|
|
test-core-screenshot (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: 2
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: 2
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: 2
117 |
118 | // Check that no errors have been logged
> 119 | expect(errors.length).toBe(0);
| ^
120 | });
121 | });
122 | });
at /ionic/src/components/item-sliding/test/async/item-sliding.e2e.ts:119:29
|
|
test-core-screenshot (1, 20)
Process completed with exit code 1.
|
|
[Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:176:9 › should throw a warning if the form cannot be found - ios/ltr › form is an element reference:
src/components/button/test/form-reference/button.e2e.ts#L198
2) [Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:176:9 › should throw a warning if the form cannot be found - ios/ltr › form is an element reference
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 2
196 | );
197 |
> 198 | expect(logs.length).toBe(1);
| ^
199 | expect(logs[0]).toContain(
200 | '[Ionic Warning]: [ion-button] - The provided "form" element is invalid. Verify that the form is a HTMLFormElement and rendered in the DOM.'
201 | );
at /ionic/src/components/button/test/form-reference/button.e2e.ts:198:27
|
|
[Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:176:9 › should throw a warning if the form cannot be found - ios/ltr › form is an element reference:
src/components/button/test/form-reference/button.e2e.ts#L198
2) [Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:176:9 › should throw a warning if the form cannot be found - ios/ltr › form is an element reference
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 2
196 | );
197 |
> 198 | expect(logs.length).toBe(1);
| ^
199 | expect(logs[0]).toContain(
200 | '[Ionic Warning]: [ion-button] - The provided "form" element is invalid. Verify that the form is a HTMLFormElement and rendered in the DOM.'
201 | );
at /ionic/src/components/button/test/form-reference/button.e2e.ts:198:27
|
|
[Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:176:9 › should throw a warning if the form cannot be found - ios/ltr › form is an element reference:
src/components/button/test/form-reference/button.e2e.ts#L198
2) [Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:176:9 › should throw a warning if the form cannot be found - ios/ltr › form is an element reference
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 2
196 | );
197 |
> 198 | expect(logs.length).toBe(1);
| ^
199 | expect(logs[0]).toContain(
200 | '[Ionic Warning]: [ion-button] - The provided "form" element is invalid. Verify that the form is a HTMLFormElement and rendered in the DOM.'
201 | );
at /ionic/src/components/button/test/form-reference/button.e2e.ts:198:27
|
|
[Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:159:9 › should throw a warning if the form cannot be found - ios/ltr › form is a string selector:
src/components/button/test/form-reference/button.e2e.ts#L170
1) [Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:159:9 › should throw a warning if the form cannot be found - ios/ltr › form is a string selector
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 2
168 | await page.setContent(`<ion-button type="submit" form="missingForm">Submit</ion-button>`, config);
169 |
> 170 | expect(logs.length).toBe(1);
| ^
171 | expect(logs[0]).toContain(
172 | '[Ionic Warning]: [ion-button] - Form with selector: "#missingForm" could not be found. Verify that the id is correct and the form is rendered in the DOM.'
173 | );
at /ionic/src/components/button/test/form-reference/button.e2e.ts:170:27
|
|
[Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:159:9 › should throw a warning if the form cannot be found - ios/ltr › form is a string selector:
src/components/button/test/form-reference/button.e2e.ts#L170
1) [Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:159:9 › should throw a warning if the form cannot be found - ios/ltr › form is a string selector
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 2
168 | await page.setContent(`<ion-button type="submit" form="missingForm">Submit</ion-button>`, config);
169 |
> 170 | expect(logs.length).toBe(1);
| ^
171 | expect(logs[0]).toContain(
172 | '[Ionic Warning]: [ion-button] - Form with selector: "#missingForm" could not be found. Verify that the id is correct and the form is rendered in the DOM.'
173 | );
at /ionic/src/components/button/test/form-reference/button.e2e.ts:170:27
|
|
[Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:159:9 › should throw a warning if the form cannot be found - ios/ltr › form is a string selector:
src/components/button/test/form-reference/button.e2e.ts#L170
1) [Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:159:9 › should throw a warning if the form cannot be found - ios/ltr › form is a string selector
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 2
168 | await page.setContent(`<ion-button type="submit" form="missingForm">Submit</ion-button>`, config);
169 |
> 170 | expect(logs.length).toBe(1);
| ^
171 | expect(logs[0]).toContain(
172 | '[Ionic Warning]: [ion-button] - Form with selector: "#missingForm" could not be found. Verify that the id is correct and the form is rendered in the DOM.'
173 | );
at /ionic/src/components/button/test/form-reference/button.e2e.ts:170:27
|
|
test-core-screenshot (2, 20)
Process completed with exit code 1.
|
|
[Mobile Firefox] › src/components/datetime/test/basic/datetime.e2e.ts:725:9 › datetime: formatOptions misconfiguration errors - md/ltr › should log a warning if the required formatOptions are not provided for a presentation:
src/components/datetime/test/basic/datetime.e2e.ts#L749
2) [Mobile Firefox] › src/components/datetime/test/basic/datetime.e2e.ts:725:9 › datetime: formatOptions misconfiguration errors - md/ltr › should log a warning if the required formatOptions are not provided for a presentation
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 2
747 | await page.locator('.datetime-ready').waitFor();
748 |
> 749 | expect(logs.length).toBe(1);
| ^
750 | expect(logs[0]).toContain(
751 | "[Ionic Warning]: [ion-datetime] - The 'date-time' presentation requires either a date or time object (or both) in formatOptions."
752 | );
at /ionic/src/components/datetime/test/basic/datetime.e2e.ts:749:27
|
|
[Mobile Firefox] › src/components/datetime/test/basic/datetime.e2e.ts:725:9 › datetime: formatOptions misconfiguration errors - md/ltr › should log a warning if the required formatOptions are not provided for a presentation:
src/components/datetime/test/basic/datetime.e2e.ts#L749
2) [Mobile Firefox] › src/components/datetime/test/basic/datetime.e2e.ts:725:9 › datetime: formatOptions misconfiguration errors - md/ltr › should log a warning if the required formatOptions are not provided for a presentation
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 2
747 | await page.locator('.datetime-ready').waitFor();
748 |
> 749 | expect(logs.length).toBe(1);
| ^
750 | expect(logs[0]).toContain(
751 | "[Ionic Warning]: [ion-datetime] - The 'date-time' presentation requires either a date or time object (or both) in formatOptions."
752 | );
at /ionic/src/components/datetime/test/basic/datetime.e2e.ts:749:27
|
|
[Mobile Firefox] › src/components/datetime/test/basic/datetime.e2e.ts:725:9 › datetime: formatOptions misconfiguration errors - md/ltr › should log a warning if the required formatOptions are not provided for a presentation:
src/components/datetime/test/basic/datetime.e2e.ts#L749
2) [Mobile Firefox] › src/components/datetime/test/basic/datetime.e2e.ts:725:9 › datetime: formatOptions misconfiguration errors - md/ltr › should log a warning if the required formatOptions are not provided for a presentation
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 2
747 | await page.locator('.datetime-ready').waitFor();
748 |
> 749 | expect(logs.length).toBe(1);
| ^
750 | expect(logs[0]).toContain(
751 | "[Ionic Warning]: [ion-datetime] - The 'date-time' presentation requires either a date or time object (or both) in formatOptions."
752 | );
at /ionic/src/components/datetime/test/basic/datetime.e2e.ts:749:27
|
|
[Mobile Firefox] › src/components/datetime/test/basic/datetime.e2e.ts:693:9 › datetime: formatOptions misconfiguration errors - md/ltr › should log a warning if time zone is provided:
src/components/datetime/test/basic/datetime.e2e.ts#L719
1) [Mobile Firefox] › src/components/datetime/test/basic/datetime.e2e.ts:693:9 › datetime: formatOptions misconfiguration errors - md/ltr › should log a warning if time zone is provided
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 2
717 | await page.locator('.datetime-ready').waitFor();
718 |
> 719 | expect(logs.length).toBe(1);
| ^
720 | expect(logs[0]).toContain(
721 | '[Ionic Warning]: [ion-datetime] - "timeZone" and "timeZoneName" are not supported in "formatOptions".'
722 | );
at /ionic/src/components/datetime/test/basic/datetime.e2e.ts:719:27
|
|
[Mobile Firefox] › src/components/datetime/test/basic/datetime.e2e.ts:693:9 › datetime: formatOptions misconfiguration errors - md/ltr › should log a warning if time zone is provided:
src/components/datetime/test/basic/datetime.e2e.ts#L719
1) [Mobile Firefox] › src/components/datetime/test/basic/datetime.e2e.ts:693:9 › datetime: formatOptions misconfiguration errors - md/ltr › should log a warning if time zone is provided
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 2
717 | await page.locator('.datetime-ready').waitFor();
718 |
> 719 | expect(logs.length).toBe(1);
| ^
720 | expect(logs[0]).toContain(
721 | '[Ionic Warning]: [ion-datetime] - "timeZone" and "timeZoneName" are not supported in "formatOptions".'
722 | );
at /ionic/src/components/datetime/test/basic/datetime.e2e.ts:719:27
|
|
[Mobile Firefox] › src/components/datetime/test/basic/datetime.e2e.ts:693:9 › datetime: formatOptions misconfiguration errors - md/ltr › should log a warning if time zone is provided:
src/components/datetime/test/basic/datetime.e2e.ts#L719
1) [Mobile Firefox] › src/components/datetime/test/basic/datetime.e2e.ts:693:9 › datetime: formatOptions misconfiguration errors - md/ltr › should log a warning if time zone is provided
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 2
717 | await page.locator('.datetime-ready').waitFor();
718 |
> 719 | expect(logs.length).toBe(1);
| ^
720 | expect(logs[0]).toContain(
721 | '[Ionic Warning]: [ion-datetime] - "timeZone" and "timeZoneName" are not supported in "formatOptions".'
722 | );
at /ionic/src/components/datetime/test/basic/datetime.e2e.ts:719:27
|
|
test-core-screenshot (4, 20)
Process completed with exit code 1.
|
|
[Mobile Firefox] › 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 Firefox] › 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 Firefox] › 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 Firefox] › 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 Firefox] › 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 Firefox] › 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
|
|
🎭 Playwright Run Summary
360 skipped
275 passed (2.3m)
|
|
🎭 Playwright Run Summary
368 skipped
302 passed (3.3m)
|
|
🎭 Playwright Run Summary
1 failed
[Mobile Chrome] › src/components/item-sliding/test/async/item-sliding.e2e.ts:44:9 › item-sliding: async - ios/ltr › should not throw errors when adding multiple items with side="end" using the Ionic CDN
2 skipped
668 passed (3.7m)
|
|
🎭 Playwright Run Summary
1 skipped
676 passed (3.8m)
|
|
🎭 Playwright Run Summary
8 skipped
680 passed (3.8m)
|
|
🎭 Playwright Run Summary
8 skipped
660 passed (4.4m)
|
|
🎭 Playwright Run Summary
144 skipped
710 passed (4.6m)
|
|
🎭 Playwright Run Summary
2 flaky
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › tabbing should switch between radio groups
[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
674 passed (4.9m)
|
|
🎭 Playwright Run Summary
10 skipped
648 passed (6.5m)
|
|
🎭 Playwright Run Summary
14 skipped
489 passed (6.2m)
|
|
🎭 Playwright Run Summary
5 skipped
676 passed (6.8m)
|
|
🎭 Playwright Run Summary
5 failed
[Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:124:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to a position greater than the input length
[Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:134:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to an invalid space-separated string
[Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:146:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to an invalid comma-separated string
[Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:158:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to negative numbers
[Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:170:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to duplicate positions
3 skipped
659 passed (7.8m)
|
|
🎭 Playwright Run Summary
13 skipped
653 passed (8.3m)
|
|
🎭 Playwright Run Summary
12 skipped
685 passed (8.2m)
|
|
🎭 Playwright Run Summary
5 skipped
710 passed (8.7m)
|
|
🎭 Playwright Run Summary
1 skipped
656 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 (8.8m)
|
|
🎭 Playwright Run Summary
2 failed
[Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:159:9 › should throw a warning if the form cannot be found - ios/ltr › form is a string selector
[Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:176:9 › should throw a warning if the form cannot be found - ios/ltr › form is an element reference
4 skipped
727 passed (9.5m)
|
|
🎭 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.5m)
|
|
🎭 Playwright Run Summary
1 failed
[Mobile Firefox] › 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
14 skipped
680 passed (9.6m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-core
|
5.18 MB |
sha256:e4f22590f4087a00c5c1160fe19a68500753e81926deff3869d19c408e008ecd
|
|
|
test-results-1-20
|
3.04 MB |
sha256:5c452cd159fa71ca95353f7839e443977debd00ce4e072b8c3b44e405b758a76
|
|
|
test-results-10-20
|
2.09 MB |
sha256:e4c9961915d72611cf762301819d4c4d6be3198ef7f6f864ce65e6e9885b8269
|
|
|
test-results-11-20
|
1.68 MB |
sha256:d3d52694608d2b1f18a02e73476e03e012df773d0cffa8289fda52cfef888fa4
|
|
|
test-results-12-20
|
483 KB |
sha256:40353c5e29c98298403f4efddccd8717c6186048576d04b4301748f974a7ec07
|
|
|
test-results-13-20
|
457 KB |
sha256:2ab6b772d301c1ac464431aa4a9482947bb2d3ef057d11d793bc70432c66a282
|
|
|
test-results-14-20
|
427 KB |
sha256:f03250cd4699cd34a3ba6844df4eb2e402e0dc54fd48801212a6238bbeed5a43
|
|
|
test-results-15-20
|
459 KB |
sha256:746109a28114d930f1c40cc82c24791efa20a3da72db37d729cc97b03fce1bc3
|
|
|
test-results-16-20
|
474 KB |
sha256:3775c1c5689665e96ac123c565cbe58e7646ec995f9a24a916d203f549a594a2
|
|
|
test-results-17-20
|
2.23 MB |
sha256:45876e773a3be42a54ac516da4211e3ded980437f1415aa48568c058b17238df
|
|
|
test-results-18-20
|
554 KB |
sha256:e5e99edc251c5fbd582a6c57794376f714f166aa815a1ea354cab41cb57a73ce
|
|
|
test-results-19-20
|
447 KB |
sha256:2a310d8530711b0e27447993770296931ada6b1938aa06859f8447820a4d93e2
|
|
|
test-results-2-20
|
3.22 MB |
sha256:04beac5d103972a2114129739e426a8dd2a903ffa5898684e8ee3dd86b452cb9
|
|
|
test-results-20-20
|
338 KB |
sha256:5984c8e7a1236dcc9c4995b6cbb02a50f5e26ef3b2eb28e048a98b9246269da8
|
|
|
test-results-3-20
|
6.23 MB |
sha256:b9e34a44929464ead5b65440f6dfa0a479b8985c5a4d45a477029afc1568ef73
|
|
|
test-results-4-20
|
2.38 MB |
sha256:0fe3ae9c53cf5e9fd4a3efebf459fb49fd01bf242ec8a567ce66de716a2b8637
|
|
|
test-results-5-20
|
490 KB |
sha256:7ef24024a81488053b34cc128f15538238cf369a438cfee3055ad0e8dfd125c8
|
|
|
test-results-6-20
|
477 KB |
sha256:13b715cf04f56596b6d88192c90e043c972ccd2932d879fef76b886a28bdcc73
|
|
|
test-results-7-20
|
359 KB |
sha256:8b13c4b91c36ffad3cbe11bf0b7a70ce40dce821202940ba76632dbec859f18d
|
|
|
test-results-8-20
|
449 KB |
sha256:1fc524eb4bcee15ca1070ced7d5cc08437e7dc07f3e41aa997cb62efc956210d
|
|
|
test-results-9-20
|
486 KB |
sha256:8a6109864a305b8108b20b46e34887758d2bf14abaa40799f613984d28f87dcb
|
|
|
updated-screenshots-13-20
|
173 KB |
sha256:4c8ecae67f98465137df36cebb8c9d70824ef85c3d12efd009502b89eda7fb67
|
|
|
updated-screenshots-14-20
|
1.72 MB |
sha256:e50e7c37ef0ae2b012d913fe224e90fcdc9259cd546b96a3acf79efb9fcfaeb8
|
|
|
updated-screenshots-15-20
|
80.8 KB |
sha256:466629c017e50f769cabf051d6477b7b142a09f02a709166f3b16b90c14d07f3
|
|
|
updated-screenshots-16-20
|
25.4 KB |
sha256:595f4a3b0ee25b8e475cfa937029c7b9209cd52befee93f42a606f0988fa274f
|
|
|
updated-screenshots-19-20
|
4.53 KB |
sha256:aa19fbbfe92fb628968abd5ee01ec574944272c9bc0f73cf74c1187ee2fa428b
|
|
|
updated-screenshots-20-20
|
233 KB |
sha256:960f85d399c7f48fdc2811e735d8c7c05f9e573901fc5cc8bee113151c8cf9aa
|
|
|
updated-screenshots-6-20
|
243 KB |
sha256:a3e42bd79d3213098d515ed72146d4153efcb564103db5e3f1fa21b40fbc7e92
|
|
|
updated-screenshots-8-20
|
1.31 MB |
sha256:d68aef7169ab0db980ae2da4b293e22a9dce4c68acfbe2215ba6eef959be2a96
|
|