This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
Change avatar setting component to use a menu #9750
Annotations
4 errors, 5 warnings, and 1 notice
matrix-react-sdk/playwright/e2e/settings/general-user-settings-tab.spec.ts#L53
1) [Legacy Crypto] › settings/general-user-settings-tab.spec.ts:35:9 › General user settings tab › should be rendered properly
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_Dialog').filter({ has: locator('.mx_UserSettingsDialog') }).locator('.mx_UserProfileSettings_profile').locator('.mx_AvatarSetting_avatar').locator('.mx_AvatarSetting_hoverBg')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_Dialog').filter({ has: locator('.mx_UserSettingsDialog') }).locator('.mx_UserProfileSettings_profile').locator('.mx_AvatarSetting_avatar').locator('.mx_AvatarSetting_hoverBg')
51 |
52 | // Hover effect
> 53 | await expect(avatar.locator(".mx_AvatarSetting_hoverBg")).toBeVisible();
| ^
54 | await expect(avatar.locator(".mx_AvatarSetting_hover span").getByText("Upload")).toBeVisible();
55 |
56 | // Wait until spinners disappear
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/settings/general-user-settings-tab.spec.ts:53:67
|
matrix-react-sdk/playwright/e2e/settings/general-user-settings-tab.spec.ts#L53
1) [Legacy Crypto] › settings/general-user-settings-tab.spec.ts:35:9 › General user settings tab › should be rendered properly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_Dialog').filter({ has: locator('.mx_UserSettingsDialog') }).locator('.mx_UserProfileSettings_profile').locator('.mx_AvatarSetting_avatar').locator('.mx_AvatarSetting_hoverBg')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_Dialog').filter({ has: locator('.mx_UserSettingsDialog') }).locator('.mx_UserProfileSettings_profile').locator('.mx_AvatarSetting_avatar').locator('.mx_AvatarSetting_hoverBg')
51 |
52 | // Hover effect
> 53 | await expect(avatar.locator(".mx_AvatarSetting_hoverBg")).toBeVisible();
| ^
54 | await expect(avatar.locator(".mx_AvatarSetting_hover span").getByText("Upload")).toBeVisible();
55 |
56 | // Wait until spinners disappear
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/settings/general-user-settings-tab.spec.ts:53:67
|
matrix-react-sdk/playwright/e2e/settings/general-user-settings-tab.spec.ts#L53
1) [Legacy Crypto] › settings/general-user-settings-tab.spec.ts:35:9 › General user settings tab › should be rendered properly
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_Dialog').filter({ has: locator('.mx_UserSettingsDialog') }).locator('.mx_UserProfileSettings_profile').locator('.mx_AvatarSetting_avatar').locator('.mx_AvatarSetting_hoverBg')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_Dialog').filter({ has: locator('.mx_UserSettingsDialog') }).locator('.mx_UserProfileSettings_profile').locator('.mx_AvatarSetting_avatar').locator('.mx_AvatarSetting_hoverBg')
51 |
52 | // Hover effect
> 53 | await expect(avatar.locator(".mx_AvatarSetting_hoverBg")).toBeVisible();
| ^
54 | await expect(avatar.locator(".mx_AvatarSetting_hover span").getByText("Upload")).toBeVisible();
55 |
56 | // Wait until spinners disappear
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/settings/general-user-settings-tab.spec.ts:53:67
|
|
matrix-react-sdk/[Legacy Crypto] › timeline/timeline.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › timeline/timeline.spec.ts took 2.6m
|
matrix-react-sdk/[Legacy Crypto] › spotlight/spotlight.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › spotlight/spotlight.spec.ts took 1.9m
|
matrix-react-sdk/[Legacy Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 1.4m
|
matrix-react-sdk/[Legacy Crypto] › spaces/spaces.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › spaces/spaces.spec.ts took 56.8s
|
matrix-react-sdk/[Legacy Crypto] › threads/threads.spec.ts#L1
matrix-react-sdk/[Legacy Crypto] › threads/threads.spec.ts took 34.6s
|
|
This job failed
Loading