File tree 1 file changed +2
-0
lines changed
demo/src/androidTest/java/info/hannes/slidingup/demo
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ class AnchorTest {
105
105
for (i in 0 .. 2 ) {
106
106
onView(withId(R .id.follow)).perform(ViewActions .swipeUp())
107
107
onView(withId(R .id.follow)).perform(ViewActions .swipeDown())
108
+ Thread .sleep(WAIT_SLIDER )
108
109
onView(ViewMatchers .isRoot())
109
110
.captureToBitmap()
110
111
.writeToTestStorage(" ${javaClass.simpleName} _${nameRule.methodName} -EXPANDED-$i " )
@@ -116,6 +117,7 @@ class AnchorTest {
116
117
for (i in 0 .. 2 ) {
117
118
onView(withId(R .id.follow)).perform(ViewActions .swipeUp())
118
119
onView(withId(R .id.follow)).perform(ViewActions .swipeDown())
120
+ Thread .sleep(WAIT_SLIDER )
119
121
onView(ViewMatchers .isRoot())
120
122
.captureToBitmap()
121
123
.writeToTestStorage(" ${javaClass.simpleName} _${nameRule.methodName} -ANCHORED-$i " )
You can’t perform that action at this time.
0 commit comments