Playwright: get console logs without trace #4032
Annotations
3 errors, 2 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/room_options/marked_unread.spec.ts#L51
1) [Chrome] › room_options/marked_unread.spec.ts:22:9 › Mark as Unread › should mark a room as unread
Error: expect(locator).toBeVisible()
Locator: getByLabel('The mark unread test room Unread messages.')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('The mark unread test room Unread messages.')
49 | await page.getByRole("menuitem", { name: "Mark as unread" }).click();
50 |
> 51 | expect(page.getByLabel(TEST_ROOM_NAME + " Unread messages.")).toBeVisible();
| ^
52 | });
53 | });
54 |
at /home/runner/work/element-web/element-web/playwright/e2e/room_options/marked_unread.spec.ts:51:71
|
Run Playwright tests:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L86
2) [Chrome] › sliding-sync/sliding-sync.spec.ts:215:5 › Sliding Sync › should update user settings promptly
Test timeout of 30000ms exceeded while running "beforeEach" hook.
84 |
85 | // Load the user fixture for all tests
> 86 | test.beforeEach(({ user }) => {});
| ^
87 |
88 | test("should render the Rooms list in reverse chronological order by default and allowing sorting A-Z", async ({
89 | page,
at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:86:10
|
Run Playwright tests:
playwright/element-web-test.ts#L191
2) [Chrome] › sliding-sync/sliding-sync.spec.ts:215:5 › Sliding Sync › should update user settings promptly
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_MatrixChat') to be visible
at ../element-web-test.ts:191
189 | user: async ({ pageWithCredentials: page, credentials }, use) => {
190 | await page.goto("/");
> 191 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
| ^
192 | await use(credentials);
193 | },
194 |
at Object.user (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:191:20)
|
Run Playwright tests:
[Chrome] › room/room-header.spec.ts#L1
[Chrome] › room/room-header.spec.ts took 26.0s
|
Run Playwright tests:
[Chrome] › settings/account-user-settings-tab.spec.ts#L1
[Chrome] › settings/account-user-settings-tab.spec.ts took 17.2s
|
Run Playwright tests
2 flaky
[Chrome] › room_options/marked_unread.spec.ts:22:9 › Mark as Unread › should mark a room as unread
[Chrome] › sliding-sync/sliding-sync.spec.ts:215:5 › Sliding Sync › should update user settings promptly
1 skipped
47 passed (4.1m)
|
Loading