Update Reference Screenshots #2016
update-screenshots.yml
on: workflow_dispatch
build-core
1m 38s
Matrix: test-core-screenshot
update-reference-screenshots
0s
Annotations
34 errors and 20 notices
|
test-core-screenshot (10, 20)
Process completed with exit code 1.
|
|
[Mobile Chrome] › src/components/item-sliding/test/async/item-sliding.e2e.ts:44:9 › item-sliding: async - ios/ltr › should not throw errors when adding multiple items with side="end" using the Ionic CDN:
src/components/item-sliding/test/async/item-sliding.e2e.ts#L119
1) [Mobile Chrome] › src/components/item-sliding/test/async/item-sliding.e2e.ts:44:9 › item-sliding: async - ios/ltr › should not throw errors when adding multiple items with side="end" using the Ionic CDN
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
117 |
118 | // Check that no errors have been logged
> 119 | expect(errors.length).toBe(0);
| ^
120 | });
121 | });
122 | });
at /ionic/src/components/item-sliding/test/async/item-sliding.e2e.ts:119:29
|
|
[Mobile Chrome] › src/components/item-sliding/test/async/item-sliding.e2e.ts:44:9 › item-sliding: async - ios/ltr › should not throw errors when adding multiple items with side="end" using the Ionic CDN:
src/components/item-sliding/test/async/item-sliding.e2e.ts#L119
1) [Mobile Chrome] › src/components/item-sliding/test/async/item-sliding.e2e.ts:44:9 › item-sliding: async - ios/ltr › should not throw errors when adding multiple items with side="end" using the Ionic CDN
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
117 |
118 | // Check that no errors have been logged
> 119 | expect(errors.length).toBe(0);
| ^
120 | });
121 | });
122 | });
at /ionic/src/components/item-sliding/test/async/item-sliding.e2e.ts:119:29
|
|
[Mobile Chrome] › src/components/item-sliding/test/async/item-sliding.e2e.ts:44:9 › item-sliding: async - ios/ltr › should not throw errors when adding multiple items with side="end" using the Ionic CDN:
src/components/item-sliding/test/async/item-sliding.e2e.ts#L119
1) [Mobile Chrome] › src/components/item-sliding/test/async/item-sliding.e2e.ts:44:9 › item-sliding: async - ios/ltr › should not throw errors when adding multiple items with side="end" using the Ionic CDN
Error: expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
117 |
118 | // Check that no errors have been logged
> 119 | expect(errors.length).toBe(0);
| ^
120 | });
121 | });
122 | });
at /ionic/src/components/item-sliding/test/async/item-sliding.e2e.ts:119:29
|
|
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts: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/picker-column/test/basic/picker-column.e2e.ts:53:9 › picker-column - ios/ltr › should not emit ionChange when the value is modified externally:
src/components/picker-column/test/basic/picker-column.e2e.ts#L62
1) [Mobile Chrome] › src/components/picker-column/test/basic/picker-column.e2e.ts:53:9 › picker-column - ios/ltr › should not emit ionChange when the value is modified externally
Error: expected to have called ionChange event
60 | });
61 |
> 62 | expect(ionChangeSpy).not.toHaveReceivedEvent();
| ^
63 | });
64 |
65 | // TODO FW-3616
at /ionic/src/components/picker-column/test/basic/picker-column.e2e.ts:62:32
|
|
[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: 1
117 |
118 | // Check that no errors have been logged
> 119 | expect(errors.length).toBe(0);
| ^
120 | });
121 | });
122 | });
at /ionic/src/components/item-sliding/test/async/item-sliding.e2e.ts:119:29
|
|
[Mobile Safari] › src/components/item-sliding/test/async/item-sliding.e2e.ts:44:9 › item-sliding: async - ios/ltr › should not throw errors when adding multiple items with side="end" using the Ionic CDN:
src/components/item-sliding/test/async/item-sliding.e2e.ts#L119
1) [Mobile Safari] › src/components/item-sliding/test/async/item-sliding.e2e.ts:44:9 › item-sliding: async - ios/ltr › should not throw errors when adding multiple items with side="end" using the Ionic CDN
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
117 |
118 | // Check that no errors have been logged
> 119 | expect(errors.length).toBe(0);
| ^
120 | });
121 | });
122 | });
at /ionic/src/components/item-sliding/test/async/item-sliding.e2e.ts:119:29
|
|
[Mobile Safari] › src/components/item-sliding/test/async/item-sliding.e2e.ts:44:9 › item-sliding: async - ios/ltr › should not throw errors when adding multiple items with side="end" using the Ionic CDN:
src/components/item-sliding/test/async/item-sliding.e2e.ts#L119
1) [Mobile Safari] › src/components/item-sliding/test/async/item-sliding.e2e.ts:44:9 › item-sliding: async - ios/ltr › should not throw errors when adding multiple items with side="end" using the Ionic CDN
Error: expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
117 |
118 | // Check that no errors have been logged
> 119 | expect(errors.length).toBe(0);
| ^
120 | });
121 | });
122 | });
at /ionic/src/components/item-sliding/test/async/item-sliding.e2e.ts:119:29
|
|
test-core-screenshot (1, 20)
Process completed with exit code 1.
|
|
[Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:176:9 › should throw a warning if the form cannot be found - ios/ltr › form is an element reference:
src/components/button/test/form-reference/button.e2e.ts#L198
2) [Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:176:9 › should throw a warning if the form cannot be found - ios/ltr › form is an element reference
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 2
196 | );
197 |
> 198 | expect(logs.length).toBe(1);
| ^
199 | expect(logs[0]).toContain(
200 | '[Ionic Warning]: [ion-button] - The provided "form" element is invalid. Verify that the form is a HTMLFormElement and rendered in the DOM.'
201 | );
at /ionic/src/components/button/test/form-reference/button.e2e.ts:198:27
|
|
[Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:176:9 › should throw a warning if the form cannot be found - ios/ltr › form is an element reference:
src/components/button/test/form-reference/button.e2e.ts#L198
2) [Mobile Firefox] › src/components/button/test/form-reference/button.e2e.ts:176:9 › should throw a warning if the form cannot be found - ios/ltr › form is an element reference
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 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
|
|
🎭 Playwright Run Summary
360 skipped
275 passed (2.2m)
|
|
🎭 Playwright Run Summary
368 skipped
302 passed (3.4m)
|
|
🎭 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
8 skipped
680 passed (3.8m)
|
|
🎭 Playwright Run Summary
1 skipped
676 passed (3.8m)
|
|
🎭 Playwright Run Summary
8 skipped
660 passed (4.2m)
|
|
🎭 Playwright Run Summary
144 skipped
710 passed (4.6m)
|
|
🎭 Playwright Run Summary
2 flaky
[Mobile Chrome] › src/components/picker-column/test/basic/picker-column.e2e.ts:53:9 › picker-column - ios/ltr › should not emit ionChange when the value is modified externally
[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
14 skipped
489 passed (6.0m)
|
|
🎭 Playwright Run Summary
10 skipped
648 passed (6.5m)
|
|
🎭 Playwright Run Summary
5 skipped
676 passed (6.7m)
|
|
🎭 Playwright Run Summary
5 failed
[Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:124:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to a position greater than the input length
[Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:134:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to an invalid space-separated string
[Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:146:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to an invalid comma-separated string
[Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:158:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to negative numbers
[Mobile Firefox] › src/components/input-otp/test/separators/input-otp.e2e.ts:170:9 › input-otp: separators functionality - ios/ltr › should warn when setting separators to duplicate positions
3 skipped
659 passed (7.4m)
|
|
🎭 Playwright Run Summary
12 skipped
685 passed (8.0m)
|
|
🎭 Playwright Run Summary
1 skipped
656 passed (8.2m)
|
|
🎭 Playwright Run Summary
13 skipped
653 passed (8.2m)
|
|
🎭 Playwright Run Summary
5 skipped
710 passed (8.5m)
|
|
🎭 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.1m)
|
|
🎭 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.2m)
|
|
🎭 Playwright Run Summary
14 skipped
681 passed (9.7m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-core
|
5.18 MB |
sha256:7beea381e16590b56db61f21358ce9a3d2742a45ba690237bb403bbf3da91ff2
|
|
|
test-results-1-20
|
3.03 MB |
sha256:747ff21ea25bf9878e0f44bc93e39d2a1e3e378e6f1676ec7cc924d7552cfdcf
|
|
|
test-results-10-20
|
2.11 MB |
sha256:a4747270acd60f22e3f2b91de5651b1ef66d43c872cd6d7c94bd01c8c36bc9e4
|
|
|
test-results-11-20
|
1.68 MB |
sha256:d084ad6371f3d367fc5f483f5d1c258f6d4d6db85a560632aa7344f02629ae63
|
|
|
test-results-12-20
|
482 KB |
sha256:e02001c3dcc8d4ad6234a17cdf2732efe34435205a2fdb2ef720a101192b7826
|
|
|
test-results-13-20
|
457 KB |
sha256:0f9f20736f6ecdf2b706159728cc7ac1b596a7bdb5b4b6e2b72c36f8b3274972
|
|
|
test-results-14-20
|
426 KB |
sha256:1300580339aaf48a8d7e224a5a513b3f3dd8c3fe6da06e94a1ece177d6e84263
|
|
|
test-results-15-20
|
459 KB |
sha256:d6a5399bb95ce02cf85b78a712ec5c2177e713ff130a79fa600a5ff39a3df228
|
|
|
test-results-16-20
|
473 KB |
sha256:a7f70b7f5c59de875924ff515fde7801b98ced060b95230756a11967d0a53c31
|
|
|
test-results-17-20
|
2.22 MB |
sha256:f63cbab308041e949d16e439a496bd27e6fdb55cf05d4732353ae6692b53e52f
|
|
|
test-results-18-20
|
554 KB |
sha256:a1e4f7ec1bf6ffc613994c30305614647c6fdc70f72f0c0ad1bedb86340915d2
|
|
|
test-results-19-20
|
447 KB |
sha256:d40e3f4959c4e695ee47068f2790ae3222a3ee61a1c7e95012e2269ca2b09cdb
|
|
|
test-results-2-20
|
3.22 MB |
sha256:e9902eb0c34402aa637d841a66c6e661b0abf79d8a6d438b3aad308c5cae8c18
|
|
|
test-results-20-20
|
339 KB |
sha256:5b7bd99fd126210faed8073bc8d77be7b97e27f6d301ff1515e09ffbf96d4388
|
|
|
test-results-3-20
|
6.22 MB |
sha256:87985e676a9a006bd587780534661d02baebe2eef0296ad64b095ff9f437b7e0
|
|
|
test-results-4-20
|
585 KB |
sha256:ca2f01800aadac58db96c350f141783720c1ae570ca53459548b7603ee988320
|
|
|
test-results-5-20
|
488 KB |
sha256:8c9731fee38ce1b7c8205c3200af5effb302debcb7af3caeda7c2207e9ad663b
|
|
|
test-results-6-20
|
477 KB |
sha256:22977f83829f324e9208b3f09c559a3b5ec174c848595d5adc3caff407b46f82
|
|
|
test-results-7-20
|
358 KB |
sha256:c3b6203b7599e2da3e50aaa9042b013fdabf93665197fbc066be6f65f14ceb4b
|
|
|
test-results-8-20
|
449 KB |
sha256:97014278e24a032d35839a9ccca20b21bf1fc254cf8bccb23e6ff798843409f2
|
|
|
test-results-9-20
|
486 KB |
sha256:584143231e225fc61fc3f46ec66d002f8b2b2c04b88a19a9863a39fbeb50e486
|
|
|
updated-screenshots-13-20
|
174 KB |
sha256:a1688da1f8ace7ad3a1ff44663e95200436eef76e03e81198d1c63fa6e9a1c80
|
|
|
updated-screenshots-14-20
|
1.72 MB |
sha256:69a9e11618113bfbd81f769a777a061eacfba5f5c542110f15c239fc9fb9bd26
|
|
|
updated-screenshots-15-20
|
80.8 KB |
sha256:a08a98871ae5c596c3b8ea78ccc8bc766271b05eefe6c08c793488fcb5fba90f
|
|
|
updated-screenshots-16-20
|
25.4 KB |
sha256:2f890ce45b608d2d5ca1471921eeed5939c3c7b1472ca8e431093bb8d414fdf6
|
|
|
updated-screenshots-19-20
|
4.53 KB |
sha256:14da871c2fd7c59fe434f6e87b046ec8bbc6c58d2aec9c82c6eb7df10873d41b
|
|
|
updated-screenshots-20-20
|
233 KB |
sha256:0fa1effe6f422995e08d6a218374d8ff31e49b63ad20335d6ac3253248ec1d96
|
|
|
updated-screenshots-4-20
|
145 KB |
sha256:efea43e843a8656866b4f9ec584615b04d740f1bc609339368e185015f589d07
|
|
|
updated-screenshots-6-20
|
243 KB |
sha256:27c1ae48e68c1014004b7eb0a490a5808e12b3ca4248f3e2fcf2f012f0e5bb9f
|
|
|
updated-screenshots-8-20
|
1.31 MB |
sha256:ac0fd6505623c9cc7a5560b22d2ed470d41745210d776d460cf95a5e5c73caac
|
|