Skip to content

Commit 4aeb1c7

Browse files
committed
Remove pointless screenshot
1 parent 0630b01 commit 4aeb1c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

0 commit comments

Comments
 (0)