mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
prettier
This commit is contained in:
parent
c04c070bb3
commit
f33e476817
@ -74,9 +74,7 @@ test.describe("Roles & Permissions room settings tab", () => {
|
||||
|
||||
await settingsGroupAccess.getByText("Private (invite only)").click();
|
||||
// Element should have automatically set the room to "sharing" history visibility
|
||||
await expect(
|
||||
settingsGroupHistory.getByText("Members (full history)"),
|
||||
).toBeChecked();
|
||||
await expect(settingsGroupHistory.getByText("Members (full history)")).toBeChecked();
|
||||
},
|
||||
);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user