End to End Tests #13846
Annotations
10 errors and 1 notice
|
playwright/e2e/voip/element-call.spec.ts#L237
4) [Pinecone] › playwright/e2e/voip/element-call.spec.ts:231:13 › Element Call › Group Chat › should be able to join a call via incoming voice call toast @screenshot
Error: expect(locator).toBeVisible() failed
Locator: getByText('Bob and one other were invited and joined')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('Bob and one other were invited and joined')
235 | await app.viewRoomById(room.roomId);
236 | // Allow bob to create a call
> 237 | await expect(page.getByText("Bob and one other were invited and joined")).toBeVisible();
| ^
238 | await app.client.setPowerLevel(room.roomId, bot.credentials.userId, 50);
239 | // Fake a start of a call
240 | await sendRTCState(bot, room.roomId, "notification", "audio");
at /home/runner/work/element-web/element-web/playwright/e2e/voip/element-call.spec.ts:237:91
|
|
playwright/e2e/voip/element-call.spec.ts#L202
3) [Pinecone] › playwright/e2e/voip/element-call.spec.ts:196:17 › Element Call › Group Chat › should be able to join a call via incoming video call toast (skipLobby=false) @screenshot
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByText('Bob and one other were invited and joined')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('Bob and one other were invited and joined')
200 | await app.viewRoomById(room.roomId);
201 | // Allow bob to create a call
> 202 | await expect(page.getByText("Bob and one other were invited and joined")).toBeVisible();
| ^
203 | await app.client.setPowerLevel(room.roomId, bot.credentials.userId, 50);
204 | // Fake a start of a call
205 | await sendRTCState(bot, room.roomId, "notification", "video");
at /home/runner/work/element-web/element-web/playwright/e2e/voip/element-call.spec.ts:202:95
|
|
playwright/e2e/voip/element-call.spec.ts#L202
3) [Pinecone] › playwright/e2e/voip/element-call.spec.ts:196:17 › Element Call › Group Chat › should be able to join a call via incoming video call toast (skipLobby=false) @screenshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByText('Bob and one other were invited and joined')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('Bob and one other were invited and joined')
200 | await app.viewRoomById(room.roomId);
201 | // Allow bob to create a call
> 202 | await expect(page.getByText("Bob and one other were invited and joined")).toBeVisible();
| ^
203 | await app.client.setPowerLevel(room.roomId, bot.credentials.userId, 50);
204 | // Fake a start of a call
205 | await sendRTCState(bot, room.roomId, "notification", "video");
at /home/runner/work/element-web/element-web/playwright/e2e/voip/element-call.spec.ts:202:95
|
|
playwright/e2e/voip/element-call.spec.ts#L202
3) [Pinecone] › playwright/e2e/voip/element-call.spec.ts:196:17 › Element Call › Group Chat › should be able to join a call via incoming video call toast (skipLobby=false) @screenshot
Error: expect(locator).toBeVisible() failed
Locator: getByText('Bob and one other were invited and joined')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('Bob and one other were invited and joined')
200 | await app.viewRoomById(room.roomId);
201 | // Allow bob to create a call
> 202 | await expect(page.getByText("Bob and one other were invited and joined")).toBeVisible();
| ^
203 | await app.client.setPowerLevel(room.roomId, bot.credentials.userId, 50);
204 | // Fake a start of a call
205 | await sendRTCState(bot, room.roomId, "notification", "video");
at /home/runner/work/element-web/element-web/playwright/e2e/voip/element-call.spec.ts:202:95
|
|
playwright/e2e/voip/element-call.spec.ts#L202
2) [Pinecone] › playwright/e2e/voip/element-call.spec.ts:196:17 › Element Call › Group Chat › should be able to join a call via incoming video call toast (skipLobby=true) @screenshot
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByText('Bob and one other were invited and joined')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('Bob and one other were invited and joined')
200 | await app.viewRoomById(room.roomId);
201 | // Allow bob to create a call
> 202 | await expect(page.getByText("Bob and one other were invited and joined")).toBeVisible();
| ^
203 | await app.client.setPowerLevel(room.roomId, bot.credentials.userId, 50);
204 | // Fake a start of a call
205 | await sendRTCState(bot, room.roomId, "notification", "video");
at /home/runner/work/element-web/element-web/playwright/e2e/voip/element-call.spec.ts:202:95
|
|
playwright/e2e/voip/element-call.spec.ts#L202
2) [Pinecone] › playwright/e2e/voip/element-call.spec.ts:196:17 › Element Call › Group Chat › should be able to join a call via incoming video call toast (skipLobby=true) @screenshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByText('Bob and one other were invited and joined')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('Bob and one other were invited and joined')
200 | await app.viewRoomById(room.roomId);
201 | // Allow bob to create a call
> 202 | await expect(page.getByText("Bob and one other were invited and joined")).toBeVisible();
| ^
203 | await app.client.setPowerLevel(room.roomId, bot.credentials.userId, 50);
204 | // Fake a start of a call
205 | await sendRTCState(bot, room.roomId, "notification", "video");
at /home/runner/work/element-web/element-web/playwright/e2e/voip/element-call.spec.ts:202:95
|
|
playwright/e2e/voip/element-call.spec.ts#L202
2) [Pinecone] › playwright/e2e/voip/element-call.spec.ts:196:17 › Element Call › Group Chat › should be able to join a call via incoming video call toast (skipLobby=true) @screenshot
Error: expect(locator).toBeVisible() failed
Locator: getByText('Bob and one other were invited and joined')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('Bob and one other were invited and joined')
200 | await app.viewRoomById(room.roomId);
201 | // Allow bob to create a call
> 202 | await expect(page.getByText("Bob and one other were invited and joined")).toBeVisible();
| ^
203 | await app.client.setPowerLevel(room.roomId, bot.credentials.userId, 50);
204 | // Fake a start of a call
205 | await sendRTCState(bot, room.roomId, "notification", "video");
at /home/runner/work/element-web/element-web/playwright/e2e/voip/element-call.spec.ts:202:95
|
|
playwright/e2e/voip/element-call.spec.ts#L158
1) [Pinecone] › playwright/e2e/voip/element-call.spec.ts:156:13 › Element Call › Group Chat › should be able to skip lobby by holding down shift
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByText('Bob and one other were invited and joined')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('Bob and one other were invited and joined')
156 | test("should be able to skip lobby by holding down shift", async ({ page, user, bot, room, app }) => {
157 | await app.viewRoomById(room.roomId);
> 158 | await expect(page.getByText("Bob and one other were invited and joined")).toBeVisible();
| ^
159 |
160 | await page.getByRole("button", { name: "Video call" }).click();
161 | await page.keyboard.down("Shift");
at /home/runner/work/element-web/element-web/playwright/e2e/voip/element-call.spec.ts:158:87
|
|
playwright/e2e/voip/element-call.spec.ts#L158
1) [Pinecone] › playwright/e2e/voip/element-call.spec.ts:156:13 › Element Call › Group Chat › should be able to skip lobby by holding down shift
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByText('Bob and one other were invited and joined')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('Bob and one other were invited and joined')
156 | test("should be able to skip lobby by holding down shift", async ({ page, user, bot, room, app }) => {
157 | await app.viewRoomById(room.roomId);
> 158 | await expect(page.getByText("Bob and one other were invited and joined")).toBeVisible();
| ^
159 |
160 | await page.getByRole("button", { name: "Video call" }).click();
161 | await page.keyboard.down("Shift");
at /home/runner/work/element-web/element-web/playwright/e2e/voip/element-call.spec.ts:158:87
|
|
playwright/e2e/voip/element-call.spec.ts#L158
1) [Pinecone] › playwright/e2e/voip/element-call.spec.ts:156:13 › Element Call › Group Chat › should be able to skip lobby by holding down shift
Error: expect(locator).toBeVisible() failed
Locator: getByText('Bob and one other were invited and joined')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('Bob and one other were invited and joined')
156 | test("should be able to skip lobby by holding down shift", async ({ page, user, bot, room, app }) => {
157 | await app.viewRoomById(room.roomId);
> 158 | await expect(page.getByText("Bob and one other were invited and joined")).toBeVisible();
| ^
159 |
160 | await page.getByRole("button", { name: "Video call" }).click();
161 | await page.keyboard.down("Shift");
at /home/runner/work/element-web/element-web/playwright/e2e/voip/element-call.spec.ts:158:87
|
|
8 failed
[Pinecone] › playwright/e2e/voip/element-call.spec.ts:156:13 › Element Call › Group Chat › should be able to skip lobby by holding down shift
[Pinecone] › playwright/e2e/voip/element-call.spec.ts:196:17 › Element Call › Group Chat › should be able to join a call via incoming video call toast (skipLobby=true) @screenshot
[Pinecone] › playwright/e2e/voip/element-call.spec.ts:196:17 › Element Call › Group Chat › should be able to join a call via incoming video call toast (skipLobby=false) @screenshot
[Pinecone] › playwright/e2e/voip/element-call.spec.ts:231:13 › Element Call › Group Chat › should be able to join a call via incoming voice call toast @screenshot
[Pinecone] › playwright/e2e/voip/element-call.spec.ts:471:13 › Element Call › Switching rooms › should be able to switch rooms and have the call persist
[Pinecone] › playwright/e2e/voip/element-call.spec.ts:482:13 › Element Call › Switching rooms › should be able to start a call, close it via PiP, and start again in the same room
[Pinecone] › playwright/e2e/voip/element-call.spec.ts:515:13 › Element Call › Switching rooms › should be able to start a call, close it via PiP, and start again in a different room
[Pinecone] › playwright/e2e/voip/element-call.spec.ts:548:13 › Element Call › Switching rooms › should be able to join a call, leave via PiP, and rejoin the call
4 flaky
[Pinecone] › playwright/e2e/voip/element-call.spec.ts:132:13 › Element Call › Group Chat › should be able to start a video call
[Pinecone] › playwright/e2e/voip/element-call.spec.ts:149:13 › Element Call › Group Chat › should NOT be able to start a voice call
[Pinecone] › playwright/e2e/voip/element-call.spec.ts:174:13 › Element Call › Group Chat › should be able to join a call in progress
[Pinecone] › playwright/e2e/widgets/permissions-dialog.spec.ts:49:9 › Widger permissions dialog › should be updated if user is re-invited into the room with updated state event @screenshot
76 skipped
58 passed (9.5m)
|
The logs for this run have expired and are no longer available.
Loading