Run Playwright tests against Dendrite & Pinecone periodically #4089
Annotations
10 errors and 1 notice
Run Playwright tests:
playwright/testcontainers/dendrite.ts#L240
1) [Dendrite] › read-receipts/room-list-order.spec.ts:15:13 › Read receipts › Room list order › Rooms with unread messages appear at the top of room list if 'unread first' is selected @mergequeue
Error: Dendrite does not support MAS.
at ../testcontainers/dendrite.ts:240
238 |
239 | public withMatrixAuthenticationService(mas?: StartedMatrixAuthenticationServiceContainer): this {
> 240 | throw new Error("Dendrite does not support MAS.");
| ^
241 | }
242 |
243 | public override async start(): Promise<StartedDendriteContainer> {
at DendriteContainer.withMatrixAuthenticationService (/home/runner/work/element-web/element-web/playwright/testcontainers/dendrite.ts:240:15)
at Object.exports.test._test.test.extend.homeserver.scope (/home/runner/work/element-web/element-web/playwright/services.ts:141:18)
|
Run Playwright tests:
playwright/testcontainers/dendrite.ts#L240
1) [Dendrite] › read-receipts/room-list-order.spec.ts:15:13 › Read receipts › Room list order › Rooms with unread messages appear at the top of room list if 'unread first' is selected @mergequeue
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Dendrite does not support MAS.
at ../testcontainers/dendrite.ts:240
238 |
239 | public withMatrixAuthenticationService(mas?: StartedMatrixAuthenticationServiceContainer): this {
> 240 | throw new Error("Dendrite does not support MAS.");
| ^
241 | }
242 |
243 | public override async start(): Promise<StartedDendriteContainer> {
at DendriteContainer.withMatrixAuthenticationService (/home/runner/work/element-web/element-web/playwright/testcontainers/dendrite.ts:240:15)
at Object.exports.test._test.test.extend.homeserver.scope (/home/runner/work/element-web/element-web/playwright/services.ts:141:18)
|
Run Playwright tests:
playwright/testcontainers/dendrite.ts#L240
1) [Dendrite] › read-receipts/room-list-order.spec.ts:15:13 › Read receipts › Room list order › Rooms with unread messages appear at the top of room list if 'unread first' is selected @mergequeue
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Dendrite does not support MAS.
at ../testcontainers/dendrite.ts:240
238 |
239 | public withMatrixAuthenticationService(mas?: StartedMatrixAuthenticationServiceContainer): this {
> 240 | throw new Error("Dendrite does not support MAS.");
| ^
241 | }
242 |
243 | public override async start(): Promise<StartedDendriteContainer> {
at DendriteContainer.withMatrixAuthenticationService (/home/runner/work/element-web/element-web/playwright/testcontainers/dendrite.ts:240:15)
at Object.exports.test._test.test.extend.homeserver.scope (/home/runner/work/element-web/element-web/playwright/services.ts:141:18)
|
Run Playwright tests:
playwright/testcontainers/dendrite.ts#L240
2) [Dendrite] › read-receipts/room-list-order.spec.ts:33:13 › Read receipts › Room list order › Rooms with unread threads appear at the top of room list if 'unread first' is selected @mergequeue
Error: Dendrite does not support MAS.
at ../testcontainers/dendrite.ts:240
238 |
239 | public withMatrixAuthenticationService(mas?: StartedMatrixAuthenticationServiceContainer): this {
> 240 | throw new Error("Dendrite does not support MAS.");
| ^
241 | }
242 |
243 | public override async start(): Promise<StartedDendriteContainer> {
at DendriteContainer.withMatrixAuthenticationService (/home/runner/work/element-web/element-web/playwright/testcontainers/dendrite.ts:240:15)
at Object.exports.test._test.test.extend.homeserver.scope (/home/runner/work/element-web/element-web/playwright/services.ts:141:18)
|
Run Playwright tests:
playwright/testcontainers/dendrite.ts#L240
2) [Dendrite] › read-receipts/room-list-order.spec.ts:33:13 › Read receipts › Room list order › Rooms with unread threads appear at the top of room list if 'unread first' is selected @mergequeue
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Dendrite does not support MAS.
at ../testcontainers/dendrite.ts:240
238 |
239 | public withMatrixAuthenticationService(mas?: StartedMatrixAuthenticationServiceContainer): this {
> 240 | throw new Error("Dendrite does not support MAS.");
| ^
241 | }
242 |
243 | public override async start(): Promise<StartedDendriteContainer> {
at DendriteContainer.withMatrixAuthenticationService (/home/runner/work/element-web/element-web/playwright/testcontainers/dendrite.ts:240:15)
at Object.exports.test._test.test.extend.homeserver.scope (/home/runner/work/element-web/element-web/playwright/services.ts:141:18)
|
Run Playwright tests:
playwright/testcontainers/dendrite.ts#L240
2) [Dendrite] › read-receipts/room-list-order.spec.ts:33:13 › Read receipts › Room list order › Rooms with unread threads appear at the top of room list if 'unread first' is selected @mergequeue
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Dendrite does not support MAS.
at ../testcontainers/dendrite.ts:240
238 |
239 | public withMatrixAuthenticationService(mas?: StartedMatrixAuthenticationServiceContainer): this {
> 240 | throw new Error("Dendrite does not support MAS.");
| ^
241 | }
242 |
243 | public override async start(): Promise<StartedDendriteContainer> {
at DendriteContainer.withMatrixAuthenticationService (/home/runner/work/element-web/element-web/playwright/testcontainers/dendrite.ts:240:15)
at Object.exports.test._test.test.extend.homeserver.scope (/home/runner/work/element-web/element-web/playwright/services.ts:141:18)
|
Run Playwright tests:
playwright/testcontainers/dendrite.ts#L240
3) [Dendrite] › regression-tests/pills-click-in-app.spec.ts:16:9 › Pills › should navigate clicks internally to the app
Error: Dendrite does not support MAS.
at ../testcontainers/dendrite.ts:240
238 |
239 | public withMatrixAuthenticationService(mas?: StartedMatrixAuthenticationServiceContainer): this {
> 240 | throw new Error("Dendrite does not support MAS.");
| ^
241 | }
242 |
243 | public override async start(): Promise<StartedDendriteContainer> {
at DendriteContainer.withMatrixAuthenticationService (/home/runner/work/element-web/element-web/playwright/testcontainers/dendrite.ts:240:15)
at Object.exports.test._test.test.extend.homeserver.scope (/home/runner/work/element-web/element-web/playwright/services.ts:141:18)
|
Run Playwright tests:
playwright/testcontainers/dendrite.ts#L240
3) [Dendrite] › regression-tests/pills-click-in-app.spec.ts:16:9 › Pills › should navigate clicks internally to the app
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Dendrite does not support MAS.
at ../testcontainers/dendrite.ts:240
238 |
239 | public withMatrixAuthenticationService(mas?: StartedMatrixAuthenticationServiceContainer): this {
> 240 | throw new Error("Dendrite does not support MAS.");
| ^
241 | }
242 |
243 | public override async start(): Promise<StartedDendriteContainer> {
at DendriteContainer.withMatrixAuthenticationService (/home/runner/work/element-web/element-web/playwright/testcontainers/dendrite.ts:240:15)
at Object.exports.test._test.test.extend.homeserver.scope (/home/runner/work/element-web/element-web/playwright/services.ts:141:18)
|
Run Playwright tests:
playwright/testcontainers/dendrite.ts#L240
3) [Dendrite] › regression-tests/pills-click-in-app.spec.ts:16:9 › Pills › should navigate clicks internally to the app
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Dendrite does not support MAS.
at ../testcontainers/dendrite.ts:240
238 |
239 | public withMatrixAuthenticationService(mas?: StartedMatrixAuthenticationServiceContainer): this {
> 240 | throw new Error("Dendrite does not support MAS.");
| ^
241 | }
242 |
243 | public override async start(): Promise<StartedDendriteContainer> {
at DendriteContainer.withMatrixAuthenticationService (/home/runner/work/element-web/element-web/playwright/testcontainers/dendrite.ts:240:15)
at Object.exports.test._test.test.extend.homeserver.scope (/home/runner/work/element-web/element-web/playwright/services.ts:141:18)
|
Run Playwright tests:
playwright/testcontainers/dendrite.ts#L240
4) [Dendrite] › release-announcement/releaseAnnouncement.spec.ts:21:9 › Release announcement › should display the release announcement process @screenshot
Error: Dendrite does not support MAS.
at ../testcontainers/dendrite.ts:240
238 |
239 | public withMatrixAuthenticationService(mas?: StartedMatrixAuthenticationServiceContainer): this {
> 240 | throw new Error("Dendrite does not support MAS.");
| ^
241 | }
242 |
243 | public override async start(): Promise<StartedDendriteContainer> {
at DendriteContainer.withMatrixAuthenticationService (/home/runner/work/element-web/element-web/playwright/testcontainers/dendrite.ts:240:15)
at Object.exports.test._test.test.extend.homeserver.scope (/home/runner/work/element-web/element-web/playwright/services.ts:141:18)
|
Run Playwright tests
17 failed
[Dendrite] › read-receipts/room-list-order.spec.ts:15:13 › Read receipts › Room list order › Rooms with unread messages appear at the top of room list if 'unread first' is selected @mergequeue
[Dendrite] › read-receipts/room-list-order.spec.ts:33:13 › Read receipts › Room list order › Rooms with unread threads appear at the top of room list if 'unread first' is selected @mergequeue
[Dendrite] › regression-tests/pills-click-in-app.spec.ts:16:9 › Pills › should navigate clicks internally to the app
[Dendrite] › release-announcement/releaseAnnouncement.spec.ts:21:9 › Release announcement › should display the release announcement process @screenshot
[Dendrite] › right-panel/file-panel.spec.ts:44:13 › FilePanel › render › should render empty state @no-firefox @no-webkit @screenshot
[Dendrite] › right-panel/file-panel.spec.ts:52:13 › FilePanel › render › should list tiles on the panel @no-firefox @no-webkit @screenshot
[Dendrite] › right-panel/file-panel.spec.ts:137:13 › FilePanel › render › should render the audio player and play the audio file on the panel @no-firefox @no-webkit
[Dendrite] › right-panel/file-panel.spec.ts:170:13 › FilePanel › render › should render file size in kibibytes on a file tile @no-firefox @no-webkit
[Dendrite] › right-panel/notification-panel.spec.ts:24:9 › NotificationPanel › should render empty state @screenshot
[Dendrite] › right-panel/right-panel.spec.ts:41:13 › RightPanel › in rooms › should handle long room address and long room name @screenshot
[Dendrite] › right-panel/right-panel.spec.ts:70:13 › RightPanel › in rooms › should handle clicking add widgets
[Dendrite] › right-panel/right-panel.spec.ts:78:13 › RightPanel › in rooms › should handle viewing export chat
[Dendrite] › right-panel/right-panel.spec.ts:85:13 › RightPanel › in rooms › should handle viewing share room
[Dendrite] › right-panel/right-panel.spec.ts:92:13 › RightPanel › in rooms › should handle viewing room settings
[Dendrite] › right-panel/right-panel.spec.ts:100:13 › RightPanel › in rooms › should handle viewing files
[Dendrite] › right-panel/right-panel.spec.ts:111:13 › RightPanel › in rooms › should handle viewing room member
[Dendrite] › right-panel/right-panel.spec.ts:130:13 › RightPanel › in spaces › should handle viewing space member
60 skipped
|
Loading