Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CrisTofani committed May 13, 2024
1 parent d963bab commit bb8b792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ts/screens/authentication/TestAuthenticationScreen.tsx
Expand Up @@ -125,7 +125,7 @@ const TestAuthenticationScreen = (props: Props) => {
placeholder={I18n.t("global.username")}
value={username}
onChangeText={setUsername}
testID={"username"}
testID={"usernameInput"}
icon="profile"
onValidate={isUsernameFieldValid}
disabled={isLoading}
Expand All @@ -139,7 +139,7 @@ const TestAuthenticationScreen = (props: Props) => {
placeholder={I18n.t("global.password")}
value={password}
onChangeText={setPassword}
testID={"password"}
testID={"passwordInput"}
icon="locked"
disabled={isLoading}
textInputProps={{
Expand Down

0 comments on commit bb8b792

Please sign in to comment.