This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
De-duplicate icons using Compound Design Tokens #861
Annotations
7 errors, 5 warnings, and 1 notice
Run Playwright tests:
matrix-react-sdk/playwright/e2e/forgot-password/forgot-password.spec.ts#L39
1) forgot-password/forgot-password.spec.ts:29:9 › Forgot Password › renders properly ─────────────
Error: Screenshot comparison failed:
28589 pixels (ratio 0.10 of all image pixels) are different.
Expected: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/snapshots/forgot-password/forgot-password.spec.ts/forgot-password-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/forgot-password-forgot-pas-01e25-t-Password-renders-properly/forgot-password-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/forgot-password-forgot-pas-01e25-t-Password-renders-properly/forgot-password-diff.png
Call log:
- expect.toHaveScreenshot(forgot-password.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByRole('main')
- locator resolved to <main class="mx_AuthBody mx_AuthBody_forgot-password">…</main>
- 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
- 28403 pixels (ratio 0.10 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByRole('main')
- locator resolved to <main class="mx_AuthBody mx_AuthBody_forgot-password">…</main>
- 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
- 184 pixels (ratio 0.01 of all image pixels) are different.
- waiting 250ms before taking screenshot
- waiting for getByRole('main')
- locator resolved to <main class="mx_AuthBody mx_AuthBody_forgot-password">…</main>
- 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
- 28589 pixels (ratio 0.10 of all image pixels) are different.
37 | await page.getByRole("button", { name: "Forgot password?" }).click();
38 |
> 39 | await expect(page.getByRole("main")).toMatchScreenshot("forgot-password.png");
| ^
40 | });
41 |
42 | test("renders email verification dialog properly", async ({ page, homeserver }) => {
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/forgot-password/forgot-password.spec.ts:39:46
|
Run Playwright tests:
matrix-react-sdk/playwright/e2e/forgot-password/forgot-password.spec.ts#L39
1) forgot-password/forgot-password.spec.ts:29:9 › Forgot Password › renders properly ─────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
28589 pixels (ratio 0.10 of all image pixels) are different.
Expected: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/snapshots/forgot-password/forgot-password.spec.ts/forgot-password-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/forgot-password-forgot-pas-01e25-t-Password-renders-properly-retry1/forgot-password-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/forgot-password-forgot-pas-01e25-t-Password-renders-properly-retry1/forgot-password-diff.png
Call log:
- expect.toHaveScreenshot(forgot-password.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByRole('main')
- locator resolved to <main class="mx_AuthBody mx_AuthBody_forgot-password">…</main>
- 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
- 28408 pixels (ratio 0.10 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByRole('main')
- locator resolved to <main class="mx_AuthBody mx_AuthBody_forgot-password">…</main>
- 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
- 187 pixels (ratio 0.01 of all image pixels) are different.
- waiting 250ms before taking screenshot
- waiting for getByRole('main')
- locator resolved to <main class="mx_AuthBody mx_AuthBody_forgot-password">…</main>
- 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
- 28589 pixels (ratio 0.10 of all image pixels) are different.
37 | await page.getByRole("button", { name: "Forgot password?" }).click();
38 |
> 39 | await expect(page.getByRole("main")).toMatchScreenshot("forgot-password.png");
| ^
40 | });
41 |
42 | test("renders email verification dialog properly", async ({ page, homeserver }) => {
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/forgot-password/forgot-password.spec.ts:39:46
|
Run Playwright tests:
matrix-react-sdk/playwright/e2e/forgot-password/forgot-password.spec.ts#L39
1) forgot-password/forgot-password.spec.ts:29:9 › Forgot Password › renders properly ─────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
28589 pixels (ratio 0.10 of all image pixels) are different.
Expected: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/snapshots/forgot-password/forgot-password.spec.ts/forgot-password-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/forgot-password-forgot-pas-01e25-t-Password-renders-properly-retry2/forgot-password-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/forgot-password-forgot-pas-01e25-t-Password-renders-properly-retry2/forgot-password-diff.png
Call log:
- expect.toHaveScreenshot(forgot-password.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByRole('main')
- locator resolved to <main class="mx_AuthBody mx_AuthBody_forgot-password">…</main>
- 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
- 28403 pixels (ratio 0.10 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByRole('main')
- locator resolved to <main class="mx_AuthBody mx_AuthBody_forgot-password">…</main>
- 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
- 187 pixels (ratio 0.01 of all image pixels) are different.
- waiting 250ms before taking screenshot
- waiting for getByRole('main')
- locator resolved to <main class="mx_AuthBody mx_AuthBody_forgot-password">…</main>
- 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
- 28589 pixels (ratio 0.10 of all image pixels) are different.
37 | await page.getByRole("button", { name: "Forgot password?" }).click();
38 |
> 39 | await expect(page.getByRole("main")).toMatchScreenshot("forgot-password.png");
| ^
40 | });
41 |
42 | test("renders email verification dialog properly", async ({ page, homeserver }) => {
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/forgot-password/forgot-password.spec.ts:39:46
|
Run Playwright tests:
matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts#L120
2) crypto/crypto.spec.ts:97:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_InteractiveAuthDialog .mx_Dialog_title').getByText('Setting up keys')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_InteractiveAuthDialog .mx_Dialog_title').getByText('Setting up keys')
118 | if (!isDeviceVerified) {
119 | const uiaDialogTitle = page.locator(".mx_InteractiveAuthDialog .mx_Dialog_title");
> 120 | await expect(uiaDialogTitle.getByText("Setting up keys")).toBeVisible();
| ^
121 | await expect(uiaDialogTitle.getByText("Setting up keys")).not.toBeVisible();
122 | }
123 |
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts:120:79
|
Run Playwright tests:
matrix-react-sdk/playwright/e2e/crypto/user-verification.spec.ts#L1
3) crypto/user-verification.spec.ts:34:9 › User verification › can receive a verification request when there is no existing DM
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
matrix-react-sdk/playwright/e2e/crypto/utils.ts#L373
3) crypto/user-verification.spec.ts:34:9 › User verification › can receive a verification request when there is no existing DM
Error: jsHandle.evaluateHandle: Test timeout of 30000ms exceeded.
at crypto/utils.ts:373
371 | botVerificationRequest: JSHandle<VerificationRequest>,
372 | ): Promise<JSHandle<Verifier>> {
> 373 | return botVerificationRequest.evaluateHandle(async (verificationRequest) => {
| ^
374 | while (!verificationRequest.verifier) {
375 | await new Promise((r) => verificationRequest.once("change" as any, r));
376 | }
at awaitVerifier (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/utils.ts:373:35)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/user-verification.spec.ts:67:48
|
Run Playwright tests
Process completed with exit code 1.
|
Run Playwright tests:
matrix-react-sdk/audio-player/audio-player.spec.ts#L1
matrix-react-sdk/audio-player/audio-player.spec.ts took 1.2m
|
Run Playwright tests:
matrix-react-sdk/composer/RTE.spec.ts#L1
matrix-react-sdk/composer/RTE.spec.ts took 1.1m
|
Run Playwright tests:
matrix-react-sdk/crypto/event-shields.spec.ts#L1
matrix-react-sdk/crypto/event-shields.spec.ts took 1.1m
|
Run Playwright tests:
matrix-react-sdk/crypto/decryption-failure-messages.spec.ts#L1
matrix-react-sdk/crypto/decryption-failure-messages.spec.ts took 53.0s
|
Run Playwright tests:
matrix-react-sdk/crypto/device-verification.spec.ts#L1
matrix-react-sdk/crypto/device-verification.spec.ts took 49.2s
|
Run Playwright tests
1 failed
forgot-password/forgot-password.spec.ts:29:9 › Forgot Password › renders properly ──────────────
2 flaky
crypto/crypto.spec.ts:97:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code
crypto/user-verification.spec.ts:34:9 › User verification › can receive a verification request when there is no existing DM
1 skipped
74 passed (12.8m)
|
Loading