End to End Tests #13837
Annotations
10 errors and 1 notice
|
playwright/e2e/voip/element-call.spec.ts#L177
4) [Pinecone] › playwright/e2e/voip/element-call.spec.ts:174:13 › Element Call › Group Chat › should be able to join a call in progress
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')
175 | await app.viewRoomById(room.roomId);
176 | // Allow bob to create a call
> 177 | await expect(page.getByText("Bob and one other were invited and joined")).toBeVisible();
| ^
178 | await app.client.setPowerLevel(room.roomId, bot.credentials.userId, 50);
179 | // Fake a start of a call
180 | await sendRTCState(bot, room.roomId);
at /home/runner/work/element-web/element-web/playwright/e2e/voip/element-call.spec.ts:177:87
|
|
playwright/e2e/voip/element-call.spec.ts#L158
3) [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
3) [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
3) [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
|
|
playwright/e2e/voip/element-call.spec.ts#L152
2) [Pinecone] › playwright/e2e/voip/element-call.spec.ts:149:13 › Element Call › Group Chat › should NOT be able to start a voice call
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')
150 | // Voice calls do not exist in group rooms
151 | await app.viewRoomById(room.roomId);
> 152 | await expect(page.getByText("Bob and one other were invited and joined")).toBeVisible();
| ^
153 | await expect(page.getByRole("button", { name: "Voice call" })).not.toBeVisible();
154 | });
155 |
at /home/runner/work/element-web/element-web/playwright/e2e/voip/element-call.spec.ts:152:87
|
|
playwright/e2e/voip/element-call.spec.ts#L152
2) [Pinecone] › playwright/e2e/voip/element-call.spec.ts:149:13 › Element Call › Group Chat › should NOT be able to start a voice call
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')
150 | // Voice calls do not exist in group rooms
151 | await app.viewRoomById(room.roomId);
> 152 | await expect(page.getByText("Bob and one other were invited and joined")).toBeVisible();
| ^
153 | await expect(page.getByRole("button", { name: "Voice call" })).not.toBeVisible();
154 | });
155 |
at /home/runner/work/element-web/element-web/playwright/e2e/voip/element-call.spec.ts:152:87
|
|
playwright/e2e/voip/element-call.spec.ts#L152
2) [Pinecone] › playwright/e2e/voip/element-call.spec.ts:149:13 › Element Call › Group Chat › should NOT be able to start a voice call
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')
150 | // Voice calls do not exist in group rooms
151 | await app.viewRoomById(room.roomId);
> 152 | await expect(page.getByText("Bob and one other were invited and joined")).toBeVisible();
| ^
153 | await expect(page.getByRole("button", { name: "Voice call" })).not.toBeVisible();
154 | });
155 |
at /home/runner/work/element-web/element-web/playwright/e2e/voip/element-call.spec.ts:152:87
|
|
playwright/e2e/voip/element-call.spec.ts#L134
1) [Pinecone] › playwright/e2e/voip/element-call.spec.ts:132:13 › Element Call › Group Chat › should be able to start a video call
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')
132 | test("should be able to start a video call", async ({ page, user, room, app }) => {
133 | await app.viewRoomById(room.roomId);
> 134 | await expect(page.getByText("Bob and one other were invited and joined")).toBeVisible();
| ^
135 |
136 | await page.getByRole("button", { name: "Video call" }).click();
137 | await page.getByRole("menuitem", { name: "Element Call" }).click();
at /home/runner/work/element-web/element-web/playwright/e2e/voip/element-call.spec.ts:134:87
|
|
playwright/e2e/voip/element-call.spec.ts#L134
1) [Pinecone] › playwright/e2e/voip/element-call.spec.ts:132:13 › Element Call › Group Chat › should be able to start a video call
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')
132 | test("should be able to start a video call", async ({ page, user, room, app }) => {
133 | await app.viewRoomById(room.roomId);
> 134 | await expect(page.getByText("Bob and one other were invited and joined")).toBeVisible();
| ^
135 |
136 | await page.getByRole("button", { name: "Video call" }).click();
137 | await page.getByRole("menuitem", { name: "Element Call" }).click();
at /home/runner/work/element-web/element-web/playwright/e2e/voip/element-call.spec.ts:134:87
|
|
playwright/e2e/voip/element-call.spec.ts#L134
1) [Pinecone] › playwright/e2e/voip/element-call.spec.ts:132:13 › Element Call › Group Chat › should be able to start a video call
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')
132 | test("should be able to start a video call", async ({ page, user, room, app }) => {
133 | await app.viewRoomById(room.roomId);
> 134 | await expect(page.getByText("Bob and one other were invited and joined")).toBeVisible();
| ^
135 |
136 | await page.getByRole("button", { name: "Video call" }).click();
137 | await page.getByRole("menuitem", { name: "Element Call" }).click();
at /home/runner/work/element-web/element-web/playwright/e2e/voip/element-call.spec.ts:134:87
|
|
11 failed
[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:156:13 › Element Call › Group Chat › should be able to skip lobby by holding down shift
[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/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
2 flaky
[Pinecone] › playwright/e2e/timeline/timeline.spec.ts:959:13 › Timeline › message displaying › should be able to hide an image @screenshot
[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
57 passed (11.3m)
|
The logs for this run have expired and are no longer available.
Loading