1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-09 08:42:50 +03:00

Update more tests & snapshots

This commit is contained in:
David Baker
2024-05-07 15:39:52 +01:00
parent 4643c21c01
commit b06d6ca6a5
29 changed files with 137 additions and 137 deletions

View File

@@ -60,7 +60,7 @@ describe("LogoutDialog", () => {
it("Prompts user to connect backup if there is a backup on the server", async () => {
mockClient.getKeyBackupVersion.mockResolvedValue({} as KeyBackupInfo);
const rendered = renderComponent();
await rendered.findByText("Connect this session to Key Backup");
await rendered.findByText("Connect this device to Key Backup");
expect(rendered.container).toMatchSnapshot();
});