fix(avatar): fix avatar disabled for icon content #17544
build.yml
on: pull_request
build-core
1m 31s
Matrix: test-core-screenshot
test-core-clean-build
14s
test-core-lint
1m 0s
test-core-spec
47s
verify-screenshots
3s
Matrix: test-angular-e2e
Matrix: test-react-e2e
Matrix: test-react-router-e2e
Matrix: test-vue-e2e
verify-test-angular-e2e
3s
verify-test-react-e2e
2s
verify-test-react-router-e2e
3s
verify-test-vue-e2e
2s
Annotations
69 errors and 1 notice
|
test-core-screenshot (7, 20)
Process completed with exit code 1.
|
|
[Mobile Chrome] › src/components/avatar/test/states/avatar.e2e.ts:10:9 › avatar: states - ionic/md/ltr/light › should not have visual regressions:
src/components/avatar/test/states/avatar.e2e.ts#L27
1) [Mobile Chrome] › src/components/avatar/test/states/avatar.e2e.ts:10:9 › avatar: states - ionic/md/ltr/light › should not have visual regressions
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('#container')
Expected an image 393px by 80px, received 393px by 120px. 850 pixels (ratio 0.02 of all image pixels) are different.
Snapshot: avatar-disabled-ionic-md-ltr-light.png
Call log:
- Expect "toHaveScreenshot(avatar-disabled-ionic-md-ltr-light.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#container')
- locator resolved to <div id="container">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- Expected an image 393px by 80px, received 393px by 120px. 850 pixels (ratio 0.02 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#container')
- locator resolved to <div id="container">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- Expected an image 393px by 80px, received 393px by 120px. 850 pixels (ratio 0.02 of all image pixels) are different.
25 | const container = page.locator('#container');
26 |
> 27 | await expect(container).toHaveScreenshot(screenshot(`avatar-disabled`));
| ^
28 | });
29 | });
30 | });
at /ionic/src/components/avatar/test/states/avatar.e2e.ts:27:31
|
|
[Mobile Chrome] › src/components/avatar/test/states/avatar.e2e.ts:10:9 › avatar: states - ionic/md/ltr/light › should not have visual regressions:
src/components/avatar/test/states/avatar.e2e.ts#L27
1) [Mobile Chrome] › src/components/avatar/test/states/avatar.e2e.ts:10:9 › avatar: states - ionic/md/ltr/light › should not have visual regressions
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('#container')
Expected an image 393px by 80px, received 393px by 120px. 850 pixels (ratio 0.02 of all image pixels) are different.
Snapshot: avatar-disabled-ionic-md-ltr-light.png
Call log:
- Expect "toHaveScreenshot(avatar-disabled-ionic-md-ltr-light.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#container')
- locator resolved to <div id="container">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- Expected an image 393px by 80px, received 393px by 120px. 850 pixels (ratio 0.02 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#container')
- locator resolved to <div id="container">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- Expected an image 393px by 80px, received 393px by 120px. 850 pixels (ratio 0.02 of all image pixels) are different.
25 | const container = page.locator('#container');
26 |
> 27 | await expect(container).toHaveScreenshot(screenshot(`avatar-disabled`));
| ^
28 | });
29 | });
30 | });
at /ionic/src/components/avatar/test/states/avatar.e2e.ts:27:31
|
|
[Mobile Chrome] › src/components/avatar/test/states/avatar.e2e.ts:10:9 › avatar: states - ionic/md/ltr/light › should not have visual regressions:
src/components/avatar/test/states/avatar.e2e.ts#L27
1) [Mobile Chrome] › src/components/avatar/test/states/avatar.e2e.ts:10:9 › avatar: states - ionic/md/ltr/light › should not have visual regressions
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('#container')
Expected an image 393px by 80px, received 393px by 120px. 850 pixels (ratio 0.02 of all image pixels) are different.
Snapshot: avatar-disabled-ionic-md-ltr-light.png
Call log:
- Expect "toHaveScreenshot(avatar-disabled-ionic-md-ltr-light.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#container')
- locator resolved to <div id="container">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- Expected an image 393px by 80px, received 393px by 120px. 850 pixels (ratio 0.02 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#container')
- locator resolved to <div id="container">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- Expected an image 393px by 80px, received 393px by 120px. 850 pixels (ratio 0.02 of all image pixels) are different.
25 | const container = page.locator('#container');
26 |
> 27 | await expect(container).toHaveScreenshot(screenshot(`avatar-disabled`));
| ^
28 | });
29 | });
30 | });
at /ionic/src/components/avatar/test/states/avatar.e2e.ts:27:31
|
|
test-core-screenshot (12, 20)
The strategy configuration was canceled because "test-core-screenshot._7_20" failed
|
|
test-core-screenshot (12, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (12, 20)
The operation was canceled.
|
|
test-core-screenshot (2, 20)
The strategy configuration was canceled because "test-core-screenshot._7_20" failed
|
|
test-core-screenshot (2, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (2, 20)
The operation was canceled.
|
|
test-core-screenshot (4, 20)
The strategy configuration was canceled because "test-core-screenshot._7_20" failed
|
|
test-core-screenshot (4, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (4, 20)
The operation was canceled.
|
|
test-core-screenshot (9, 20)
The strategy configuration was canceled because "test-core-screenshot._7_20" failed
|
|
test-core-screenshot (9, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (9, 20)
The operation was canceled.
|
|
test-core-screenshot (17, 20)
The strategy configuration was canceled because "test-core-screenshot._7_20" failed
|
|
test-core-screenshot (17, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (17, 20)
The operation was canceled.
|
|
test-core-screenshot (6, 20)
The strategy configuration was canceled because "test-core-screenshot._7_20" failed
|
|
test-core-screenshot (6, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (6, 20)
The operation was canceled.
|
|
test-core-screenshot (11, 20)
The strategy configuration was canceled because "test-core-screenshot._7_20" failed
|
|
test-core-screenshot (11, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (11, 20)
The operation was canceled.
|
|
test-core-screenshot (19, 20)
The strategy configuration was canceled because "test-core-screenshot._7_20" failed
|
|
test-core-screenshot (19, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (19, 20)
The operation was canceled.
|
|
test-core-screenshot (10, 20)
The strategy configuration was canceled because "test-core-screenshot._7_20" failed
|
|
test-core-screenshot (10, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (18, 20)
The strategy configuration was canceled because "test-core-screenshot._7_20" failed
|
|
test-core-screenshot (10, 20)
The operation was canceled.
|
|
test-core-screenshot (18, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (18, 20)
The operation was canceled.
|
|
test-core-screenshot (13, 20)
The strategy configuration was canceled because "test-core-screenshot._7_20" failed
|
|
test-core-screenshot (13, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (13, 20)
The operation was canceled.
|
|
test-core-screenshot (14, 20)
The strategy configuration was canceled because "test-core-screenshot._7_20" failed
|
|
test-core-screenshot (14, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (14, 20)
The operation was canceled.
|
|
test-core-screenshot (5, 20)
The strategy configuration was canceled because "test-core-screenshot._7_20" failed
|
|
test-core-screenshot (5, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (5, 20)
The operation was canceled.
|
|
test-core-screenshot (15, 20)
The strategy configuration was canceled because "test-core-screenshot._7_20" failed
|
|
test-core-screenshot (15, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (15, 20)
The operation was canceled.
|
|
test-core-screenshot (3, 20)
The strategy configuration was canceled because "test-core-screenshot._7_20" failed
|
|
test-core-screenshot (3, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (3, 20)
The operation was canceled.
|
|
test-core-screenshot (1, 20)
The strategy configuration was canceled because "test-core-screenshot._7_20" failed
|
|
test-core-screenshot (1, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (1, 20)
The operation was canceled.
|
|
test-core-screenshot (8, 20)
The strategy configuration was canceled because "test-core-screenshot._7_20" failed
|
|
test-core-screenshot (8, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (8, 20)
The operation was canceled.
|
|
test-core-screenshot (16, 20)
The strategy configuration was canceled because "test-core-screenshot._7_20" failed
|
|
test-core-screenshot (16, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (16, 20)
The operation was canceled.
|
|
test-core-screenshot (20, 20)
The strategy configuration was canceled because "test-core-screenshot._7_20" failed
|
|
test-core-screenshot (20, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (20, 20)
The operation was canceled.
|
|
verify-screenshots
Process completed with exit code 1.
|
|
test-vue-e2e (vue3)
Canceling since a higher priority waiting request for refs/pull/30820/merge exists
|
|
test-vue-e2e (vue3)
The operation was canceled.
|
|
verify-test-vue-e2e
Process completed with exit code 1.
|
|
test-angular-e2e (ng16)
Canceling since a higher priority waiting request for refs/pull/30820/merge exists
|
|
test-angular-e2e (ng16)
The operation was canceled.
|
|
verify-test-angular-e2e
Process completed with exit code 1.
|
|
Ionic Framework Build
Canceling since a higher priority waiting request for refs/pull/30820/merge exists
|
|
🎭 Playwright Run Summary
1 failed
[Mobile Chrome] › src/components/avatar/test/states/avatar.e2e.ts:10:9 › avatar: states - ionic/md/ltr/light › should not have visual regressions
360 skipped
275 passed (2.3m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-angular
|
805 KB |
sha256:ad113005d832caccad222f57500350e21161efb361279b5ed7e704f391261807
|
|
|
ionic-angular-server
|
8.55 KB |
sha256:609ea7bd3f71f1d6f8fc582440ac5a29f401657ad773783c6bc121cf29aead7c
|
|
|
ionic-core
|
5.13 MB |
sha256:042fa61f1ca1c96ec1123c53fa660ea8777eecf8ee097855575a3a9d0d8750f7
|
|
|
ionic-react
|
343 KB |
sha256:c511fbde92ab836a1a7979fbbf6b052123d9dcfafc69c422c51959678d33e6c4
|
|
|
ionic-react-router
|
27.9 KB |
sha256:d411eca8f0dd8cc5235682f1ed537b6eb188c5d1f44e5fd703a913dfa0efbf27
|
|
|
ionic-vue
|
373 KB |
sha256:1ec448306be0a250afa8e867ee4e950ddb48a79ed90c181b2a497a6e0e6991de
|
|
|
ionic-vue-router
|
17.1 KB |
sha256:788ce6bbc6babf658c2edb01592b2d7876b1b7a3e8995d0062013c817dca69ea
|
|
|
test-results-7-20
|
1.89 MB |
sha256:b19df2a877c23f5e844a6de5d71dda9748a7a7ef7e5c85ab6557447549fc8b5c
|
|