Update tests for copy changes on 'only send to verified'

This commit is contained in:
Andy Balaam
2025-03-25 12:29:25 +00:00
parent 102a1ddb9e
commit cfece0f5ee
3 changed files with 4 additions and 4 deletions

View File

@@ -75,7 +75,7 @@ describe("<AdvancedPanel />", () => {
expect(screen.getByTestId("otherSettings")).toMatchSnapshot();
const checkbox = screen.getByRole("checkbox", {
name: "Never send encrypted messages to unverified devices",
name: "In encrypted rooms, only send messages to verified users",
});
expect(checkbox).toBeChecked();