Merge pull request #2089 from ishaquehassan/fix/2086-bookmarks-loading-test-tag

fix: use correct test tag in BookmarksScreen LoadingState
main
Don Turner 1 month ago committed by GitHub
commit e74c06b73a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -155,7 +155,7 @@ private fun LoadingState(modifier: Modifier = Modifier) {
modifier = modifier
.fillMaxWidth()
.wrapContentSize()
.testTag("forYou:loading"),
.testTag("bookmarks:loading"),
contentDesc = stringResource(id = R.string.feature_bookmarks_api_loading),
)
}

Loading…
Cancel
Save