FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: FIx scroll-view tests for ios 9 and 10 · NativeScript/NativeScript@1f1939f · GitHub

Commit 1f1939f

Browse files
vakrilov
committed
fix: FIx scroll-view tests for ios 9 and 10
1 parent 2b84319 commit 1f1939f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

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

28+
(<any>this.testPage).scrollableContent = false;
2829
return scrollView;
2930
}
3031

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL