update frontend to v1.14.5 #1690
Annotations
3 errors and 1 notice
Run Playwright Tests:
tests\integration\install\installWizard.spec.ts#L24
1) [install] › install\installWizard.spec.ts:4:3 › Install Wizard › can click through first time installer
Error: expect(page).toHaveScreenshot(expected)
13397 pixels (ratio 0.02 of all image pixels) are different.
Expected: D:\a\desktop\desktop\tests\integration\install\installWizard.spec.ts-snapshots\choose-installation-location-install-win32.png
Received: D:\a\desktop\desktop\test-results\install-installWizard-Inst-ada8d-hrough-first-time-installer-install\choose-installation-location-actual.png
Diff: D:\a\desktop\desktop\test-results\install-installWizard-Inst-ada8d-hrough-first-time-installer-install\choose-installation-location-diff.png
Call log:
- expect.soft.toHaveScreenshot(choose-installation-location.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 13397 pixels (ratio 0.02 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
- 13397 pixels (ratio 0.02 of all image pixels) are different.
22 | // Install stepper screens
23 | await expect(installWizard.installLocationTitle).toBeVisible();
> 24 | await expect.soft(window).toHaveScreenshot('choose-installation-location.png');
| ^
25 | await installWizard.clickNext();
26 |
27 | await expect(installWizard.migrateTitle).toBeVisible();
at D:\a\desktop\desktop\tests\integration\install\installWizard.spec.ts:24:31
|
Run Playwright Tests:
tests\integration\install\installWizard.spec.ts#L24
1) [install] › install\installWizard.spec.ts:4:3 › Install Wizard › can click through first time installer
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
13397 pixels (ratio 0.02 of all image pixels) are different.
Expected: D:\a\desktop\desktop\tests\integration\install\installWizard.spec.ts-snapshots\choose-installation-location-install-win32.png
Received: D:\a\desktop\desktop\test-results\install-installWizard-Inst-ada8d-hrough-first-time-installer-install-retry1\choose-installation-location-actual.png
Diff: D:\a\desktop\desktop\test-results\install-installWizard-Inst-ada8d-hrough-first-time-installer-install-retry1\choose-installation-location-diff.png
Call log:
- expect.soft.toHaveScreenshot(choose-installation-location.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 13397 pixels (ratio 0.02 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
- 13397 pixels (ratio 0.02 of all image pixels) are different.
22 | // Install stepper screens
23 | await expect(installWizard.installLocationTitle).toBeVisible();
> 24 | await expect.soft(window).toHaveScreenshot('choose-installation-location.png');
| ^
25 | await installWizard.clickNext();
26 |
27 | await expect(installWizard.migrateTitle).toBeVisible();
at D:\a\desktop\desktop\tests\integration\install\installWizard.spec.ts:24:31
|
Run Playwright Tests
Process completed with exit code 1.
|
Run Playwright Tests
1 failed
[install] › install\installWizard.spec.ts:4:3 › Install Wizard › can click through first time installer
9 did not run
4 passed (2.2m)
|
Loading