Update tests for copy changes on 'only send to verified'
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user