This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
Test for lack of WebAssembly support (#12792) #10899
Annotations
1 error, 5 warnings, and 1 notice
matrix-react-sdk/playwright/e2e/login/utils.ts#L57
1) login/login.spec.ts:101:13 › Login › SSO login › logs in with SSO and lands on the home screen
Error: Timed out 10000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected pattern: /\/#\/home$/
Received string: "http://localhost:8080/?loginToken=syl_aLbUSXAbMGrdSYWDXcYg_3HoT7y"
Call log:
- expect.toHaveURL with timeout 10000ms
- waiting for locator(':root')
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=syl_aLbUSXAbMGrdSYWDXcYg_3HoT7y"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=syl_aLbUSXAbMGrdSYWDXcYg_3HoT7y"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=syl_aLbUSXAbMGrdSYWDXcYg_3HoT7y"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=syl_aLbUSXAbMGrdSYWDXcYg_3HoT7y"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=syl_aLbUSXAbMGrdSYWDXcYg_3HoT7y"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=syl_aLbUSXAbMGrdSYWDXcYg_3HoT7y"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=syl_aLbUSXAbMGrdSYWDXcYg_3HoT7y"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=syl_aLbUSXAbMGrdSYWDXcYg_3HoT7y"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=syl_aLbUSXAbMGrdSYWDXcYg_3HoT7y"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=syl_aLbUSXAbMGrdSYWDXcYg_3HoT7y"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=syl_aLbUSXAbMGrdSYWDXcYg_3HoT7y"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=syl_aLbUSXAbMGrdSYWDXcYg_3HoT7y"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=syl_aLbUSXAbMGrdSYWDXcYg_3HoT7y"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=syl_aLbUSXAbMGrdSYWDXcYg_3HoT7y"
at login/utils.ts:57
55 |
56 | // Eventually, we should end up at the home screen.
> 57 | await expect(page).toHaveURL(/\/#\/home$/, { timeout: 10000 });
| ^
58 | await expect(page.getByRole("heading", { name: "Welcome Alice", exact: true })).toBeVisible();
59 |
60 | return page.evaluate(() => ({
at doTokenRegistration (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/login/utils.ts:57:24)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/login/login.spec.ts:108:13
|
matrix-react-sdk/read-receipts/high-level.spec.ts#L1
matrix-react-sdk/read-receipts/high-level.spec.ts took 3.4m
|
matrix-react-sdk/read-receipts/editing-messages-main-timeline.spec.ts#L1
matrix-react-sdk/read-receipts/editing-messages-main-timeline.spec.ts took 1.6m
|
matrix-react-sdk/read-receipts/editing-messages-in-threads.spec.ts#L1
matrix-react-sdk/read-receipts/editing-messages-in-threads.spec.ts took 1.6m
|
matrix-react-sdk/read-receipts/editing-messages-thread-roots.spec.ts#L1
matrix-react-sdk/read-receipts/editing-messages-thread-roots.spec.ts took 1.2m
|
matrix-react-sdk/integration-manager/read_events.spec.ts#L1
matrix-react-sdk/integration-manager/read_events.spec.ts took 53.9s
|
|
This job succeeded
Loading