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

Skip to content

Commit a50ea8a

Browse files
committed
Lint
1 parent be60aa8 commit a50ea8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/pages/login.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ describe("SignInPage", () => {
4040
// Set email / password
4141
const email = screen.getByLabelText(Language.emailLabel)
4242
const password = screen.getByLabelText(Language.passwordLabel)
43-
userEvent.type(email, "[email protected]")
44-
userEvent.type(password, "password")
43+
await userEvent.type(email, "[email protected]")
44+
await userEvent.type(password, "password")
4545
// Click sign-in
4646
const signInButton = await screen.findByText(Language.signIn)
4747
act(() => signInButton.click())

0 commit comments

Comments
 (0)