mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-06 04:36:21 +02:00
Update room-security-tab.spec.ts
This commit is contained in:
parent
431718125a
commit
fa0428ad89
@ -75,7 +75,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 only (since the point in time of selecting this option)"),
|
||||
settingsGroupHistory.getByText("Members (full history)"),
|
||||
).toBeChecked();
|
||||
},
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user