Fix tests

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-08-27 21:39:52 +05:30
parent 2450512059
commit 6c5778e547
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -23,6 +23,6 @@ class MainActivityTest {
}
}
onNode(hasTestTag("fab")).performClick()
onNodeWithText("Item 2").assertIsDisplayed()
onNodeWithText("Item 1").assertIsDisplayed()
}
}