End to End Tests #8890
Annotations
2 errors and 1 notice
|
playwright/e2e/timeline/media-preview-settings.spec.ts#L65
2) [Chrome] › playwright/e2e/timeline/media-preview-settings.spec.ts:38:9 › Media preview settings › should be able to hide avatars of inviters @screenshot
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Timeout 5000ms exceeded.
Expected: /home/runner/work/element-web/element-web/playwright/snapshots/timeline/media-preview-settings.spec.ts/invite-with-avatar-linux.png
Call log:
- Expect "toHaveScreenshot(invite-with-avatar.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByRole('complementary').filter({ hasText: 'Do you want to join Test room' })
- Timeout 5000ms exceeded.
63 | await expect(
64 | page.getByRole("complementary").filter({ hasText: "Do you want to join Test room" }),
> 65 | ).toMatchScreenshot("invite-with-avatar.png", {
| ^
66 | // Hide the mxid, which is not stable.
67 | css: `
68 | .mx_RoomPreviewBar_inviter_mxid {
at /home/runner/work/element-web/element-web/playwright/e2e/timeline/media-preview-settings.spec.ts:65:11
|
|
playwright/e2e/oidc/oidc-native.spec.ts#L0
1) [Chrome] › playwright/e2e/oidc/oidc-native.spec.ts:81:9 › OIDC Native › it should log out the user & wipe data when logging out via MAS @no-firefox @no-webkit @screenshot
Error: Request to http://localhost:33565/_matrix/client/v3/publicRooms failed with status 500: {"errcode":"M_FORBIDDEN","error":"User not found"}
at ClientServerApi.request (/home/runner/work/element-web/element-web/node_modules/@element-hq/element-web-playwright-common/lib/utils/api.js:38:19)
at StartedSynapseWithMasContainer.deletePublicRooms (/home/runner/work/element-web/element-web/node_modules/@element-hq/element-web-playwright-common/lib/testcontainers/synapse.js:277:34)
at StartedSynapseWithMasContainer.onTestFinished (/home/runner/work/element-web/element-web/node_modules/@element-hq/element-web-playwright-common/lib/testcontainers/synapse.js:272:9)
at Object.context (/home/runner/work/element-web/element-web/node_modules/@element-hq/element-web-playwright-common/lib/fixtures/services.js:112:9)
|
|
2 flaky
[Chrome] › playwright/e2e/oidc/oidc-native.spec.ts:81:9 › OIDC Native › it should log out the user & wipe data when logging out via MAS @no-firefox @no-webkit @screenshot
[Chrome] › playwright/e2e/timeline/media-preview-settings.spec.ts:38:9 › Media preview settings › should be able to hide avatars of inviters @screenshot
85 passed (10.1m)
|
The logs for this run have expired and are no longer available.
Loading