Switch to secure random strings #4195
Annotations
10 errors, 2 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/spaces/spaces.spec.ts#L131
1) [Chrome] › spaces/spaces.spec.ts:99:9 › Spaces › should allow user to create private space @screenshot
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_SpaceHierarchy_list .mx_SpaceHierarchy_roomTile').filter({ hasText: 'General' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_SpaceHierarchy_list .mx_SpaceHierarchy_roomTile').filter({ hasText: 'General' })
129 | await expect(
130 | page.locator(".mx_SpaceHierarchy_list .mx_SpaceHierarchy_roomTile", { hasText: "General" }),
> 131 | ).toBeVisible();
| ^
132 | await expect(
133 | page.locator(".mx_SpaceHierarchy_list .mx_SpaceHierarchy_roomTile", { hasText: "Random" }),
134 | ).toBeVisible();
at /home/runner/work/element-web/element-web/playwright/e2e/spaces/spaces.spec.ts:131:11
|
Run Playwright tests:
playwright/e2e/spaces/spaces.spec.ts#L131
1) [Chrome] › spaces/spaces.spec.ts:99:9 › Spaces › should allow user to create private space @screenshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_SpaceHierarchy_list .mx_SpaceHierarchy_roomTile').filter({ hasText: 'General' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_SpaceHierarchy_list .mx_SpaceHierarchy_roomTile').filter({ hasText: 'General' })
129 | await expect(
130 | page.locator(".mx_SpaceHierarchy_list .mx_SpaceHierarchy_roomTile", { hasText: "General" }),
> 131 | ).toBeVisible();
| ^
132 | await expect(
133 | page.locator(".mx_SpaceHierarchy_list .mx_SpaceHierarchy_roomTile", { hasText: "Random" }),
134 | ).toBeVisible();
at /home/runner/work/element-web/element-web/playwright/e2e/spaces/spaces.spec.ts:131:11
|
Run Playwright tests:
playwright/e2e/spaces/spaces.spec.ts#L131
1) [Chrome] › spaces/spaces.spec.ts:99:9 › Spaces › should allow user to create private space @screenshot
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_SpaceHierarchy_list .mx_SpaceHierarchy_roomTile').filter({ hasText: 'General' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_SpaceHierarchy_list .mx_SpaceHierarchy_roomTile').filter({ hasText: 'General' })
129 | await expect(
130 | page.locator(".mx_SpaceHierarchy_list .mx_SpaceHierarchy_roomTile", { hasText: "General" }),
> 131 | ).toBeVisible();
| ^
132 | await expect(
133 | page.locator(".mx_SpaceHierarchy_list .mx_SpaceHierarchy_roomTile", { hasText: "Random" }),
134 | ).toBeVisible();
at /home/runner/work/element-web/element-web/playwright/e2e/spaces/spaces.spec.ts:131:11
|
Run Playwright tests:
playwright/e2e/spaces/spaces.spec.ts#L1
2) [Chrome] › spaces/spaces.spec.ts:140:9 › Spaces › should allow user to create just-me space ───
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
playwright/e2e/spaces/spaces.spec.ts#L158
2) [Chrome] › spaces/spaces.spec.ts:140:9 › Spaces › should allow user to create just-me space ───
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByText('Sample Room')
156 | await page.getByRole("button", { name: "Just me" }).click();
157 |
> 158 | await page.getByText("Sample Room").click({ force: true }); // force click as checkbox size is zero
| ^
159 |
160 | // Temporal implementation as multiple elements with the role "button" and name "Add" are found
161 | await page.locator(".mx_AddExistingToSpace_footer").getByRole("button", { name: "Add" }).click();
at /home/runner/work/element-web/element-web/playwright/e2e/spaces/spaces.spec.ts:158:45
|
Run Playwright tests:
playwright/e2e/spaces/spaces.spec.ts#L1
2) [Chrome] › spaces/spaces.spec.ts:140:9 › Spaces › should allow user to create just-me space ───
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
playwright/e2e/spaces/spaces.spec.ts#L158
2) [Chrome] › spaces/spaces.spec.ts:140:9 › Spaces › should allow user to create just-me space ───
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByText('Sample Room')
156 | await page.getByRole("button", { name: "Just me" }).click();
157 |
> 158 | await page.getByText("Sample Room").click({ force: true }); // force click as checkbox size is zero
| ^
159 |
160 | // Temporal implementation as multiple elements with the role "button" and name "Add" are found
161 | await page.locator(".mx_AddExistingToSpace_footer").getByRole("button", { name: "Add" }).click();
at /home/runner/work/element-web/element-web/playwright/e2e/spaces/spaces.spec.ts:158:45
|
Run Playwright tests:
playwright/e2e/spaces/spaces.spec.ts#L1
2) [Chrome] › spaces/spaces.spec.ts:140:9 › Spaces › should allow user to create just-me space ───
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
playwright/e2e/spaces/spaces.spec.ts#L158
2) [Chrome] › spaces/spaces.spec.ts:140:9 › Spaces › should allow user to create just-me space ───
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByText('Sample Room')
156 | await page.getByRole("button", { name: "Just me" }).click();
157 |
> 158 | await page.getByText("Sample Room").click({ force: true }); // force click as checkbox size is zero
| ^
159 |
160 | // Temporal implementation as multiple elements with the role "button" and name "Add" are found
161 | await page.locator(".mx_AddExistingToSpace_footer").getByRole("button", { name: "Add" }).click();
at /home/runner/work/element-web/element-web/playwright/e2e/spaces/spaces.spec.ts:158:45
|
Run Playwright tests:
playwright/e2e/spaces/spaces.spec.ts#L223
3) [Chrome] › spaces/spaces.spec.ts:206:9 › Spaces › should include rooms in space home ──────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_SpaceRoomView .mx_SpaceHierarchy_list').getByRole('treeitem', { name: 'Music' }).getByRole('button')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_SpaceRoomView .mx_SpaceHierarchy_list').getByRole('treeitem', { name: 'Music' }).getByRole('button')
221 |
222 | const hierarchyList = page.locator(".mx_SpaceRoomView .mx_SpaceHierarchy_list");
> 223 | await expect(hierarchyList.getByRole("treeitem", { name: "Music" }).getByRole("button")).toBeVisible();
| ^
224 | await expect(hierarchyList.getByRole("treeitem", { name: "Gaming" }).getByRole("button")).toBeVisible();
225 | });
226 |
at /home/runner/work/element-web/element-web/playwright/e2e/spaces/spaces.spec.ts:223:98
|
Run Playwright tests:
[Chrome] › spotlight/spotlight.spec.ts#L1
[Chrome] › spotlight/spotlight.spec.ts took 2.1m
|
Run Playwright tests:
[Chrome] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
[Chrome] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 47.9s
|
Run Playwright tests
5 failed
[Chrome] › spaces/spaces.spec.ts:99:9 › Spaces › should allow user to create private space @screenshot
[Chrome] › spaces/spaces.spec.ts:140:9 › Spaces › should allow user to create just-me space ────
[Chrome] › spaces/spaces.spec.ts:206:9 › Spaces › should include rooms in space home ───────────
[Chrome] › threads/threads.spec.ts:354:9 › Threads › should send location and reply to the location on ThreadView @screenshot @no-firefox
[Chrome] › timeline/timeline.spec.ts:836:17 › Timeline › message displaying › on search results panel › should render a fully opaque textual event @screenshot
1 skipped
54 passed (11.3m)
|
Loading