We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b91f751 commit 7cc07acCopy full SHA for 7cc07ac
1 file changed
sample/src/androidTest/java/info/hannes/logcat/LogcatTest.kt
@@ -30,7 +30,7 @@ class LogcatTest {
30
)
31
32
@Test
33
- fun basicTest() {
+ fun basicLogcatTest() {
34
onView(allOf(withContentDescription("Logcat"), withParent(withId(R.id.action_bar)), isDisplayed()))
35
36
WaitingAssertion.checkAssertion(R.id.log_recycler, isDisplayed(), 1500)
0 commit comments