Skip to content

Commit

Permalink
Update ui/pages/__tests__/Signin.test.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Simon <[email protected]>
  • Loading branch information
bigkevmcd and foot authored Sep 19, 2023
1 parent a68b109 commit 1552dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/pages/__tests__/Signin.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe("SignIn", () => {
expect(screen.queryByText(defaultButtonLabel)).toBeTruthy();
});

it("should redirect to the oauth2 endpoint with the correct return_url", async () => {
it("should redirect to the oauth2 endpoint with a relative URL to support running under a subpath", async () => {
renderSignIn({ OIDC_AUTH: "true" });
fireEvent.click(screen.queryByText(defaultButtonLabel));

Expand Down

0 comments on commit 1552dda

Please sign in to comment.