Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 34eb66b

Browse files
committed
Lint
1 parent bf06e92 commit 34eb66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/login.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ describe("SignInPage", () => {
3939
render(<SignInPage />)
4040
const email = screen.getByLabelText(Language.emailLabel)
4141
const password = screen.getByLabelText(Language.passwordLabel)
42-
await userEvent.type(email, "[email protected]")
42+
await userEvent.type(email, "[email protected]")
4343
await userEvent.type(password, "password")
4444
// Click sign-in
4545
const signInButton = await screen.findByText(Language.signIn)

0 commit comments

Comments
 (0)