End to End Tests #10362
Annotations
3 errors and 1 notice
|
playwright/e2e/crypto/event-shields.spec.ts#L202
3) [Chrome] › playwright/e2e/crypto/event-shields.spec.ts:164:13 › Cryptography › event shields › Should show a grey padlock for a key restored from backup
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('.mx_EventTile_last')
Expected string: "test encrypted 1"
Received: <element(s) not found>
Call log:
- Expect "toContainText" with timeout 5000ms
- waiting for locator('.mx_EventTile_last')
200 | /* go back to the test room and find Bob's message again */
201 | await app.viewRoomById(testRoomId);
> 202 | await expect(lastTile).toContainText("test encrypted 1");
| ^
203 | // The gray shield would be a mx_EventTile_e2eIcon_normal. The red shield would be a mx_EventTile_e2eIcon_warning.
204 | // No shield would have no div mx_EventTile_e2eIcon at all.
205 | await expect(lastTileE2eIcon).toHaveClass(/mx_EventTile_e2eIcon_normal/);
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/event-shields.spec.ts:202:36
|
|
playwright/e2e/audio-player/audio-player.spec.ts#L106
2) [Chrome] › playwright/e2e/audio-player/audio-player.spec.ts:221:9 › Audio player › should support replying to audio file with another audio file @no-firefox @no-webkit @screenshot
Error: expect(locator).toHaveScreenshot(expected)
40 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: Selected-EventTile-of-audio-player-with-a-reply-irc-layout.png
Call log:
- Expect "toHaveScreenshot(Selected-EventTile-of-audio-player-with-a-reply-irc-layout.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_EventTile_last')
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" data-layout="irc" aria-atomic="true" data-has-reply="true" data-event-id="$-HDY-W2QpkaeC2tVJvIyHyJdbxb7DP81Qa6hCx_X2tY" data-scroll-tokens="$-HDY-W2QpkaeC2tVJvIyHyJdbxb7DP81Qa6hCx_X2tY" class="mx_EventTile mx_EventTile_selected mx_EventTile_continuation mx_EventTile_last mx_EventTile_lastInSection">…</li>
- 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
- 40 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_EventTile_last')
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" data-layout="irc" aria-atomic="true" data-has-reply="true" data-event-id="$-HDY-W2QpkaeC2tVJvIyHyJdbxb7DP81Qa6hCx_X2tY" data-scroll-tokens="$-HDY-W2QpkaeC2tVJvIyHyJdbxb7DP81Qa6hCx_X2tY" class="mx_EventTile mx_EventTile_selected mx_EventTile_continuation mx_EventTile_last mx_EventTile_lastInSection">…</li>
- 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
- 40 pixels (ratio 0.01 of all image pixels) are different.
104 |
105 | // Take a snapshot of mx_EventTile_last on IRC layout
> 106 | await expect(page.locator(".mx_EventTile_last")).toMatchScreenshot(
| ^
107 | `${detail.replaceAll(" ", "-")}-irc-layout.png`,
108 | screenshotOptions,
109 | );
at takeSnapshots (/home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:106:58)
at /home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:245:13
|
|
playwright/e2e/app-loading/stored-credentials.spec.ts#L42
1) [Chrome] › playwright/e2e/app-loading/stored-credentials.spec.ts:26:5 › Shows the last known page on reload
Error: Timed out 5000ms waiting for expect(page).toHaveURL(expected)
Expected pattern: /\/#\/room\//
Received string: "http://localhost:8080/#/home"
Call log:
- Expect "toHaveURL" with timeout 5000ms
9 × unexpected value "http://localhost:8080/#/home"
40 |
41 | // Check that the room reloaded
> 42 | await expect(page).toHaveURL(/\/#\/room\//);
| ^
43 | await expect(page.locator(".mx_RoomHeader")).toContainText("Test Room");
44 | });
45 |
at /home/runner/work/element-web/element-web/playwright/e2e/app-loading/stored-credentials.spec.ts:42:24
|
|
3 flaky
[Chrome] › playwright/e2e/app-loading/stored-credentials.spec.ts:26:5 › Shows the last known page on reload
[Chrome] › playwright/e2e/audio-player/audio-player.spec.ts:221:9 › Audio player › should support replying to audio file with another audio file @no-firefox @no-webkit @screenshot
[Chrome] › playwright/e2e/crypto/event-shields.spec.ts:164:13 › Cryptography › event shields › Should show a grey padlock for a key restored from backup
140 passed (14.1m)
|
The logs for this run have expired and are no longer available.
Loading