chore(deps): update playwright #13815
Annotations
1 error and 1 notice
src/components/alert/test/basic/alert.e2e.ts#L133
1) [Mobile Chrome] › src/components/alert/test/basic/alert.e2e.ts:105:9 › should not have visual regressions - ios/rtl › more than two buttons
Error: Screenshot comparison failed:
132 pixels (ratio 0.01 of all image pixels) are different.
Expected: /ionic/src/components/alert/test/basic/alert.e2e.ts-snapshots/alert-multipleButtons-ios-rtl-Mobile-Chrome-linux.png
Received: /ionic/test-results/src-components-alert-test--e2f6b-s-rtl-more-than-two-buttons-Mobile-Chrome/alert-multipleButtons-ios-rtl-actual.png
Diff: /ionic/test-results/src-components-alert-test--e2f6b-s-rtl-more-than-two-buttons-Mobile-Chrome/alert-multipleButtons-ios-rtl-diff.png
Call log:
- expect.toHaveScreenshot(alert-multipleButtons-ios-rtl.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('ion-alert')
- locator resolved to <ion-alert tabindex="-1" header="Alert" is-open="true" aria…>…</ion-alert>
- 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
- 229130 pixels (ratio 0.81 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('ion-alert')
- locator resolved to <ion-alert tabindex="-1" header="Alert" is-open="true" aria…>…</ion-alert>
- 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
- 229117 pixels (ratio 0.81 of all image pixels) are different.
- waiting 250ms before taking screenshot
- waiting for locator('ion-alert')
- locator resolved to <ion-alert tabindex="-1" header="Alert" is-open="true" aria…>…</ion-alert>
- 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
- 132 pixels (ratio 0.01 of all image pixels) are different.
131 | const alert = page.locator('ion-alert');
132 |
> 133 | await expect(alert).toHaveScreenshot(screenshot(`alert-multipleButtons`));
| ^
134 | });
135 | });
136 | });
at /ionic/src/components/alert/test/basic/alert.e2e.ts:133:27
|
|
This job succeeded
Loading