Migrate to React 18 createRoot API #1797
Annotations
19 errors, 29 warnings, and 6 notices
right-panel/right-panel.spec.ts:41:13 βΊ RightPanel βΊ in rooms βΊ should handle long room address and long room name:
playwright/e2e/right-panel/right-panel.spec.ts#L51
1) right-panel/right-panel.spec.ts:41:13 βΊ RightPanel βΊ in rooms βΊ should handle long room address and long room name
Error: Timed out 5000ms waiting for expect(locator).toHaveClass(expected)
Locator: locator('.mx_SettingsFieldset').filter({ hasText: 'Local Addresses' }).getByText('#loremIpsumDolorSitAmetConsecteturAdipisicingElitSedDoEiusmodTemporIncididuntUtLaboreEtDoloreMagnaAliqua:localhost')
Expected string: "mx_EditableItem_item"
Received: <element(s) not found>
Call log:
- expect.toHaveClass with timeout 5000ms
- waiting for locator('.mx_SettingsFieldset').filter({ hasText: 'Local Addresses' }).getByText('#loremIpsumDolorSitAmetConsecteturAdipisicingElitSedDoEiusmodTemporIncididuntUtLaboreEtDoloreMagnaAliqua:localhost')
49 | await localAddresses.getByRole("textbox").fill(ROOM_ADDRESS_LONG);
50 | await localAddresses.getByRole("button", { name: "Add" }).click();
> 51 | await expect(localAddresses.getByText(`#${ROOM_ADDRESS_LONG}:localhost`)).toHaveClass(
| ^
52 | "mx_EditableItem_item",
53 | );
54 |
at /home/runner/work/element-web/element-web/playwright/e2e/right-panel/right-panel.spec.ts:51:87
|
read-receipts/read-receipts.spec.ts:279:9 βΊ Read receipts βΊ Should send the correct receipts:
playwright/e2e/read-receipts/read-receipts.spec.ts#L1
1) read-receipts/read-receipts.spec.ts:279:9 βΊ Read receipts βΊ Should send the correct receipts ββ
Test timeout of 30000ms exceeded.
|
read-receipts/read-receipts.spec.ts:279:9 βΊ Read receipts βΊ Should send the correct receipts:
playwright/e2e/read-receipts/read-receipts.spec.ts#L310
1) read-receipts/read-receipts.spec.ts:279:9 βΊ Read receipts βΊ Should send the correct receipts ββ
Error: page.waitForRequest: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for request /http:\/\/localhost:\d+\/_matrix\/client\/v3\/roomβ¦/
============================================================
308 |
309 | // the following code tests the fully read marker somewhere in the middle of the room
> 310 | const readMarkersRequestPromise = page.waitForRequest(
| ^
311 | new RegExp(`http://localhost:\\d+/_matrix/client/v3/rooms/${uriEncodedOtherRoomId}/read_markers`),
312 | );
313 |
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:310:48
|
read-receipts/read-receipts.spec.ts:279:9 βΊ Read receipts βΊ Should send the correct receipts:
playwright/e2e/read-receipts/read-receipts.spec.ts#L1
1) read-receipts/read-receipts.spec.ts:279:9 βΊ Read receipts βΊ Should send the correct receipts ββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Test timeout of 30000ms exceeded.
|
read-receipts/read-receipts.spec.ts:279:9 βΊ Read receipts βΊ Should send the correct receipts:
playwright/e2e/read-receipts/read-receipts.spec.ts#L310
1) read-receipts/read-receipts.spec.ts:279:9 βΊ Read receipts βΊ Should send the correct receipts ββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: page.waitForRequest: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for request /http:\/\/localhost:\d+\/_matrix\/client\/v3\/roomβ¦/
============================================================
308 |
309 | // the following code tests the fully read marker somewhere in the middle of the room
> 310 | const readMarkersRequestPromise = page.waitForRequest(
| ^
311 | new RegExp(`http://localhost:\\d+/_matrix/client/v3/rooms/${uriEncodedOtherRoomId}/read_markers`),
312 | );
313 |
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:310:48
|
read-receipts/read-receipts.spec.ts:279:9 βΊ Read receipts βΊ Should send the correct receipts:
playwright/e2e/read-receipts/read-receipts.spec.ts#L1
1) read-receipts/read-receipts.spec.ts:279:9 βΊ Read receipts βΊ Should send the correct receipts ββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Test timeout of 30000ms exceeded.
|
read-receipts/read-receipts.spec.ts:279:9 βΊ Read receipts βΊ Should send the correct receipts:
playwright/e2e/read-receipts/read-receipts.spec.ts#L310
1) read-receipts/read-receipts.spec.ts:279:9 βΊ Read receipts βΊ Should send the correct receipts ββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: page.waitForRequest: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for request /http:\/\/localhost:\d+\/_matrix\/client\/v3\/roomβ¦/
============================================================
308 |
309 | // the following code tests the fully read marker somewhere in the middle of the room
> 310 | const readMarkersRequestPromise = page.waitForRequest(
| ^
311 | new RegExp(`http://localhost:\\d+/_matrix/client/v3/rooms/${uriEncodedOtherRoomId}/read_markers`),
312 | );
313 |
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:310:48
|
Run Tests 4/6
Process completed with exit code 1.
|
widgets/layout.spec.ts:77:9 βΊ Widget Layout βΊ manually resize the height of the top container layout:
playwright/e2e/widgets/layout.spec.ts#L86
1) widgets/layout.spec.ts:77:9 βΊ Widget Layout βΊ manually resize the height of the top container layout
Error: locator.boundingBox: Error: strict mode violation: locator('iframe[title="widget"]') resolved to 3 elements:
1) <iframe title="widget" allowfullscreen="" src="http://localhost:46343/?widgetId=fake-widget&parentUrl=http%3A%2F%2Flocalhost%3A8080%2F" allow="microphone; camera; encrypted-media; autoplay; display-capture; clipboard-write; clipboard-read;" sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-presentation allow-downloads"></iframe> aka locator('iframe[title="widget"]').first()
2) <iframe title="widget" allowfullscreen="" src="http://localhost:46343/?widgetId=fake-widget&parentUrl=http%3A%2F%2Flocalhost%3A8080%2F" allow="microphone; camera; encrypted-media; autoplay; display-capture; clipboard-write; clipboard-read;" sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-presentation allow-downloads"></iframe> aka locator('iframe[title="widget"]').nth(1)
3) <iframe title="widget" allowfullscreen="" src="http://localhost:46343/?widgetId=fake-widget&parentUrl=http%3A%2F%2Flocalhost%3A8080%2F" allow="microphone; camera; encrypted-media; autoplay; display-capture; clipboard-write; clipboard-read;" sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-presentation allow-downloads"></iframe> aka locator('iframe[title="widget"]').nth(2)
Call log:
- waiting for locator('iframe[title="widget"]')
84 | await page.mouse.up();
85 |
> 86 | expect((await iframe.boundingBox()).height).toBeGreaterThan(400);
| ^
87 | });
88 |
89 | test("programmatically resize the height of the top container layout", async ({ page, app }) => {
at /home/runner/work/element-web/element-web/playwright/e2e/widgets/layout.spec.ts:86:30
|
widgets/layout.spec.ts:77:9 βΊ Widget Layout βΊ manually resize the height of the top container layout:
playwright/e2e/widgets/layout.spec.ts#L86
1) widgets/layout.spec.ts:77:9 βΊ Widget Layout βΊ manually resize the height of the top container layout
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: locator.boundingBox: Error: strict mode violation: locator('iframe[title="widget"]') resolved to 3 elements:
1) <iframe title="widget" allowfullscreen="" src="http://localhost:36121/?widgetId=fake-widget&parentUrl=http%3A%2F%2Flocalhost%3A8080%2F" allow="microphone; camera; encrypted-media; autoplay; display-capture; clipboard-write; clipboard-read;" sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-presentation allow-downloads"></iframe> aka locator('iframe[title="widget"]').first()
2) <iframe title="widget" allowfullscreen="" src="http://localhost:36121/?widgetId=fake-widget&parentUrl=http%3A%2F%2Flocalhost%3A8080%2F" allow="microphone; camera; encrypted-media; autoplay; display-capture; clipboard-write; clipboard-read;" sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-presentation allow-downloads"></iframe> aka locator('iframe[title="widget"]').nth(1)
3) <iframe title="widget" allowfullscreen="" src="http://localhost:36121/?widgetId=fake-widget&parentUrl=http%3A%2F%2Flocalhost%3A8080%2F" allow="microphone; camera; encrypted-media; autoplay; display-capture; clipboard-write; clipboard-read;" sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-presentation allow-downloads"></iframe> aka locator('iframe[title="widget"]').nth(2)
Call log:
- waiting for locator('iframe[title="widget"]')
84 | await page.mouse.up();
85 |
> 86 | expect((await iframe.boundingBox()).height).toBeGreaterThan(400);
| ^
87 | });
88 |
89 | test("programmatically resize the height of the top container layout", async ({ page, app }) => {
at /home/runner/work/element-web/element-web/playwright/e2e/widgets/layout.spec.ts:86:30
|
widgets/layout.spec.ts:77:9 βΊ Widget Layout βΊ manually resize the height of the top container layout:
playwright/e2e/widgets/layout.spec.ts#L86
1) widgets/layout.spec.ts:77:9 βΊ Widget Layout βΊ manually resize the height of the top container layout
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: locator.boundingBox: Error: strict mode violation: locator('iframe[title="widget"]') resolved to 3 elements:
1) <iframe title="widget" allowfullscreen="" src="http://localhost:44781/?widgetId=fake-widget&parentUrl=http%3A%2F%2Flocalhost%3A8080%2F" allow="microphone; camera; encrypted-media; autoplay; display-capture; clipboard-write; clipboard-read;" sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-presentation allow-downloads"></iframe> aka locator('iframe[title="widget"]').first()
2) <iframe title="widget" allowfullscreen="" src="http://localhost:44781/?widgetId=fake-widget&parentUrl=http%3A%2F%2Flocalhost%3A8080%2F" allow="microphone; camera; encrypted-media; autoplay; display-capture; clipboard-write; clipboard-read;" sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-presentation allow-downloads"></iframe> aka locator('iframe[title="widget"]').nth(1)
3) <iframe title="widget" allowfullscreen="" src="http://localhost:44781/?widgetId=fake-widget&parentUrl=http%3A%2F%2Flocalhost%3A8080%2F" allow="microphone; camera; encrypted-media; autoplay; display-capture; clipboard-write; clipboard-read;" sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-presentation allow-downloads"></iframe> aka locator('iframe[title="widget"]').nth(2)
Call log:
- waiting for locator('iframe[title="widget"]')
84 | await page.mouse.up();
85 |
> 86 | expect((await iframe.boundingBox()).height).toBeGreaterThan(400);
| ^
87 | });
88 |
89 | test("programmatically resize the height of the top container layout", async ({ page, app }) => {
at /home/runner/work/element-web/element-web/playwright/e2e/widgets/layout.spec.ts:86:30
|
widgets/stickers.spec.ts:103:9 βΊ Stickers βΊ should send a sticker to multiple rooms:
playwright/e2e/widgets/stickers.spec.ts#L68
2) widgets/stickers.spec.ts:103:9 βΊ Stickers βΊ should send a sticker to multiple rooms βββββββββββ
Error: locator.click: Error: strict mode violation: locator('iframe[title="Fake Stickers"]') resolved to 2 elements:
1) <iframe allowfullscreen="" title="Fake Stickers" src="http://localhost:37411/?widgetId=fake-sticker-picker&parentUrl=http%3A%2F%2Flocalhost%3A8080%2F" allow="microphone; camera; encrypted-media; autoplay; display-capture; clipboard-write; clipboard-read;" sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-presentation allow-downloads"></iframe> aka locator('iframe[title="Fake Stickers"]').first()
2) <iframe allowfullscreen="" title="Fake Stickers" src="http://localhost:37411/?widgetId=fake-sticker-picker&parentUrl=http%3A%2F%2Flocalhost%3A8080%2F" allow="microphone; camera; encrypted-media; autoplay; display-capture; clipboard-write; clipboard-read;" sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-presentation allow-downloads"></iframe> aka locator('iframe[title="Fake Stickers"]').nth(1)
Call log:
- waiting for locator('iframe[title="Fake Stickers"]').contentFrame().locator('#sendsticker')
66 | async function sendStickerFromPicker(page: Page) {
67 | const iframe = page.frameLocator(`iframe[title="${STICKER_PICKER_WIDGET_NAME}"]`);
> 68 | await iframe.locator("#sendsticker").click();
| ^
69 |
70 | // Sticker picker should close itself after sending.
71 | await expect(page.locator(".mx_AppTileFullWidth#stickers")).not.toBeVisible();
at sendStickerFromPicker (/home/runner/work/element-web/element-web/playwright/e2e/widgets/stickers.spec.ts:68:42)
at /home/runner/work/element-web/element-web/playwright/e2e/widgets/stickers.spec.ts:133:15
|
widgets/stickers.spec.ts:103:9 βΊ Stickers βΊ should send a sticker to multiple rooms:
playwright/e2e/widgets/stickers.spec.ts#L68
2) widgets/stickers.spec.ts:103:9 βΊ Stickers βΊ should send a sticker to multiple rooms βββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: locator.click: Error: strict mode violation: locator('iframe[title="Fake Stickers"]') resolved to 2 elements:
1) <iframe allowfullscreen="" title="Fake Stickers" src="http://localhost:38231/?widgetId=fake-sticker-picker&parentUrl=http%3A%2F%2Flocalhost%3A8080%2F" allow="microphone; camera; encrypted-media; autoplay; display-capture; clipboard-write; clipboard-read;" sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-presentation allow-downloads"></iframe> aka locator('iframe[title="Fake Stickers"]').first()
2) <iframe allowfullscreen="" title="Fake Stickers" src="http://localhost:38231/?widgetId=fake-sticker-picker&parentUrl=http%3A%2F%2Flocalhost%3A8080%2F" allow="microphone; camera; encrypted-media; autoplay; display-capture; clipboard-write; clipboard-read;" sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-presentation allow-downloads"></iframe> aka locator('iframe[title="Fake Stickers"]').nth(1)
Call log:
- waiting for locator('iframe[title="Fake Stickers"]').contentFrame().locator('#sendsticker')
66 | async function sendStickerFromPicker(page: Page) {
67 | const iframe = page.frameLocator(`iframe[title="${STICKER_PICKER_WIDGET_NAME}"]`);
> 68 | await iframe.locator("#sendsticker").click();
| ^
69 |
70 | // Sticker picker should close itself after sending.
71 | await expect(page.locator(".mx_AppTileFullWidth#stickers")).not.toBeVisible();
at sendStickerFromPicker (/home/runner/work/element-web/element-web/playwright/e2e/widgets/stickers.spec.ts:68:42)
at /home/runner/work/element-web/element-web/playwright/e2e/widgets/stickers.spec.ts:133:15
|
widgets/stickers.spec.ts:103:9 βΊ Stickers βΊ should send a sticker to multiple rooms:
playwright/e2e/widgets/stickers.spec.ts#L68
2) widgets/stickers.spec.ts:103:9 βΊ Stickers βΊ should send a sticker to multiple rooms βββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: locator.click: Error: strict mode violation: locator('iframe[title="Fake Stickers"]') resolved to 2 elements:
1) <iframe allowfullscreen="" title="Fake Stickers" src="http://localhost:38737/?widgetId=fake-sticker-picker&parentUrl=http%3A%2F%2Flocalhost%3A8080%2F" allow="microphone; camera; encrypted-media; autoplay; display-capture; clipboard-write; clipboard-read;" sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-presentation allow-downloads"></iframe> aka locator('iframe[title="Fake Stickers"]').first()
2) <iframe allowfullscreen="" title="Fake Stickers" src="http://localhost:38737/?widgetId=fake-sticker-picker&parentUrl=http%3A%2F%2Flocalhost%3A8080%2F" allow="microphone; camera; encrypted-media; autoplay; display-capture; clipboard-write; clipboard-read;" sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-presentation allow-downloads"></iframe> aka locator('iframe[title="Fake Stickers"]').nth(1)
Call log:
- waiting for locator('iframe[title="Fake Stickers"]').contentFrame().locator('#sendsticker')
66 | async function sendStickerFromPicker(page: Page) {
67 | const iframe = page.frameLocator(`iframe[title="${STICKER_PICKER_WIDGET_NAME}"]`);
> 68 | await iframe.locator("#sendsticker").click();
| ^
69 |
70 | // Sticker picker should close itself after sending.
71 | await expect(page.locator(".mx_AppTileFullWidth#stickers")).not.toBeVisible();
at sendStickerFromPicker (/home/runner/work/element-web/element-web/playwright/e2e/widgets/stickers.spec.ts:68:42)
at /home/runner/work/element-web/element-web/playwright/e2e/widgets/stickers.spec.ts:133:15
|
widgets/widget-pip-close.spec.ts:97:13 βΊ Widget PIP βΊ should be closed on leave:
playwright/e2e/widgets/widget-pip-close.spec.ts#L158
3) widgets/widget-pip-close.spec.ts:97:13 βΊ Widget PIP βΊ should be closed on leave βββββββββββββββ
Error: expect.not.toBeVisible: Error: strict mode violation: locator('iframe[title="Demo Widget"]') resolved to 2 elements:
1) <iframe allowfullscreen="" title="Demo Widget" src="http://localhost:41457/?widgetId=demo-widget-id&parentUrl=http%3A%2F%2Flocalhost%3A8080%2F" allow="microphone; camera; encrypted-media; autoplay; display-capture; clipboard-write; clipboard-read;" sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-presentation allow-downloads"></iframe> aka locator('iframe[title="Demo Widget"]').first()
2) <iframe allowfullscreen="" title="Demo Widget" src="http://localhost:41457/?widgetId=demo-widget-id&parentUrl=http%3A%2F%2Flocalhost%3A8080%2F" allow="microphone; camera; encrypted-media; autoplay; display-capture; clipboard-write; clipboard-read;" sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-presentation allow-downloads"></iframe> aka locator('iframe[title="Demo Widget"]').nth(1)
Call log:
- expect.not.toBeVisible with timeout 5000ms
- waiting for locator('iframe[title="Demo Widget"]').contentFrame().locator('.mx_WidgetPip')
156 |
157 | // checks that pip window is closed
> 158 | await expect(iframe.locator(".mx_WidgetPip")).not.toBeVisible();
| ^
159 | });
160 | }
161 | });
at /home/runner/work/element-web/element-web/playwright/e2e/widgets/widget-pip-close.spec.ts:158:63
|
widgets/widget-pip-close.spec.ts:97:13 βΊ Widget PIP βΊ should be closed on leave:
playwright/e2e/widgets/widget-pip-close.spec.ts#L158
3) widgets/widget-pip-close.spec.ts:97:13 βΊ Widget PIP βΊ should be closed on leave βββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect.not.toBeVisible: Error: strict mode violation: locator('iframe[title="Demo Widget"]') resolved to 2 elements:
1) <iframe allowfullscreen="" title="Demo Widget" src="http://localhost:38157/?widgetId=demo-widget-id&parentUrl=http%3A%2F%2Flocalhost%3A8080%2F" allow="microphone; camera; encrypted-media; autoplay; display-capture; clipboard-write; clipboard-read;" sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-presentation allow-downloads"></iframe> aka locator('iframe[title="Demo Widget"]').first()
2) <iframe allowfullscreen="" title="Demo Widget" src="http://localhost:38157/?widgetId=demo-widget-id&parentUrl=http%3A%2F%2Flocalhost%3A8080%2F" allow="microphone; camera; encrypted-media; autoplay; display-capture; clipboard-write; clipboard-read;" sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-presentation allow-downloads"></iframe> aka locator('iframe[title="Demo Widget"]').nth(1)
Call log:
- expect.not.toBeVisible with timeout 5000ms
- waiting for locator('iframe[title="Demo Widget"]').contentFrame().locator('.mx_WidgetPip')
156 |
157 | // checks that pip window is closed
> 158 | await expect(iframe.locator(".mx_WidgetPip")).not.toBeVisible();
| ^
159 | });
160 | }
161 | });
at /home/runner/work/element-web/element-web/playwright/e2e/widgets/widget-pip-close.spec.ts:158:63
|
widgets/widget-pip-close.spec.ts:97:13 βΊ Widget PIP βΊ should be closed on leave:
playwright/e2e/widgets/widget-pip-close.spec.ts#L158
3) widgets/widget-pip-close.spec.ts:97:13 βΊ Widget PIP βΊ should be closed on leave βββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect.not.toBeVisible: Error: strict mode violation: locator('iframe[title="Demo Widget"]') resolved to 2 elements:
1) <iframe allowfullscreen="" title="Demo Widget" src="http://localhost:45147/?widgetId=demo-widget-id&parentUrl=http%3A%2F%2Flocalhost%3A8080%2F" allow="microphone; camera; encrypted-media; autoplay; display-capture; clipboard-write; clipboard-read;" sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-presentation allow-downloads"></iframe> aka locator('iframe[title="Demo Widget"]').first()
2) <iframe allowfullscreen="" title="Demo Widget" src="http://localhost:45147/?widgetId=demo-widget-id&parentUrl=http%3A%2F%2Flocalhost%3A8080%2F" allow="microphone; camera; encrypted-media; autoplay; display-capture; clipboard-write; clipboard-read;" sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-presentation allow-downloads"></iframe> aka locator('iframe[title="Demo Widget"]').nth(1)
Call log:
- expect.not.toBeVisible with timeout 5000ms
- waiting for locator('iframe[title="Demo Widget"]').contentFrame().locator('.mx_WidgetPip')
156 |
157 | // checks that pip window is closed
> 158 | await expect(iframe.locator(".mx_WidgetPip")).not.toBeVisible();
| ^
159 | });
160 | }
161 | });
at /home/runner/work/element-web/element-web/playwright/e2e/widgets/widget-pip-close.spec.ts:158:63
|
widgets/widget-pip-close.spec.ts:97:13 βΊ Widget PIP βΊ should be closed on kick:
playwright/e2e/widgets/widget-pip-close.spec.ts#L158
4) widgets/widget-pip-close.spec.ts:97:13 βΊ Widget PIP βΊ should be closed on kick ββββββββββββββββ
Error: expect.not.toBeVisible: Error: strict mode violation: locator('iframe[title="Demo Widget"]') resolved to 2 elements:
1) <iframe allowfullscreen="" title="Demo Widget" src="http://localhost:39729/?widgetId=demo-widget-id&parentUrl=http%3A%2F%2Flocalhost%3A8080%2F" allow="microphone; camera; encrypted-media; autoplay; display-capture; clipboard-write; clipboard-read;" sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-presentation allow-downloads"></iframe> aka locator('iframe[title="Demo Widget"]').first()
2) <iframe allowfullscreen="" title="Demo Widget" src="http://localhost:39729/?widgetId=demo-widget-id&parentUrl=http%3A%2F%2Flocalhost%3A8080%2F" allow="microphone; camera; encrypted-media; autoplay; display-capture; clipboard-write; clipboard-read;" sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-presentation allow-downloads"></iframe> aka locator('iframe[title="Demo Widget"]').nth(1)
Call log:
- expect.not.toBeVisible with timeout 5000ms
- waiting for locator('iframe[title="Demo Widget"]').contentFrame().locator('.mx_WidgetPip')
156 |
157 | // checks that pip window is closed
> 158 | await expect(iframe.locator(".mx_WidgetPip")).not.toBeVisible();
| ^
159 | });
160 | }
161 | });
at /home/runner/work/element-web/element-web/playwright/e2e/widgets/widget-pip-close.spec.ts:158:63
|
end-to-end-tests
Process completed with exit code 1.
|
Slow Test:
read-receipts/high-level.spec.ts#L1
read-receipts/high-level.spec.ts took 3.4m
|
Slow Test:
read-receipts/new-messages-in-threads.spec.ts#L1
read-receipts/new-messages-in-threads.spec.ts took 1.8m
|
Slow Test:
read-receipts/editing-messages-in-threads.spec.ts#L1
read-receipts/editing-messages-in-threads.spec.ts took 1.3m
|
Slow Test:
read-receipts/editing-messages-main-timeline.spec.ts#L1
read-receipts/editing-messages-main-timeline.spec.ts took 1.2m
|
Slow Test:
read-receipts/editing-messages-thread-roots.spec.ts#L1
read-receipts/editing-messages-thread-roots.spec.ts took 55.7s
|
Slow Test:
read-receipts/redactions-thread-roots.spec.ts#L1
read-receipts/redactions-thread-roots.spec.ts took 1.1m
|
Slow Test:
spaces/spaces.spec.ts#L1
spaces/spaces.spec.ts took 56.2s
|
Slow Test:
settings/account-user-settings-tab.spec.ts#L1
settings/account-user-settings-tab.spec.ts took 40.3s
|
Slow Test:
right-panel/file-panel.spec.ts#L1
right-panel/file-panel.spec.ts took 36.3s
|
Slow Test:
settings/appearance-user-settings-tab/theme-choice-panel.spec.ts#L1
settings/appearance-user-settings-tab/theme-choice-panel.spec.ts took 29.5s
|
Slow Test:
messages/messages.spec.ts#L1
messages/messages.spec.ts took 2.1m
|
Slow Test:
pinned-messages/pinned-messages.spec.ts#L1
pinned-messages/pinned-messages.spec.ts took 1.6m
|
Slow Test:
login/login.spec.ts#L1
login/login.spec.ts took 56.8s
|
Slow Test:
oidc/oidc-aware.spec.ts#L1
oidc/oidc-aware.spec.ts took 46.7s
|
Slow Test:
integration-manager/read_events.spec.ts#L1
integration-manager/read_events.spec.ts took 37.7s
|
Slow Test:
read-receipts/redactions-in-threads.spec.ts#L1
read-receipts/redactions-in-threads.spec.ts took 2.9m
|
Slow Test:
read-receipts/redactions-main-timeline.spec.ts#L1
read-receipts/redactions-main-timeline.spec.ts took 2.2m
|
Slow Test:
read-receipts/new-messages-main-timeline.spec.ts#L1
read-receipts/new-messages-main-timeline.spec.ts took 1.4m
|
Slow Test:
read-receipts/reactions-in-threads.spec.ts#L1
read-receipts/reactions-in-threads.spec.ts took 1.1m
|
Slow Test:
read-receipts/new-messages-thread-roots.spec.ts#L1
read-receipts/new-messages-thread-roots.spec.ts took 47.0s
|
Slow Test:
composer/RTE.spec.ts#L1
composer/RTE.spec.ts took 1.4m
|
Slow Test:
audio-player/audio-player.spec.ts#L1
audio-player/audio-player.spec.ts took 1.4m
|
Slow Test:
crypto/crypto.spec.ts#L1
crypto/crypto.spec.ts took 1.2m
|
Slow Test:
crypto/event-shields.spec.ts#L1
crypto/event-shields.spec.ts took 1.1m
|
Slow Test:
crypto/device-verification.spec.ts#L1
crypto/device-verification.spec.ts took 51.2s
|
Slow Test:
spotlight/spotlight.spec.ts#L1
spotlight/spotlight.spec.ts took 2.3m
|
Slow Test:
spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 1.9m
|
Slow Test:
user-onboarding/user-onboarding-new.spec.ts#L1
user-onboarding/user-onboarding-new.spec.ts took 33.7s
|
Slow Test:
toasts/analytics-toast.spec.ts#L1
toasts/analytics-toast.spec.ts took 19.1s
|
π Playwright Run Summary
32 skipped
42 passed (8.7m)
|
π Playwright Run Summary
1 flaky
right-panel/right-panel.spec.ts:41:13 βΊ RightPanel βΊ in rooms βΊ should handle long room address and long room name
10 skipped
70 passed (9.3m)
|
π Playwright Run Summary
1 skipped
78 passed (10.5m)
|
π Playwright Run Summary
1 failed
read-receipts/read-receipts.spec.ts:279:9 βΊ Read receipts βΊ Should send the correct receipts βββ
14 skipped
61 passed (12.3m)
|
π Playwright Run Summary
78 passed (12.3m)
|
π Playwright Run Summary
5 failed
widgets/layout.spec.ts:77:9 βΊ Widget Layout βΊ manually resize the height of the top container layout
widgets/stickers.spec.ts:103:9 βΊ Stickers βΊ should send a sticker to multiple rooms ββββββββββββ
widgets/widget-pip-close.spec.ts:97:13 βΊ Widget PIP βΊ should be closed on leave ββββββββββββββββ
widgets/widget-pip-close.spec.ts:97:13 βΊ Widget PIP βΊ should be closed on kick βββββββββββββββββ
widgets/widget-pip-close.spec.ts:97:13 βΊ Widget PIP βΊ should be closed on ban ββββββββββββββββββ
2 flaky
threads/threads.spec.ts:354:9 βΊ Threads βΊ should send location and reply to the location on ThreadView
timeline/timeline.spec.ts:467:13 βΊ Timeline βΊ message displaying βΊ should render EventTiles on IRC, modern (group), and bubble layout
3 skipped
61 passed (12.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports-1
Expired
|
670 KB |
|
all-blob-reports-2
Expired
|
348 KB |
|
all-blob-reports-3
Expired
|
272 KB |
|
all-blob-reports-4
Expired
|
5.73 MB |
|
all-blob-reports-5
Expired
|
4.97 MB |
|
all-blob-reports-6
Expired
|
24.5 MB |
|
html-report
Expired
|
34.9 MB |
|
webapp
Expired
|
36.9 MB |
|