This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
Remove ts-ignores where no longer necessary #389
Annotations
3 errors, 5 warnings, and 1 notice
Run Playwright tests:
matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts#L1
1) audio-player/audio-player.spec.ts:235:9 › Audio player › should support creating a reply chain with multiple audio files
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts#L246
1) audio-player/audio-player.spec.ts:235:9 › Audio player › should support creating a reply chain with multiple audio files
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_EventTile_last').getByRole('button', { name: 'Reply', exact: true })
244 | const clickButtonReply = async () => {
245 | await tile.hover();
> 246 | await tile.getByRole("button", { name: "Reply", exact: true }).click();
| ^
247 | };
248 |
249 | await uploadFile(page, "playwright/sample-files/upload-first.ogg");
at clickButtonReply (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:246:76)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:262:9
|
Run Playwright tests:
matrix-react-sdk/playwright/e2e/crypto/dehydration.spec.ts#L72
2) crypto/dehydration.spec.ts:52:5 › Dehydration › Create dehydrated device ──────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_Dialog').getByRole('heading', { name: 'Secure Backup successful' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_Dialog').getByRole('heading', { name: 'Secure Backup successful' })
70 | await currentDialogLocator.getByRole("button", { name: "Continue", exact: true }).click();
71 |
> 72 | await expect(currentDialogLocator.getByRole("heading", { name: "Secure Backup successful" })).toBeVisible();
| ^
73 | await currentDialogLocator.getByRole("button", { name: "Done", exact: true }).click();
74 |
75 | // Open the settings again
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/dehydration.spec.ts:72:103
|
Run Playwright tests:
matrix-react-sdk/composer/RTE.spec.ts#L1
matrix-react-sdk/composer/RTE.spec.ts took 1.2m
|
Run Playwright tests:
matrix-react-sdk/crypto/crypto.spec.ts#L1
matrix-react-sdk/crypto/crypto.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 58.1s
|
Run Playwright tests:
matrix-react-sdk/crypto/device-verification.spec.ts#L1
matrix-react-sdk/crypto/device-verification.spec.ts took 49.6s
|
Run Playwright tests:
matrix-react-sdk/crypto/decryption-failure-messages.spec.ts#L1
matrix-react-sdk/crypto/decryption-failure-messages.spec.ts took 42.4s
|
Run Playwright tests
2 flaky
audio-player/audio-player.spec.ts:235:9 › Audio player › should support creating a reply chain with multiple audio files
crypto/dehydration.spec.ts:52:5 › Dehydration › Create dehydrated device ───────────────────────
1 skipped
74 passed (12.3m)
|
Loading