Simplified Sliding Sync #2606
Annotations
7 errors, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/room_options/marked_unread.spec.ts#L34
1) room_options/marked_unread.spec.ts:22:9 › Mark as Unread › should mark a room as unread ───────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('The mark unread test room 1 unread message.')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('The mark unread test room 1 unread message.')
32 |
33 | // Regular notification on new message
> 34 | await expect(page.getByLabel(TEST_ROOM_NAME + " 1 unread message.")).toBeVisible();
| ^
35 | await expect(page).toHaveTitle("Element [1]");
36 |
37 | await page.goto("/#/room/" + roomId);
at /home/runner/work/element-web/element-web/playwright/e2e/room_options/marked_unread.spec.ts:34:78
|
Run Playwright tests:
playwright/e2e/room_options/marked_unread.spec.ts#L34
1) room_options/marked_unread.spec.ts:22:9 › Mark as Unread › should mark a room as unread ───────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('The mark unread test room 1 unread message.')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('The mark unread test room 1 unread message.')
32 |
33 | // Regular notification on new message
> 34 | await expect(page.getByLabel(TEST_ROOM_NAME + " 1 unread message.")).toBeVisible();
| ^
35 | await expect(page).toHaveTitle("Element [1]");
36 |
37 | await page.goto("/#/room/" + roomId);
at /home/runner/work/element-web/element-web/playwright/e2e/room_options/marked_unread.spec.ts:34:78
|
Run Playwright tests:
playwright/e2e/room_options/marked_unread.spec.ts#L34
1) room_options/marked_unread.spec.ts:22:9 › Mark as Unread › should mark a room as unread ───────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('The mark unread test room 1 unread message.')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('The mark unread test room 1 unread message.')
32 |
33 | // Regular notification on new message
> 34 | await expect(page.getByLabel(TEST_ROOM_NAME + " 1 unread message.")).toBeVisible();
| ^
35 | await expect(page).toHaveTitle("Element [1]");
36 |
37 | await page.goto("/#/room/" + roomId);
at /home/runner/work/element-web/element-web/playwright/e2e/room_options/marked_unread.spec.ts:34:78
|
Run Playwright tests:
playwright/e2e/settings/roles-permissions-room-settings-tab.spec.ts#L35
2) settings/roles-permissions-room-settings-tab.spec.ts:28:9 › Roles & Permissions room settings tab › should be able to change the role of a user
Error: Timed out 5000ms waiting for expect(locator).toHaveValue(expected)
Locator: locator('.mx_Dialog').filter({ has: locator('.mx_RoomSettingsDialog') }).locator('.mx_SettingsFieldset').first().getByRole('combobox', { name: '@user:localhost' })
Expected string: "100"
Received: <element(s) not found>
Call log:
- expect.toHaveValue with timeout 5000ms
- waiting for locator('.mx_Dialog').filter({ has: locator('.mx_RoomSettingsDialog') }).locator('.mx_SettingsFieldset').first().getByRole('combobox', { name: '@user:localhost' })
33 | await expect(applyButton).toBeDisabled();
34 | let combobox = privilegedUserSection.getByRole("combobox", { name: user.userId });
> 35 | await expect(combobox).toHaveValue("100");
| ^
36 |
37 | // Change the role of Alice to Moderator (50)
38 | await combobox.selectOption("Moderator");
at /home/runner/work/element-web/element-web/playwright/e2e/settings/roles-permissions-room-settings-tab.spec.ts:35:32
|
Run Playwright tests:
playwright/e2e/settings/roles-permissions-room-settings-tab.spec.ts#L35
2) settings/roles-permissions-room-settings-tab.spec.ts:28:9 › Roles & Permissions room settings tab › should be able to change the role of a user
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveValue(expected)
Locator: locator('.mx_Dialog').filter({ has: locator('.mx_RoomSettingsDialog') }).locator('.mx_SettingsFieldset').first().getByRole('combobox', { name: '@user:localhost' })
Expected string: "100"
Received: <element(s) not found>
Call log:
- expect.toHaveValue with timeout 5000ms
- waiting for locator('.mx_Dialog').filter({ has: locator('.mx_RoomSettingsDialog') }).locator('.mx_SettingsFieldset').first().getByRole('combobox', { name: '@user:localhost' })
33 | await expect(applyButton).toBeDisabled();
34 | let combobox = privilegedUserSection.getByRole("combobox", { name: user.userId });
> 35 | await expect(combobox).toHaveValue("100");
| ^
36 |
37 | // Change the role of Alice to Moderator (50)
38 | await combobox.selectOption("Moderator");
at /home/runner/work/element-web/element-web/playwright/e2e/settings/roles-permissions-room-settings-tab.spec.ts:35:32
|
Run Playwright tests:
playwright/e2e/settings/roles-permissions-room-settings-tab.spec.ts#L35
2) settings/roles-permissions-room-settings-tab.spec.ts:28:9 › Roles & Permissions room settings tab › should be able to change the role of a user
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveValue(expected)
Locator: locator('.mx_Dialog').filter({ has: locator('.mx_RoomSettingsDialog') }).locator('.mx_SettingsFieldset').first().getByRole('combobox', { name: '@user:localhost' })
Expected string: "100"
Received: <element(s) not found>
Call log:
- expect.toHaveValue with timeout 5000ms
- waiting for locator('.mx_Dialog').filter({ has: locator('.mx_RoomSettingsDialog') }).locator('.mx_SettingsFieldset').first().getByRole('combobox', { name: '@user:localhost' })
33 | await expect(applyButton).toBeDisabled();
34 | let combobox = privilegedUserSection.getByRole("combobox", { name: user.userId });
> 35 | await expect(combobox).toHaveValue("100");
| ^
36 |
37 | // Change the role of Alice to Moderator (50)
38 | await combobox.selectOption("Moderator");
at /home/runner/work/element-web/element-web/playwright/e2e/settings/roles-permissions-room-settings-tab.spec.ts:35:32
|
Run Playwright tests
Process completed with exit code 1.
|
Run Playwright tests:
spaces/spaces.spec.ts#L1
spaces/spaces.spec.ts took 1.1m
|
Run Playwright tests:
right-panel/right-panel.spec.ts#L1
right-panel/right-panel.spec.ts took 1.0m
|
Run Playwright tests:
settings/account-user-settings-tab.spec.ts#L1
settings/account-user-settings-tab.spec.ts took 48.2s
|
Run Playwright tests:
right-panel/file-panel.spec.ts#L1
right-panel/file-panel.spec.ts took 43.4s
|
Run Playwright tests:
settings/appearance-user-settings-tab/theme-choice-panel.spec.ts#L1
settings/appearance-user-settings-tab/theme-choice-panel.spec.ts took 35.0s
|
Run Playwright tests
2 failed
room_options/marked_unread.spec.ts:22:9 › Mark as Unread › should mark a room as unread ────────
settings/roles-permissions-room-settings-tab.spec.ts:28:9 › Roles & Permissions room settings tab › should be able to change the role of a user
9 skipped
63 passed (10.5m)
|
Loading