Skip to content

Commit 464cdd5

Browse files
author
Alexander Vakrilov
authored
fix: Fix scroll-view tests for ios 9 and 10 (NativeScript#5358)
1 parent c0a7a45 commit 464cdd5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/app/ui/scroll-view/scroll-view-tests.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ class ScrollLayoutTest extends UITest<ScrollView> {
2525
btn.height = { value: 500, unit: "px" };
2626
scrollView.content = btn;
2727

28+
// Use page with scrollableContent disabled for scroll-view tests
29+
(<any>this.testPage).scrollableContent = false;
2830
return scrollView;
2931
}
3032

0 commit comments

Comments
 (0)