Fix lint warning
This commit is contained in:
parent
d83cc23ee9
commit
5f960880de
2 changed files with 3 additions and 2 deletions
|
|
@ -40,6 +40,7 @@ class ComposeLoginRobot(
|
||||||
fun assertLoading(): ComposeLoginRobot = apply {
|
fun assertLoading(): ComposeLoginRobot = apply {
|
||||||
onNodeWithTag(AuthScreenTag.LoadingIndicator).assertIsDisplayed()
|
onNodeWithTag(AuthScreenTag.LoadingIndicator).assertIsDisplayed()
|
||||||
}
|
}
|
||||||
|
|
||||||
fun assertNotLoading(): ComposeLoginRobot = apply {
|
fun assertNotLoading(): ComposeLoginRobot = apply {
|
||||||
onAllNodesWithTag(AuthScreenTag.LoadingIndicator).assertCountEquals(0)
|
onAllNodesWithTag(AuthScreenTag.LoadingIndicator).assertCountEquals(0)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue