Add a test for #29882, which is fixed by matrix-js-sdk#5016 (#30835) #11090
Annotations
3 errors and 1 notice
|
playwright/e2e/settings/room-settings/room-security-tab.spec.ts#L104
1) [Chrome] › playwright/e2e/settings/room-settings/room-security-tab.spec.ts:83:9 › Roles & Permissions room settings tab › should disallow changing from public to private if the user cannot alter history @screenshot
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_Dialog').filter({ has: locator('.mx_RoomSettingsDialog') }).getByRole('spinbutton', { name: '@user_6496a26110e4309860ce-e6b187015ed0865317ce:localhost' })
- locator resolved to <input value="100" type="number" max="Infinity" id="mx_Field_5" label="@user_6496a26110e4309860ce-e6b187015ed0865317ce:localhost" placeholder="@user_6496a26110e4309860ce-e6b187015ed0865317ce:localhost"/>
- fill("80")
- attempting fill action
- waiting for element to be visible, enabled and editable
- element was detached from the DOM, retrying
102 | await ourComboBox.selectOption("Custom level");
103 | const ourPl = settings.getByRole("spinbutton", { name: user.userId });
> 104 | await ourPl.fill("80");
| ^
105 | await ourPl.blur(); // Shows a warning on
106 |
107 | // Accept the de-op
at /home/runner/work/element-web/element-web/playwright/e2e/settings/room-settings/room-security-tab.spec.ts:104:25
|
|
playwright/e2e/settings/room-settings/room-security-tab.spec.ts#L0
1) [Chrome] › playwright/e2e/settings/room-settings/room-security-tab.spec.ts:83:9 › Roles & Permissions room settings tab › should disallow changing from public to private if the user cannot alter history @screenshot
Test timeout of 30000ms exceeded.
|
|
|
|
1 flaky
[Chrome] › playwright/e2e/settings/room-settings/room-security-tab.spec.ts:83:9 › Roles & Permissions room settings tab › should disallow changing from public to private if the user cannot alter history @screenshot
2 skipped
95 passed (8.6m)
|
The logs for this run have expired and are no longer available.
Loading