feat(tokens): add gray and text colors #17667
Annotations
6 errors and 1 notice
|
Run /./.github/workflows/actions/test-core-screenshot
Process completed with exit code 1.
|
|
Run /./.github/workflows/actions/test-core-screenshot:
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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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
|
|
Run /./.github/workflows/actions/test-core-screenshot:
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
|
|
Run /./.github/workflows/actions/test-core-screenshot:
src/components/modal/test/dark-mode/model.e2e.ts#L20
1) [Mobile Chrome] › src/components/modal/test/dark-mode/model.e2e.ts:6:9 › modal: dark mode - ios/ltr › should render the correct text color when outside ion-content
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected) failed
278236 pixels (ratio 0.98 of all image pixels) are different.
Snapshot: modal-dark-color-ios-ltr.png
Call log:
- Expect "toHaveScreenshot(modal-dark-color-ios-ltr.png)" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 278236 pixels (ratio 0.98 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 278236 pixels (ratio 0.98 of all image pixels) are different.
18 | await ionModalDidPresent.next();
19 |
> 20 | await expect(page).toHaveScreenshot(screenshot(`modal-dark-color`));
| ^
21 | });
22 | });
23 | });
at /ionic/src/components/modal/test/dark-mode/model.e2e.ts:20:26
|
|
Run /./.github/workflows/actions/test-core-screenshot:
src/components/modal/test/dark-mode/model.e2e.ts#L20
1) [Mobile Chrome] › src/components/modal/test/dark-mode/model.e2e.ts:6:9 › modal: dark mode - ios/ltr › should render the correct text color when outside ion-content
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected) failed
278236 pixels (ratio 0.98 of all image pixels) are different.
Snapshot: modal-dark-color-ios-ltr.png
Call log:
- Expect "toHaveScreenshot(modal-dark-color-ios-ltr.png)" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 278236 pixels (ratio 0.98 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 278236 pixels (ratio 0.98 of all image pixels) are different.
18 | await ionModalDidPresent.next();
19 |
> 20 | await expect(page).toHaveScreenshot(screenshot(`modal-dark-color`));
| ^
21 | });
22 | });
23 | });
at /ionic/src/components/modal/test/dark-mode/model.e2e.ts:20:26
|
|
Run /./.github/workflows/actions/test-core-screenshot:
src/components/modal/test/dark-mode/model.e2e.ts#L20
1) [Mobile Chrome] › src/components/modal/test/dark-mode/model.e2e.ts:6:9 › modal: dark mode - ios/ltr › should render the correct text color when outside ion-content
Error: expect(page).toHaveScreenshot(expected) failed
278236 pixels (ratio 0.98 of all image pixels) are different.
Snapshot: modal-dark-color-ios-ltr.png
Call log:
- Expect "toHaveScreenshot(modal-dark-color-ios-ltr.png)" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 278236 pixels (ratio 0.98 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 278236 pixels (ratio 0.98 of all image pixels) are different.
18 | await ionModalDidPresent.next();
19 |
> 20 | await expect(page).toHaveScreenshot(screenshot(`modal-dark-color`));
| ^
21 | });
22 | });
23 | });
at /ionic/src/components/modal/test/dark-mode/model.e2e.ts:20:26
|
|
Run /./.github/workflows/actions/test-core-screenshot
1 failed
[Mobile Chrome] › src/components/modal/test/dark-mode/model.e2e.ts:6:9 › modal: dark mode - ios/ltr › should render the correct text color when outside ion-content
1 flaky
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › using arrow keys should move between enabled radios within group
4 skipped
674 passed (5.1m)
|
Loading