Skip to content

Commit

Permalink
feat(cases): add testTags for cases count view loading indicator in C…
Browse files Browse the repository at this point in the history
…asesScreen
  • Loading branch information
deepanchal committed Aug 16, 2023
1 parent 333b1ad commit ed23aaf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,7 @@ private fun CasesCountView(
) {
CircularProgressIndicator(
Modifier
.testTag("workIncidentsLoadingIndicator")
.wrapContentSize()
.size(24.dp),
color = Color.White,
Expand Down

0 comments on commit ed23aaf

Please sign in to comment.