Skip to content

Commit 7f19724

Browse files
committed
test(angular): Update test to pick password input
1 parent 96281c4 commit 7f19724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/src/lib/auth/forms/sign-in-auth-form.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ describe("<fui-sign-in-auth-form />", () => {
7474
});
7575

7676
expect(screen.getByLabelText("Email Address")).toBeInTheDocument();
77-
expect(screen.getByLabelText("Password")).toBeInTheDocument();
77+
expect(screen.getByLabelText("Password", { selector: "input" })).toBeInTheDocument();
7878
expect(screen.getByRole("button", { name: "Sign In" })).toBeInTheDocument();
7979
expect(screen.getByText("By continuing, you agree to our")).toBeInTheDocument();
8080
expect(screen.getByRole("button", { name: "Forgot Password" })).toBeInTheDocument();

0 commit comments

Comments
 (0)