We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d541e9d commit 55c3963Copy full SHA for 55c3963
MPChartExample/src/androidTest/java/com/xxmassdeveloper/mpchartexample/ViewPagerTest.kt
@@ -30,7 +30,7 @@ class ViewPagerTest {
30
.writeToTestStorage("${javaClass.simpleName}_${nameRule.methodName}")
31
32
repeat(4) {
33
- onView(withId(R.id.pager)).perform(swipeLeft());
+ onView(withId(R.id.pager)).perform(swipeLeft())
34
onView(ViewMatchers.isRoot())
35
.captureToBitmap()
36
.writeToTestStorage("${javaClass.simpleName}_${nameRule.methodName}-${it}")
0 commit comments