Skip to content

Commit 585dc7a

Browse files
add comment to the test
1 parent 44af9da commit 585dc7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/e2eFlutterTest/java/io/appium/java_client/android/CommandTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ void testScrollTillVisibleForDescendant() {
190190

191191
assertEquals(0, driver.findElements(descendantBy).size());
192192
driver.scrollTillVisible(new ScrollParameter(descendantBy));
193+
// Make sure the card is visible after scrolling
193194
assertEquals(1, driver.findElements(descendantBy).size());
194195
}
195196
}

0 commit comments

Comments
 (0)