Templatable document title (via Module API) #4215
Annotations
10 errors, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/branding/title.spec.ts#L18
1) [Chrome] › branding/title.spec.ts:15:9 › Test without branding config › Shows standard branding when showing the home page
Error: expect(received).toEqual(expected) // deep equality
Expected: "Element *"
Received: {Symbol(async_id_symbol): 556924, Symbol(trigger_async_id_symbol): 547915, Symbol(kResourceStore): undefined}
16 | await page.goto("/");
17 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
> 18 | expect(page.title()).toEqual("Element *");
| ^
19 | });
20 | test("Shows standard branding when showing a room", async ({ app, pageWithCredentials: page }) => {
21 | await app.client.createRoom({ name: "Test Room" });
at /home/runner/work/element-web/element-web/playwright/e2e/branding/title.spec.ts:18:30
|
Run Playwright tests:
playwright/e2e/branding/title.spec.ts#L18
1) [Chrome] › branding/title.spec.ts:15:9 › Test without branding config › Shows standard branding when showing the home page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "Element *"
Received: {Symbol(async_id_symbol): 31774, Symbol(trigger_async_id_symbol): 15486, Symbol(kResourceStore): undefined}
16 | await page.goto("/");
17 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
> 18 | expect(page.title()).toEqual("Element *");
| ^
19 | });
20 | test("Shows standard branding when showing a room", async ({ app, pageWithCredentials: page }) => {
21 | await app.client.createRoom({ name: "Test Room" });
at /home/runner/work/element-web/element-web/playwright/e2e/branding/title.spec.ts:18:30
|
Run Playwright tests:
playwright/e2e/branding/title.spec.ts#L18
1) [Chrome] › branding/title.spec.ts:15:9 › Test without branding config › Shows standard branding when showing the home page
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "Element *"
Received: {Symbol(async_id_symbol): 19758, Symbol(trigger_async_id_symbol): 10889, Symbol(kResourceStore): undefined}
16 | await page.goto("/");
17 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
> 18 | expect(page.title()).toEqual("Element *");
| ^
19 | });
20 | test("Shows standard branding when showing a room", async ({ app, pageWithCredentials: page }) => {
21 | await app.client.createRoom({ name: "Test Room" });
at /home/runner/work/element-web/element-web/playwright/e2e/branding/title.spec.ts:18:30
|
Run Playwright tests:
eval at evaluate (:234:30)#L1
2) [Chrome] › branding/title.spec.ts:20:9 › Test without branding config › Shows standard branding when showing a room
Error: page.evaluateHandle: TypeError: Cannot read properties of undefined (reading 'get')
at eval (eval at evaluate (:234:30), <anonymous>:1:32)
at UtilityScript.evaluate (<anonymous>:236:17)
at UtilityScript.<anonymous> (<anonymous>:1:44)
at eval (/home/runner/work/element-web/element-web/eval at evaluate (:234:30), <anonymous>:1:32)
at UtilityScript.evaluate (/home/runner/work/element-web/element-web/<anonymous>:236:17)
at UtilityScript.<anonymous> (/home/runner/work/element-web/element-web/<anonymous>:1:44)
at Client.getClientHandle (/home/runner/work/element-web/element-web/playwright/pages/client.ts:37:26)
at Client.prepareClient (/home/runner/work/element-web/element-web/playwright/pages/client.ts:42:38)
at Client.createRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:179:35)
at /home/runner/work/element-web/element-web/playwright/e2e/branding/title.spec.ts:21:26
|
Run Playwright tests:
eval at evaluate (:234:30)#L1
2) [Chrome] › branding/title.spec.ts:20:9 › Test without branding config › Shows standard branding when showing a room
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluateHandle: TypeError: Cannot read properties of undefined (reading 'get')
at eval (eval at evaluate (:234:30), <anonymous>:1:32)
at UtilityScript.evaluate (<anonymous>:236:17)
at UtilityScript.<anonymous> (<anonymous>:1:44)
at eval (/home/runner/work/element-web/element-web/eval at evaluate (:234:30), <anonymous>:1:32)
at UtilityScript.evaluate (/home/runner/work/element-web/element-web/<anonymous>:236:17)
at UtilityScript.<anonymous> (/home/runner/work/element-web/element-web/<anonymous>:1:44)
at Client.getClientHandle (/home/runner/work/element-web/element-web/playwright/pages/client.ts:37:26)
at Client.prepareClient (/home/runner/work/element-web/element-web/playwright/pages/client.ts:42:38)
at Client.createRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:179:35)
at /home/runner/work/element-web/element-web/playwright/e2e/branding/title.spec.ts:21:26
|
Run Playwright tests:
eval at evaluate (:234:30)#L1
2) [Chrome] › branding/title.spec.ts:20:9 › Test without branding config › Shows standard branding when showing a room
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluateHandle: TypeError: Cannot read properties of undefined (reading 'get')
at eval (eval at evaluate (:234:30), <anonymous>:1:32)
at UtilityScript.evaluate (<anonymous>:236:17)
at UtilityScript.<anonymous> (<anonymous>:1:44)
at eval (/home/runner/work/element-web/element-web/eval at evaluate (:234:30), <anonymous>:1:32)
at UtilityScript.evaluate (/home/runner/work/element-web/element-web/<anonymous>:236:17)
at UtilityScript.<anonymous> (/home/runner/work/element-web/element-web/<anonymous>:1:44)
at Client.getClientHandle (/home/runner/work/element-web/element-web/playwright/pages/client.ts:37:26)
at Client.prepareClient (/home/runner/work/element-web/element-web/playwright/pages/client.ts:42:38)
at Client.createRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:179:35)
at /home/runner/work/element-web/element-web/playwright/e2e/branding/title.spec.ts:21:26
|
Run Playwright tests:
playwright/e2e/branding/title.spec.ts#L36
3) [Chrome] › branding/title.spec.ts:33:9 › Test with custom branding › Shows custom branding when showing the home page
Error: expect(received).toEqual(expected) // deep equality
Expected: "TestingApp TestBrand * $ignoredParameter"
Received: {Symbol(async_id_symbol): 19577, Symbol(trigger_async_id_symbol): 10834, Symbol(kResourceStore): undefined}
34 | await page.goto("/");
35 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
> 36 | expect(page.title()).toEqual("TestingApp TestBrand * $ignoredParameter");
| ^
37 | });
38 | test("Shows custom branding when showing a room", async ({ app, pageWithCredentials: page }) => {
39 | await app.client.createRoom({ name: "Test Room" });
at /home/runner/work/element-web/element-web/playwright/e2e/branding/title.spec.ts:36:30
|
Run Playwright tests:
playwright/e2e/branding/title.spec.ts#L36
3) [Chrome] › branding/title.spec.ts:33:9 › Test with custom branding › Shows custom branding when showing the home page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "TestingApp TestBrand * $ignoredParameter"
Received: {Symbol(async_id_symbol): 31468, Symbol(trigger_async_id_symbol): 15173, Symbol(kResourceStore): undefined}
34 | await page.goto("/");
35 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
> 36 | expect(page.title()).toEqual("TestingApp TestBrand * $ignoredParameter");
| ^
37 | });
38 | test("Shows custom branding when showing a room", async ({ app, pageWithCredentials: page }) => {
39 | await app.client.createRoom({ name: "Test Room" });
at /home/runner/work/element-web/element-web/playwright/e2e/branding/title.spec.ts:36:30
|
Run Playwright tests:
playwright/e2e/branding/title.spec.ts#L36
3) [Chrome] › branding/title.spec.ts:33:9 › Test with custom branding › Shows custom branding when showing the home page
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "TestingApp TestBrand * $ignoredParameter"
Received: {Symbol(async_id_symbol): 19180, Symbol(trigger_async_id_symbol): 10768, Symbol(kResourceStore): undefined}
34 | await page.goto("/");
35 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
> 36 | expect(page.title()).toEqual("TestingApp TestBrand * $ignoredParameter");
| ^
37 | });
38 | test("Shows custom branding when showing a room", async ({ app, pageWithCredentials: page }) => {
39 | await app.client.createRoom({ name: "Test Room" });
at /home/runner/work/element-web/element-web/playwright/e2e/branding/title.spec.ts:36:30
|
Run Playwright tests:
eval at evaluate (:234:30)#L1
4) [Chrome] › branding/title.spec.ts:38:9 › Test with custom branding › Shows custom branding when showing a room
Error: page.evaluateHandle: TypeError: Cannot read properties of undefined (reading 'get')
at eval (eval at evaluate (:234:30), <anonymous>:1:32)
at UtilityScript.evaluate (<anonymous>:236:17)
at UtilityScript.<anonymous> (<anonymous>:1:44)
at eval (/home/runner/work/element-web/element-web/eval at evaluate (:234:30), <anonymous>:1:32)
at UtilityScript.evaluate (/home/runner/work/element-web/element-web/<anonymous>:236:17)
at UtilityScript.<anonymous> (/home/runner/work/element-web/element-web/<anonymous>:1:44)
at Client.getClientHandle (/home/runner/work/element-web/element-web/playwright/pages/client.ts:37:26)
at Client.prepareClient (/home/runner/work/element-web/element-web/playwright/pages/client.ts:42:38)
at Client.createRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:179:35)
at /home/runner/work/element-web/element-web/playwright/e2e/branding/title.spec.ts:39:26
|
Run Playwright tests:
[Chrome] › audio-player/audio-player.spec.ts#L1
[Chrome] › audio-player/audio-player.spec.ts took 39.6s
|
Run Playwright tests:
[Chrome] › composer/RTE.spec.ts#L1
[Chrome] › composer/RTE.spec.ts took 36.5s
|
Run Playwright tests:
[Chrome] › crypto/decryption-failure-messages.spec.ts#L1
[Chrome] › crypto/decryption-failure-messages.spec.ts took 34.9s
|
Run Playwright tests:
[Chrome] › crypto/crypto.spec.ts#L1
[Chrome] › crypto/crypto.spec.ts took 33.8s
|
Run Playwright tests:
[Chrome] › crypto/device-verification.spec.ts#L1
[Chrome] › crypto/device-verification.spec.ts took 23.9s
|
Run Playwright tests
4 failed
[Chrome] › branding/title.spec.ts:15:9 › Test without branding config › Shows standard branding when showing the home page
[Chrome] › branding/title.spec.ts:20:9 › Test without branding config › Shows standard branding when showing a room
[Chrome] › branding/title.spec.ts:33:9 › Test with custom branding › Shows custom branding when showing the home page
[Chrome] › branding/title.spec.ts:38:9 › Test with custom branding › Shows custom branding when showing a room
51 passed (5.4m)
|
Loading