Skip to content

Commit c736099

Browse files
committed
Fix auth tests for new wording 'Continue to account'
1 parent e8e7c25 commit c736099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit-tests/components/views/auth/InteractiveAuthEntryComponents-test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ describe("<MasUnlockCrossSigningAuthEntry/>", () => {
8787
const spy = jest.spyOn(global.window, "open");
8888
renderAuth();
8989

90-
fireEvent.click(screen.getByRole("button", { name: "Go to your account" }));
90+
fireEvent.click(screen.getByRole("button", { name: "Continue to account" }));
9191
expect(spy).toHaveBeenCalledWith("https://example.com", "_blank");
9292
});
9393

0 commit comments

Comments
 (0)