This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
Update all non-major dependencies #948
Annotations
4 errors, 5 warnings, and 1 notice
Run Playwright tests:
matrix-react-sdk/playwright/e2e/widgets/layout.spec.ts#L74
1) widgets/layout.spec.ts:73:9 › Widget Layout › should be set properly ──────────────────────────
Error: Screenshot comparison failed:
1006 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/snapshots/widgets/layout.spec.ts/apps-drawer-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/widgets-layout-Widget-Layout-should-be-set-properly/apps-drawer-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/widgets-layout-Widget-Layout-should-be-set-properly/apps-drawer-diff.png
Call log:
- expect.toHaveScreenshot(apps-drawer.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_AppsDrawer')
- locator resolved to <div class="mx_AppsDrawer">…</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
- 1006 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_AppsDrawer')
- locator resolved to <div class="mx_AppsDrawer">…</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
- 1006 pixels (ratio 0.01 of all image pixels) are different.
72 |
73 | test("should be set properly", async ({ page }) => {
> 74 | await expect(page.locator(".mx_AppsDrawer")).toMatchScreenshot("apps-drawer.png");
| ^
75 | });
76 |
77 | test("manually resize the height of the top container layout", async ({ page }) => {
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/widgets/layout.spec.ts:74:54
|
Run Playwright tests:
matrix-react-sdk/playwright/e2e/widgets/layout.spec.ts#L74
1) widgets/layout.spec.ts:73:9 › Widget Layout › should be set properly ──────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1006 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/snapshots/widgets/layout.spec.ts/apps-drawer-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/widgets-layout-Widget-Layout-should-be-set-properly-retry1/apps-drawer-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/widgets-layout-Widget-Layout-should-be-set-properly-retry1/apps-drawer-diff.png
Call log:
- expect.toHaveScreenshot(apps-drawer.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_AppsDrawer')
- locator resolved to <div class="mx_AppsDrawer">…</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
- 1006 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_AppsDrawer')
- locator resolved to <div class="mx_AppsDrawer">…</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
- 1006 pixels (ratio 0.01 of all image pixels) are different.
72 |
73 | test("should be set properly", async ({ page }) => {
> 74 | await expect(page.locator(".mx_AppsDrawer")).toMatchScreenshot("apps-drawer.png");
| ^
75 | });
76 |
77 | test("manually resize the height of the top container layout", async ({ page }) => {
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/widgets/layout.spec.ts:74:54
|
Run Playwright tests:
matrix-react-sdk/playwright/e2e/widgets/layout.spec.ts#L74
1) widgets/layout.spec.ts:73:9 › Widget Layout › should be set properly ──────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1006 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/snapshots/widgets/layout.spec.ts/apps-drawer-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/widgets-layout-Widget-Layout-should-be-set-properly-retry2/apps-drawer-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/widgets-layout-Widget-Layout-should-be-set-properly-retry2/apps-drawer-diff.png
Call log:
- expect.toHaveScreenshot(apps-drawer.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_AppsDrawer')
- locator resolved to <div class="mx_AppsDrawer">…</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
- 1006 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_AppsDrawer')
- locator resolved to <div class="mx_AppsDrawer">…</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
- 1006 pixels (ratio 0.01 of all image pixels) are different.
72 |
73 | test("should be set properly", async ({ page }) => {
> 74 | await expect(page.locator(".mx_AppsDrawer")).toMatchScreenshot("apps-drawer.png");
| ^
75 | });
76 |
77 | test("manually resize the height of the top container layout", async ({ page }) => {
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/widgets/layout.spec.ts:74:54
|
Run Playwright tests
Process completed with exit code 1.
|
Run Playwright tests:
matrix-react-sdk/timeline/timeline.spec.ts#L1
matrix-react-sdk/timeline/timeline.spec.ts took 2.7m
|
Run Playwright tests:
matrix-react-sdk/spotlight/spotlight.spec.ts#L1
matrix-react-sdk/spotlight/spotlight.spec.ts took 2.1m
|
Run Playwright tests:
matrix-react-sdk/spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
matrix-react-sdk/spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 1.6m
|
Run Playwright tests:
matrix-react-sdk/threads/threads.spec.ts#L1
matrix-react-sdk/threads/threads.spec.ts took 36.1s
|
Run Playwright tests:
matrix-react-sdk/user-onboarding/user-onboarding-new.spec.ts#L1
matrix-react-sdk/user-onboarding/user-onboarding-new.spec.ts took 31.6s
|
Run Playwright tests
1 failed
widgets/layout.spec.ts:73:9 › Widget Layout › should be set properly ───────────────────────────
4 skipped
66 passed (9.7m)
|
Loading