Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Fix MatrixChat-test
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Oct 15, 2024
1 parent 80ab58d commit 17418b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/components/structures/MatrixChat-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ describe("<MatrixChat />", () => {

await getComponentAndLogin(true);

expect(loginClient.getCrypto()!.userHasCrossSigningKeys).not.toHaveBeenCalled();
expect(screen.getByRole("heading", { name: "Welcome Ernie" })).toBeInTheDocument();
});

it("should go straight to logged in view when user does not have cross signing keys and server does not support cross signing", async () => {
Expand Down

0 comments on commit 17418b3

Please sign in to comment.