Fix lint warning

This commit is contained in:
Alex Gabor 2022-04-11 11:29:40 +03:00
parent d83cc23ee9
commit 5f960880de
2 changed files with 3 additions and 2 deletions

View file

@ -40,6 +40,7 @@ class ComposeLoginRobot(
fun assertLoading(): ComposeLoginRobot = apply {
onNodeWithTag(AuthScreenTag.LoadingIndicator).assertIsDisplayed()
}
fun assertNotLoading(): ComposeLoginRobot = apply {
onAllNodesWithTag(AuthScreenTag.LoadingIndicator).assertCountEquals(0)
}