Skip to content

Commit 3c4c21c

Browse files
committed
More screenshots
1 parent 7cc07ac commit 3c4c21c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sample/src/androidTest/java/info/hannes/logcat/LogcatTest.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ class LogcatTest {
3232
@Test
3333
fun basicLogcatTest() {
3434
onView(allOf(withContentDescription("Logcat"), withParent(withId(R.id.action_bar)), isDisplayed()))
35-
35+
Screenshot.takeScreenshot("Step1")
3636
WaitingAssertion.checkAssertion(R.id.log_recycler, isDisplayed(), 1500)
37+
Screenshot.takeScreenshot("Step2")
3738
onView(withId(R.id.log_recycler)).check(RecyclerViewItemCountAssertion(15, MatchOperator.GRATER_EQUAL))
3839
Screenshot.takeScreenshot("End")
3940
}

0 commit comments

Comments
 (0)