Commit 72dd66c 1 parent 64f0e65 commit 72dd66c Copy full SHA for 72dd66c
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 @@ -75,6 +75,7 @@ class NoAnchorTest {
75
75
for (i in 0 .. 2 ) {
76
76
onView(withId(R .id.follow)).perform(ViewActions .swipeUp())
77
77
onView(withId(R .id.follow)).perform(ViewActions .swipeDown())
78
+ Thread .sleep(WAIT_SLIDER )
78
79
onView(ViewMatchers .isRoot())
79
80
.captureToBitmap()
80
81
.writeToTestStorage(" ${javaClass.simpleName} _${nameRule.methodName} -EXPANDED-$i " )
@@ -95,6 +96,7 @@ class NoAnchorTest {
95
96
Thread .sleep(WAIT_SLIDER )
96
97
// should be still EXPANDED
97
98
onView(withId(R .id.sliding_layout)).check(matches(withValue(PanelState .EXPANDED )))
99
+ Thread .sleep(WAIT_SLIDER )
98
100
onView(ViewMatchers .isRoot())
99
101
.captureToBitmap()
100
102
.writeToTestStorage(" ${javaClass.simpleName} _${nameRule.methodName} -2" )
You can’t perform that action at this time.
0 commit comments