This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
End to End Tests #6645
Triggered via workflow run
January 10, 2024 15:21
charlynguyen
completed
1333456
Status
Failure
Total duration
20m 46s
Artifacts
2
Annotations
12 errors, 5 warnings, and 1 notice
Run Tests 1/8
The process '/usr/bin/xvfb-run' failed with exit code 1
|
Run Tests 5/8
The process '/usr/bin/xvfb-run' failed with exit code 1
|
[Legacy Crypto] › login/login.spec.ts:93:13 › Login › SSO login › logs in with SSO and lands on the home screen:
matrix-react-sdk/playwright/e2e/login/utils.ts#L45
1) [Legacy Crypto] › login/login.spec.ts:93:13 › Login › SSO login › logs in with SSO and lands on the home screen
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Create your account' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Create your account' })
at login/utils.ts:45
43 |
44 | // Synapse prompts us to pick a user ID
> 45 | await expect(page.getByRole("heading", { name: "Create your account" })).toBeVisible();
| ^
46 | await page.getByRole("textbox", { name: "Username (required)" }).fill("alice");
47 |
48 | // wait for username validation to start, and complete
at doTokenRegistration (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/login/utils.ts:45:78)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/login/login.spec.ts:100:13
|
[Legacy Crypto] › login/login.spec.ts:93:13 › Login › SSO login › logs in with SSO and lands on the home screen:
matrix-react-sdk/playwright/e2e/login/utils.ts#L45
1) [Legacy Crypto] › login/login.spec.ts:93:13 › Login › SSO login › logs in with SSO and lands on the home screen
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Create your account' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Create your account' })
at login/utils.ts:45
43 |
44 | // Synapse prompts us to pick a user ID
> 45 | await expect(page.getByRole("heading", { name: "Create your account" })).toBeVisible();
| ^
46 | await page.getByRole("textbox", { name: "Username (required)" }).fill("alice");
47 |
48 | // wait for username validation to start, and complete
at doTokenRegistration (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/login/utils.ts:45:78)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/login/login.spec.ts:100:13
|
[Legacy Crypto] › login/login.spec.ts:93:13 › Login › SSO login › logs in with SSO and lands on the home screen:
matrix-react-sdk/playwright/e2e/login/utils.ts#L45
1) [Legacy Crypto] › login/login.spec.ts:93:13 › Login › SSO login › logs in with SSO and lands on the home screen
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Create your account' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Create your account' })
at login/utils.ts:45
43 |
44 | // Synapse prompts us to pick a user ID
> 45 | await expect(page.getByRole("heading", { name: "Create your account" })).toBeVisible();
| ^
46 | await page.getByRole("textbox", { name: "Username (required)" }).fill("alice");
47 |
48 | // wait for username validation to start, and complete
at doTokenRegistration (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/login/utils.ts:45:78)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/login/login.spec.ts:100:13
|
[Legacy Crypto] › login/soft_logout.spec.ts:72:13 › Soft logout › with SSO user › shows the soft-logout page when a request fails:
matrix-react-sdk/playwright/e2e/login/utils.ts#L45
2) [Legacy Crypto] › login/soft_logout.spec.ts:72:13 › Soft logout › with SSO user › shows the soft-logout page when a request fails, and allows a re-login
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Create your account' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Create your account' })
at login/utils.ts:45
43 |
44 | // Synapse prompts us to pick a user ID
> 45 | await expect(page.getByRole("heading", { name: "Create your account" })).toBeVisible();
| ^
46 | await page.getByRole("textbox", { name: "Username (required)" }).fill("alice");
47 |
48 | // wait for username validation to start, and complete
at doTokenRegistration (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/login/utils.ts:45:78)
at Object.user (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/login/soft_logout.spec.ts:62:30)
|
[Legacy Crypto] › login/soft_logout.spec.ts:72:13 › Soft logout › with SSO user › shows the soft-logout page when a request fails:
matrix-react-sdk/playwright/e2e/login/utils.ts#L45
2) [Legacy Crypto] › login/soft_logout.spec.ts:72:13 › Soft logout › with SSO user › shows the soft-logout page when a request fails, and allows a re-login
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Create your account' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Create your account' })
at login/utils.ts:45
43 |
44 | // Synapse prompts us to pick a user ID
> 45 | await expect(page.getByRole("heading", { name: "Create your account" })).toBeVisible();
| ^
46 | await page.getByRole("textbox", { name: "Username (required)" }).fill("alice");
47 |
48 | // wait for username validation to start, and complete
at doTokenRegistration (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/login/utils.ts:45:78)
at Object.user (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/login/soft_logout.spec.ts:62:30)
|
[Legacy Crypto] › login/soft_logout.spec.ts:72:13 › Soft logout › with SSO user › shows the soft-logout page when a request fails:
matrix-react-sdk/playwright/e2e/login/utils.ts#L45
2) [Legacy Crypto] › login/soft_logout.spec.ts:72:13 › Soft logout › with SSO user › shows the soft-logout page when a request fails, and allows a re-login
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Create your account' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Create your account' })
at login/utils.ts:45
43 |
44 | // Synapse prompts us to pick a user ID
> 45 | await expect(page.getByRole("heading", { name: "Create your account" })).toBeVisible();
| ^
46 | await page.getByRole("textbox", { name: "Username (required)" }).fill("alice");
47 |
48 | // wait for username validation to start, and complete
at doTokenRegistration (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/login/utils.ts:45:78)
at Object.user (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/login/soft_logout.spec.ts:62:30)
|
[Rust Crypto] › login/login.spec.ts:93:13 › Login › SSO login › logs in with SSO and lands on the home screen:
matrix-react-sdk/playwright/e2e/login/utils.ts#L45
3) [Rust Crypto] › login/login.spec.ts:93:13 › Login › SSO login › logs in with SSO and lands on the home screen
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Create your account' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Create your account' })
at login/utils.ts:45
43 |
44 | // Synapse prompts us to pick a user ID
> 45 | await expect(page.getByRole("heading", { name: "Create your account" })).toBeVisible();
| ^
46 | await page.getByRole("textbox", { name: "Username (required)" }).fill("alice");
47 |
48 | // wait for username validation to start, and complete
at doTokenRegistration (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/login/utils.ts:45:78)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/login/login.spec.ts:100:13
|
[Rust Crypto] › login/login.spec.ts:93:13 › Login › SSO login › logs in with SSO and lands on the home screen:
matrix-react-sdk/playwright/e2e/login/utils.ts#L45
3) [Rust Crypto] › login/login.spec.ts:93:13 › Login › SSO login › logs in with SSO and lands on the home screen
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Create your account' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Create your account' })
at login/utils.ts:45
43 |
44 | // Synapse prompts us to pick a user ID
> 45 | await expect(page.getByRole("heading", { name: "Create your account" })).toBeVisible();
| ^
46 | await page.getByRole("textbox", { name: "Username (required)" }).fill("alice");
47 |
48 | // wait for username validation to start, and complete
at doTokenRegistration (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/login/utils.ts:45:78)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/login/login.spec.ts:100:13
|
[Rust Crypto] › login/login.spec.ts:93:13 › Login › SSO login › logs in with SSO and lands on the home screen:
matrix-react-sdk/playwright/e2e/login/utils.ts#L45
3) [Rust Crypto] › login/login.spec.ts:93:13 › Login › SSO login › logs in with SSO and lands on the home screen
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Create your account' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Create your account' })
at login/utils.ts:45
43 |
44 | // Synapse prompts us to pick a user ID
> 45 | await expect(page.getByRole("heading", { name: "Create your account" })).toBeVisible();
| ^
46 | await page.getByRole("textbox", { name: "Username (required)" }).fill("alice");
47 |
48 | // wait for username validation to start, and complete
at doTokenRegistration (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/login/utils.ts:45:78)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/login/login.spec.ts:100:13
|
[Rust Crypto] › login/soft_logout.spec.ts:72:13 › Soft logout › with SSO user › shows the soft-logout page when a request fails:
matrix-react-sdk/playwright/e2e/login/utils.ts#L45
4) [Rust Crypto] › login/soft_logout.spec.ts:72:13 › Soft logout › with SSO user › shows the soft-logout page when a request fails, and allows a re-login
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Create your account' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Create your account' })
at login/utils.ts:45
43 |
44 | // Synapse prompts us to pick a user ID
> 45 | await expect(page.getByRole("heading", { name: "Create your account" })).toBeVisible();
| ^
46 | await page.getByRole("textbox", { name: "Username (required)" }).fill("alice");
47 |
48 | // wait for username validation to start, and complete
at doTokenRegistration (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/login/utils.ts:45:78)
at Object.user (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/login/soft_logout.spec.ts:62:30)
|
Slow Test:
[Rust Crypto] › read-receipts/redactions.spec.ts#L1
[Rust Crypto] › read-receipts/redactions.spec.ts took 5.9m
|
Slow Test:
[Legacy Crypto] › read-receipts/redactions.spec.ts#L1
[Legacy Crypto] › read-receipts/redactions.spec.ts took 5.5m
|
Slow Test:
[Rust Crypto] › read-receipts/high-level.spec.ts#L1
[Rust Crypto] › read-receipts/high-level.spec.ts took 3.8m
|
Slow Test:
[Rust Crypto] › read-receipts/new-messages.spec.ts#L1
[Rust Crypto] › read-receipts/new-messages.spec.ts took 3.8m
|
Slow Test:
[Legacy Crypto] › read-receipts/high-level.spec.ts#L1
[Legacy Crypto] › read-receipts/high-level.spec.ts took 3.6m
|
🎭 Playwright Run Summary
4 failed
[Legacy Crypto] › login/login.spec.ts:93:13 › Login › SSO login › logs in with SSO and lands on the home screen
[Legacy Crypto] › login/soft_logout.spec.ts:72:13 › Soft logout › with SSO user › shows the soft-logout page when a request fails, and allows a re-login
[Rust Crypto] › login/login.spec.ts:93:13 › Login › SSO login › logs in with SSO and lands on the home screen
[Rust Crypto] › login/soft_logout.spec.ts:72:13 › Soft logout › with SSO user › shows the soft-logout page when a request fails, and allows a re-login
3 flaky
[Legacy Crypto] › room/room.spec.ts:64:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A
[Rust Crypto] › room/room.spec.ts:64:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A
[Rust Crypto] › timeline/timeline.spec.ts:555:13 › Timeline › message displaying › should set inline start padding to a hidden event line
114 skipped
627 passed (17.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports
Expired
|
37.4 MB |
|
html-report--attempt-1
Expired
|
48 MB |
|