Run Playwright tests against Dendrite & Pinecone periodically #3824
Annotations
8 errors, 2 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/threads/threads.spec.ts#L499
1) [Dendrite] › threads/threads.spec.ts:448:9 › Threads › navigate through right panel ───────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_ThreadPanel').locator('.mx_EventTile_last').getByText('Hello again Mr. User in a thread')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_ThreadPanel').locator('.mx_EventTile_last').getByText('Hello again Mr. User in a thread')
497 | await expect(
498 | threadPanel.locator(".mx_EventTile_last").getByText("Hello again Mr. User in a thread"),
> 499 | ).toBeVisible();
| ^
500 |
501 | const rightPanel = page.locator(".mx_RightPanel");
502 | // Check that the threads are listed
at /home/runner/work/element-web/element-web/playwright/e2e/threads/threads.spec.ts:499:11
|
Run Playwright tests:
playwright/e2e/threads/threads.spec.ts#L499
1) [Dendrite] › threads/threads.spec.ts:448:9 › Threads › navigate through right panel ───────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_ThreadPanel').locator('.mx_EventTile_last').getByText('Hello again Mr. User in a thread')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_ThreadPanel').locator('.mx_EventTile_last').getByText('Hello again Mr. User in a thread')
497 | await expect(
498 | threadPanel.locator(".mx_EventTile_last").getByText("Hello again Mr. User in a thread"),
> 499 | ).toBeVisible();
| ^
500 |
501 | const rightPanel = page.locator(".mx_RightPanel");
502 | // Check that the threads are listed
at /home/runner/work/element-web/element-web/playwright/e2e/threads/threads.spec.ts:499:11
|
Run Playwright tests:
playwright/e2e/threads/threads.spec.ts#L499
1) [Dendrite] › threads/threads.spec.ts:448:9 › Threads › navigate through right panel ───────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_ThreadPanel').locator('.mx_EventTile_last').getByText('Hello again Mr. User in a thread')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_ThreadPanel').locator('.mx_EventTile_last').getByText('Hello again Mr. User in a thread')
497 | await expect(
498 | threadPanel.locator(".mx_EventTile_last").getByText("Hello again Mr. User in a thread"),
> 499 | ).toBeVisible();
| ^
500 |
501 | const rightPanel = page.locator(".mx_RightPanel");
502 | // Check that the threads are listed
at /home/runner/work/element-web/element-web/playwright/e2e/threads/threads.spec.ts:499:11
|
Run Playwright tests:
playwright/e2e/toasts/analytics-toast.spec.ts#L31
2) [Dendrite] › toasts/analytics-toast.spec.ts:40:13 › Analytics Toast › with posthog enabled › should show an analytics toast which can be rejected
Test timeout of 30000ms exceeded while running "beforeEach" hook.
29 | });
30 |
> 31 | test.beforeEach(async ({ user, toasts }) => {
| ^
32 | await toasts.rejectToast("Notifications");
33 | });
34 |
at /home/runner/work/element-web/element-web/playwright/e2e/toasts/analytics-toast.spec.ts:31:14
|
Run Playwright tests:
playwright/element-web-test.ts#L183
2) [Dendrite] › toasts/analytics-toast.spec.ts:40:13 › Analytics Toast › with posthog enabled › should show an analytics toast which can be rejected
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_MatrixChat') to be visible
at ../element-web-test.ts:183
181 | user: async ({ pageWithCredentials: page, credentials }, use) => {
182 | await page.goto("/");
> 183 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
| ^
184 | await use(credentials);
185 | },
186 |
at Object.user (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:183:20)
|
Run Playwright tests:
playwright/e2e/widgets/layout.spec.ts#L33
3) [Dendrite] › widgets/layout.spec.ts:77:9 › Widget Layout › manually resize the height of the top container layout
Test timeout of 30000ms exceeded while running "beforeEach" hook.
31 | let roomId: string;
32 | let widgetUrl: string;
> 33 | test.beforeEach(async ({ webserver, app, user }) => {
| ^
34 | widgetUrl = webserver.start(WIDGET_HTML);
35 |
36 | roomId = await app.client.createRoom({ name: ROOM_NAME });
at /home/runner/work/element-web/element-web/playwright/e2e/widgets/layout.spec.ts:33:10
|
Run Playwright tests:
playwright/element-web-test.ts#L183
3) [Dendrite] › widgets/layout.spec.ts:77:9 › Widget Layout › manually resize the height of the top container layout
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_MatrixChat') to be visible
at ../element-web-test.ts:183
181 | user: async ({ pageWithCredentials: page, credentials }, use) => {
182 | await page.goto("/");
> 183 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
| ^
184 | await use(credentials);
185 | },
186 |
at Object.user (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:183:20)
|
Run Playwright tests
Process completed with exit code 1.
|
Run Playwright tests:
[Dendrite] › timeline/timeline.spec.ts#L1
[Dendrite] › timeline/timeline.spec.ts took 1.7m
|
Run Playwright tests:
[Dendrite] › user-onboarding/user-onboarding-new.spec.ts#L1
[Dendrite] › user-onboarding/user-onboarding-new.spec.ts took 23.8s
|
Run Playwright tests
1 failed
[Dendrite] › threads/threads.spec.ts:448:9 › Threads › navigate through right panel ────────────
2 flaky
[Dendrite] › toasts/analytics-toast.spec.ts:40:13 › Analytics Toast › with posthog enabled › should show an analytics toast which can be rejected
[Dendrite] › widgets/layout.spec.ts:77:9 › Widget Layout › manually resize the height of the top container layout
2 skipped
42 passed (5.5m)
|
Loading