End to End Tests #4226
Annotations
1 error, 4 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/audio-player/audio-player.spec.ts#L81
1) [Dendrite] › audio-player/audio-player.spec.ts:150:9 › Audio player › should be correctly rendered - light theme with monospace font @no-firefox @no-webkit @screenshot
Error: expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
79 |
80 | // Check the status of the seek bar
> 81 | expect(await page.locator(".mx_AudioPlayer_seek input[type='range']").count()).toBeGreaterThan(0);
| ^
82 |
83 | // Enable IRC layout
84 | await app.settings.setValue("layout", null, SettingLevel.DEVICE, Layout.IRC);
at takeSnapshots (/home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:81:88)
at /home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:156:13
|
Run Playwright tests:
[Dendrite] › crypto/event-shields.spec.ts#L1
[Dendrite] › crypto/event-shields.spec.ts took 49.4s
|
Run Playwright tests:
[Dendrite] › messages/messages.spec.ts#L1
[Dendrite] › messages/messages.spec.ts took 47.3s
|
Run Playwright tests:
[Dendrite] › composer/RTE.spec.ts#L1
[Dendrite] › composer/RTE.spec.ts took 31.2s
|
Run Playwright tests:
[Dendrite] › crypto/device-verification.spec.ts#L1
[Dendrite] › crypto/device-verification.spec.ts took 22.4s
|
Run Playwright tests
1 flaky
[Dendrite] › audio-player/audio-player.spec.ts:150:9 › Audio player › should be correctly rendered - light theme with monospace font @no-firefox @no-webkit @screenshot
33 skipped
88 passed (5.3m)
|
Loading