Skip to content

Commit 0d2bc42

Browse files
committed
e2e: fix Android
1 parent fdfc15e commit 0d2bc42

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

e2e/kit/004-aware-scroll-view.e2e.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ describe("AwareScrollView test cases", () => {
8989
});
9090

9191
it("should auto-scroll when user types a text", async () => {
92-
await element(by.id("aware_scroll_view_container")).scroll(80, "up");
92+
await element(by.id("aware_scroll_view_container")).scroll(40, "up");
9393
await typeText("TextInput#4", "1");
9494
await waitForExpect(async () => {
9595
await expectBitmapsToBeEqual(
Loading
Loading

0 commit comments

Comments
 (0)