Update room-security-tab.spec.ts

This commit is contained in:
David Langley 2026-01-02 08:33:58 +00:00
parent 431718125a
commit fa0428ad89

View File

@ -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();
},
);