Skip to content

Commit

Permalink
Update test IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
hueachilles committed Feb 20, 2024
1 parent 8846fd4 commit 37042cd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ private fun LoginWithEmailScreen(
}
}
BusyButton(
modifier = fillWidthPadded.testTag("loginLoginDebugBtn"),
modifier = fillWidthPadded.testTag("emailLoginDebugLoginAction"),
onClick = rememberDebugAuthenticate,
enabled = isNotBusy,
text = "Login debug",
Expand All @@ -209,7 +209,7 @@ private fun LoginWithEmailScreen(
}

BusyButton(
modifier = fillWidthPadded.testTag("loginLoginAction"),
modifier = fillWidthPadded.testTag("emailLoginLoginAction"),
onClick = viewModel::authenticateEmailPassword,
enabled = isNotBusy,
text = translator("actions.login", R.string.login),
Expand Down

0 comments on commit 37042cd

Please sign in to comment.