This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
End to End Tests #6577
Annotations
10 errors, 5 warnings, and 1 notice
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/settings/appearance-user-settings-tab.spec.ts#L146
1) [Legacy Crypto] › settings/appearance-user-settings-tab.spec.ts:137:9 › Appearance user settings tab › should disable compact group (modern) layout option on IRC layout and bubble layout
Error: Timed out 5000ms waiting for expect(locator).toBeDisabled()
Locator: getByTestId('mx_AppearanceUserSettingsTab').getByRole('checkbox', { name: 'Use a more compact \'Modern\' layout' })
Expected: disabled
Received: enabled
Call log:
- expect.toBeDisabled with timeout 5000ms
- waiting for getByTestId('mx_AppearanceUserSettingsTab').getByRole('checkbox', { name: 'Use a more compact \'Modern\' layout' })
- locator resolved to <input type="checkbox" id="checkbox_cj0jeaAFYO"/>
- unexpected value "enabled"
- locator resolved to <input type="checkbox" id="checkbox_cj0jeaAFYO"/>
- unexpected value "enabled"
- locator resolved to <input type="checkbox" id="checkbox_cj0jeaAFYO"/>
- unexpected value "enabled"
- locator resolved to <input type="checkbox" id="checkbox_cj0jeaAFYO"/>
- unexpected value "enabled"
- locator resolved to <input type="checkbox" id="checkbox_cj0jeaAFYO"/>
- unexpected value "enabled"
- locator resolved to <input type="checkbox" id="checkbox_cj0jeaAFYO"/>
- unexpected value "enabled"
- locator resolved to <input type="checkbox" id="checkbox_cj0jeaAFYO"/>
- unexpected value "enabled"
- locator resolved to <input type="checkbox" id="checkbox_cj0jeaAFYO"/>
- unexpected value "enabled"
- locator resolved to <input type="checkbox" id="checkbox_cj0jeaAFYO"/>
- unexpected value "enabled"
144 |
145 | const checkDisabled = async () => {
> 146 | await expect(tab.getByRole("checkbox", { name: "Use a more compact 'Modern' layout" })).toBeDisabled();
| ^
147 | };
148 |
149 | // Click "Show advanced" link button
at checkDisabled (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/settings/appearance-user-settings-tab.spec.ts:146:101)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/settings/appearance-user-settings-tab.spec.ts:160:15
|
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/settings/appearance-user-settings-tab.spec.ts#L146
1) [Legacy Crypto] › settings/appearance-user-settings-tab.spec.ts:137:9 › Appearance user settings tab › should disable compact group (modern) layout option on IRC layout and bubble layout
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeDisabled()
Locator: getByTestId('mx_AppearanceUserSettingsTab').getByRole('checkbox', { name: 'Use a more compact \'Modern\' layout' })
Expected: disabled
Received: enabled
Call log:
- expect.toBeDisabled with timeout 5000ms
- waiting for getByTestId('mx_AppearanceUserSettingsTab').getByRole('checkbox', { name: 'Use a more compact \'Modern\' layout' })
- locator resolved to <input type="checkbox" id="checkbox_N7ZANkQkmV"/>
- unexpected value "enabled"
- locator resolved to <input type="checkbox" id="checkbox_N7ZANkQkmV"/>
- unexpected value "enabled"
- locator resolved to <input type="checkbox" id="checkbox_N7ZANkQkmV"/>
- unexpected value "enabled"
- locator resolved to <input type="checkbox" id="checkbox_N7ZANkQkmV"/>
- unexpected value "enabled"
- locator resolved to <input type="checkbox" id="checkbox_N7ZANkQkmV"/>
- unexpected value "enabled"
- locator resolved to <input type="checkbox" id="checkbox_N7ZANkQkmV"/>
- unexpected value "enabled"
- locator resolved to <input type="checkbox" id="checkbox_N7ZANkQkmV"/>
- unexpected value "enabled"
- locator resolved to <input type="checkbox" id="checkbox_N7ZANkQkmV"/>
- unexpected value "enabled"
- locator resolved to <input type="checkbox" id="checkbox_N7ZANkQkmV"/>
- unexpected value "enabled"
144 |
145 | const checkDisabled = async () => {
> 146 | await expect(tab.getByRole("checkbox", { name: "Use a more compact 'Modern' layout" })).toBeDisabled();
| ^
147 | };
148 |
149 | // Click "Show advanced" link button
at checkDisabled (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/settings/appearance-user-settings-tab.spec.ts:146:101)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/settings/appearance-user-settings-tab.spec.ts:160:15
|
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/settings/appearance-user-settings-tab.spec.ts#L146
1) [Legacy Crypto] › settings/appearance-user-settings-tab.spec.ts:137:9 › Appearance user settings tab › should disable compact group (modern) layout option on IRC layout and bubble layout
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeDisabled()
Locator: getByTestId('mx_AppearanceUserSettingsTab').getByRole('checkbox', { name: 'Use a more compact \'Modern\' layout' })
Expected: disabled
Received: enabled
Call log:
- expect.toBeDisabled with timeout 5000ms
- waiting for getByTestId('mx_AppearanceUserSettingsTab').getByRole('checkbox', { name: 'Use a more compact \'Modern\' layout' })
- locator resolved to <input type="checkbox" id="checkbox_4T9SALCIQ9"/>
- unexpected value "enabled"
- locator resolved to <input type="checkbox" id="checkbox_4T9SALCIQ9"/>
- unexpected value "enabled"
- locator resolved to <input type="checkbox" id="checkbox_4T9SALCIQ9"/>
- unexpected value "enabled"
- locator resolved to <input type="checkbox" id="checkbox_4T9SALCIQ9"/>
- unexpected value "enabled"
- locator resolved to <input type="checkbox" id="checkbox_4T9SALCIQ9"/>
- unexpected value "enabled"
- locator resolved to <input type="checkbox" id="checkbox_4T9SALCIQ9"/>
- unexpected value "enabled"
- locator resolved to <input type="checkbox" id="checkbox_4T9SALCIQ9"/>
- unexpected value "enabled"
- locator resolved to <input type="checkbox" id="checkbox_4T9SALCIQ9"/>
- unexpected value "enabled"
- locator resolved to <input type="checkbox" id="checkbox_4T9SALCIQ9"/>
- unexpected value "enabled"
144 |
145 | const checkDisabled = async () => {
> 146 | await expect(tab.getByRole("checkbox", { name: "Use a more compact 'Modern' layout" })).toBeDisabled();
| ^
147 | };
148 |
149 | // Click "Show advanced" link button
at checkDisabled (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/settings/appearance-user-settings-tab.spec.ts:146:101)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/settings/appearance-user-settings-tab.spec.ts:160:15
|
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/widgets/stickers.spec.ts#L84
2) [Legacy Crypto] › widgets/stickers.spec.ts:111:9 › Stickers › should send a sticker to multiple rooms
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.mx_EventTile_sticker > a')
Expected pattern: /\/!UykZBsDQWtzoozIGis:localhost\//
Received string: ""
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.mx_EventTile_sticker > a')
82 | async function expectTimelineSticker(page: Page, roomId: string) {
83 | // Make sure it's in the right room
> 84 | await expect(page.locator(".mx_EventTile_sticker > a")).toHaveAttribute("href", new RegExp(`/${roomId}/`));
| ^
85 |
86 | // Make sure the image points at the sticker image. We will briefly show it
87 | // using the thumbnail URL, but as soon as that fails, we will switch to the
at expectTimelineSticker (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/widgets/stickers.spec.ts:84:61)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/widgets/stickers.spec.ts:134:15
|
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/widgets/stickers.spec.ts#L84
2) [Legacy Crypto] › widgets/stickers.spec.ts:111:9 › Stickers › should send a sticker to multiple rooms
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.mx_EventTile_sticker > a')
Expected pattern: /\/!mLsnBomgcyCFCfbFVV:localhost\//
Received string: ""
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.mx_EventTile_sticker > a')
82 | async function expectTimelineSticker(page: Page, roomId: string) {
83 | // Make sure it's in the right room
> 84 | await expect(page.locator(".mx_EventTile_sticker > a")).toHaveAttribute("href", new RegExp(`/${roomId}/`));
| ^
85 |
86 | // Make sure the image points at the sticker image. We will briefly show it
87 | // using the thumbnail URL, but as soon as that fails, we will switch to the
at expectTimelineSticker (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/widgets/stickers.spec.ts:84:61)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/widgets/stickers.spec.ts:134:15
|
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/widgets/stickers.spec.ts#L84
2) [Legacy Crypto] › widgets/stickers.spec.ts:111:9 › Stickers › should send a sticker to multiple rooms
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.mx_EventTile_sticker > a')
Expected pattern: /\/!uXEiYPQWWexiXPvZYm:localhost\//
Received string: ""
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.mx_EventTile_sticker > a')
82 | async function expectTimelineSticker(page: Page, roomId: string) {
83 | // Make sure it's in the right room
> 84 | await expect(page.locator(".mx_EventTile_sticker > a")).toHaveAttribute("href", new RegExp(`/${roomId}/`));
| ^
85 |
86 | // Make sure the image points at the sticker image. We will briefly show it
87 | // using the thumbnail URL, but as soon as that fails, we will switch to the
at expectTimelineSticker (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/widgets/stickers.spec.ts:84:61)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/widgets/stickers.spec.ts:134:15
|
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/widgets/stickers.spec.ts#L84
3) [Legacy Crypto] › widgets/stickers.spec.ts:145:9 › Stickers › should handle a sticker picker widget missing creatorUserId
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.mx_EventTile_sticker > a')
Expected pattern: /\/!CKTwlSMrESMZADgdHA:localhost\//
Received string: ""
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.mx_EventTile_sticker > a')
82 | async function expectTimelineSticker(page: Page, roomId: string) {
83 | // Make sure it's in the right room
> 84 | await expect(page.locator(".mx_EventTile_sticker > a")).toHaveAttribute("href", new RegExp(`/${roomId}/`));
| ^
85 |
86 | // Make sure the image points at the sticker image. We will briefly show it
87 | // using the thumbnail URL, but as soon as that fails, we will switch to the
at expectTimelineSticker (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/widgets/stickers.spec.ts:84:61)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/widgets/stickers.spec.ts:167:15
|
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/widgets/stickers.spec.ts#L84
3) [Legacy Crypto] › widgets/stickers.spec.ts:145:9 › Stickers › should handle a sticker picker widget missing creatorUserId
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.mx_EventTile_sticker > a')
Expected pattern: /\/!vLjsFjBeBxwRNhkZsw:localhost\//
Received string: ""
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.mx_EventTile_sticker > a')
82 | async function expectTimelineSticker(page: Page, roomId: string) {
83 | // Make sure it's in the right room
> 84 | await expect(page.locator(".mx_EventTile_sticker > a")).toHaveAttribute("href", new RegExp(`/${roomId}/`));
| ^
85 |
86 | // Make sure the image points at the sticker image. We will briefly show it
87 | // using the thumbnail URL, but as soon as that fails, we will switch to the
at expectTimelineSticker (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/widgets/stickers.spec.ts:84:61)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/widgets/stickers.spec.ts:167:15
|
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/widgets/stickers.spec.ts#L84
3) [Legacy Crypto] › widgets/stickers.spec.ts:145:9 › Stickers › should handle a sticker picker widget missing creatorUserId
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.mx_EventTile_sticker > a')
Expected pattern: /\/!nLuhcqXiwNSWnOLxyn:localhost\//
Received string: ""
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.mx_EventTile_sticker > a')
82 | async function expectTimelineSticker(page: Page, roomId: string) {
83 | // Make sure it's in the right room
> 84 | await expect(page.locator(".mx_EventTile_sticker > a")).toHaveAttribute("href", new RegExp(`/${roomId}/`));
| ^
85 |
86 | // Make sure the image points at the sticker image. We will briefly show it
87 | // using the thumbnail URL, but as soon as that fails, we will switch to the
at expectTimelineSticker (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/widgets/stickers.spec.ts:84:61)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/widgets/stickers.spec.ts:167:15
|
Merge into HTML Report:
matrix-react-sdk/playwright/e2e/settings/appearance-user-settings-tab.spec.ts#L146
4) [Rust Crypto] › settings/appearance-user-settings-tab.spec.ts:137:9 › Appearance user settings tab › should disable compact group (modern) layout option on IRC layout and bubble layout
Error: Timed out 5000ms waiting for expect(locator).toBeDisabled()
Locator: getByTestId('mx_AppearanceUserSettingsTab').getByRole('checkbox', { name: 'Use a more compact \'Modern\' layout' })
Expected: disabled
Received: enabled
Call log:
- expect.toBeDisabled with timeout 5000ms
- waiting for getByTestId('mx_AppearanceUserSettingsTab').getByRole('checkbox', { name: 'Use a more compact \'Modern\' layout' })
- locator resolved to <input type="checkbox" id="checkbox_Ix9Rgzumav"/>
- unexpected value "enabled"
- locator resolved to <input type="checkbox" id="checkbox_Ix9Rgzumav"/>
- unexpected value "enabled"
- locator resolved to <input type="checkbox" id="checkbox_Ix9Rgzumav"/>
- unexpected value "enabled"
- locator resolved to <input type="checkbox" id="checkbox_Ix9Rgzumav"/>
- unexpected value "enabled"
- locator resolved to <input type="checkbox" id="checkbox_Ix9Rgzumav"/>
- unexpected value "enabled"
- locator resolved to <input type="checkbox" id="checkbox_Ix9Rgzumav"/>
- unexpected value "enabled"
- locator resolved to <input type="checkbox" id="checkbox_Ix9Rgzumav"/>
- unexpected value "enabled"
- locator resolved to <input type="checkbox" id="checkbox_Ix9Rgzumav"/>
- unexpected value "enabled"
- locator resolved to <input type="checkbox" id="checkbox_Ix9Rgzumav"/>
- unexpected value "enabled"
144 |
145 | const checkDisabled = async () => {
> 146 | await expect(tab.getByRole("checkbox", { name: "Use a more compact 'Modern' layout" })).toBeDisabled();
| ^
147 | };
148 |
149 | // Click "Show advanced" link button
at checkDisabled (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/settings/appearance-user-settings-tab.spec.ts:146:101)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/settings/appearance-user-settings-tab.spec.ts:160:15
|
Merge into HTML Report:
[Rust Crypto] › read-receipts/redactions.spec.ts#L1
[Rust Crypto] › read-receipts/redactions.spec.ts took 6.1m
|
Merge into HTML Report:
[Legacy Crypto] › read-receipts/redactions.spec.ts#L1
[Legacy Crypto] › read-receipts/redactions.spec.ts took 5.5m
|
Merge into HTML Report:
[Rust Crypto] › read-receipts/high-level.spec.ts#L1
[Rust Crypto] › read-receipts/high-level.spec.ts took 3.8m
|
Merge into HTML Report:
[Rust Crypto] › read-receipts/new-messages.spec.ts#L1
[Rust Crypto] › read-receipts/new-messages.spec.ts took 3.8m
|
Merge into HTML Report:
[Legacy Crypto] › read-receipts/high-level.spec.ts#L1
[Legacy Crypto] › read-receipts/high-level.spec.ts took 3.7m
|
Merge into HTML Report
6 failed
[Legacy Crypto] › settings/appearance-user-settings-tab.spec.ts:137:9 › Appearance user settings tab › should disable compact group (modern) layout option on IRC layout and bubble layout
[Legacy Crypto] › widgets/stickers.spec.ts:111:9 › Stickers › should send a sticker to multiple rooms
[Legacy Crypto] › widgets/stickers.spec.ts:145:9 › Stickers › should handle a sticker picker widget missing creatorUserId
[Rust Crypto] › settings/appearance-user-settings-tab.spec.ts:137:9 › Appearance user settings tab › should disable compact group (modern) layout option on IRC layout and bubble layout
[Rust Crypto] › widgets/stickers.spec.ts:111:9 › Stickers › should send a sticker to multiple rooms
[Rust Crypto] › widgets/stickers.spec.ts:145:9 › Stickers › should handle a sticker picker widget missing creatorUserId
4 flaky
[Legacy Crypto] › read-receipts/redactions.spec.ts:691:17 › Read receipts › redactions › in threads › A thread with a redacted unread is still read after restart
[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
622 passed (16.2m)
|
The logs for this run have expired and are no longer available.
Loading