Implement MSC4142: Remove unintentional intentional mentions in replies #1620
Annotations
2 errors, 5 warnings, and 1 notice
Run Playwright tests:
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:
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/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:246:76)
at /home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:262:9
|
Run Playwright tests:
composer/RTE.spec.ts#L1
composer/RTE.spec.ts took 1.1m
|
Run Playwright tests:
crypto/crypto.spec.ts#L1
crypto/crypto.spec.ts took 1.0m
|
Run Playwright tests:
crypto/event-shields.spec.ts#L1
crypto/event-shields.spec.ts took 1.0m
|
Run Playwright tests:
crypto/decryption-failure-messages.spec.ts#L1
crypto/decryption-failure-messages.spec.ts took 51.1s
|
Run Playwright tests:
crypto/device-verification.spec.ts#L1
crypto/device-verification.spec.ts took 46.0s
|
Run Playwright tests
1 flaky
audio-player/audio-player.spec.ts:235:9 › Audio player › should support creating a reply chain with multiple audio files
1 skipped
76 passed (11.6m)
|
Loading