This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
upstream-sdk-notify #9329
Annotations
3 errors, 5 warnings, and 1 notice
Run Playwright tests:
matrix-react-sdk/playwright/e2e/oidc/oidc-native.spec.ts#L1
1) [Legacy Crypto] › oidc/oidc-native.spec.ts:28:9 › OIDC Native › can register the oauth2 client and an account
Test timeout of 90000ms exceeded.
|
Run Playwright tests:
matrix-react-sdk/playwright/e2e/oidc/oidc-native.spec.ts#L30
1) [Legacy Crypto] › oidc/oidc-native.spec.ts:28:9 › OIDC Native › can register the oauth2 client and an account
Error: page.waitForRequest: Test timeout of 90000ms exceeded.
28 | test("can register the oauth2 client and an account", async ({ context, page, homeserver, mailhog, app, mas }) => {
29 | const tokenUri = `http://localhost:${mas.port}/oauth2/token`;
> 30 | const tokenApiPromise = page.waitForRequest(
| ^
31 | (request) => request.url() === tokenUri && request.postDataJSON()["grant_type"] === "authorization_code",
32 | );
33 |
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/oidc/oidc-native.spec.ts:30:38
|
Run Playwright tests:
matrix-react-sdk/playwright/e2e/oidc/oidc-native.spec.ts#L35
1) [Legacy Crypto] › oidc/oidc-native.spec.ts:28:9 › OIDC Native › can register the oauth2 client and an account
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Continue' })
33 |
34 | await page.goto("/#/login");
> 35 | await page.getByRole("button", { name: "Continue" }).click();
| ^
36 | await registerAccountMas(page, mailhog.api, "alice", "alice@email.com", "Pa$sW0rD!");
37 |
38 | // Eventually, we should end up at the home screen.
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/oidc/oidc-native.spec.ts:35:62
|
Run Playwright tests:
matrix-react-sdk/[Legacy Crypto] › crypto/verification.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › crypto/verification.spec.ts took 2.6m
|
Run Playwright tests:
matrix-react-sdk/[Legacy Crypto] › crypto/crypto.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › crypto/crypto.spec.ts took 2.0m
|
Run Playwright tests:
matrix-react-sdk/[Legacy Crypto] › audio-player/audio-player.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › audio-player/audio-player.spec.ts took 1.3m
|
Run Playwright tests:
matrix-react-sdk/[Legacy Crypto] › composer/composer.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › composer/composer.spec.ts took 1.1m
|
Run Playwright tests:
matrix-react-sdk/[Legacy Crypto] › crypto/staged-rollout.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › crypto/staged-rollout.spec.ts took 1.1m
|
Run Playwright tests
1 flaky
[Legacy Crypto] › oidc/oidc-native.spec.ts:28:9 › OIDC Native › can register the oauth2 client and an account
7 skipped
97 passed (17.9m)
|
Loading