mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix: Fix scroll-view tests for ios 9 and 10 (#5358)
This commit is contained in:
committed by
GitHub
parent
c0a7a45ab9
commit
464cdd5a07
@@ -25,6 +25,8 @@ class ScrollLayoutTest extends UITest<ScrollView> {
|
||||
btn.height = { value: 500, unit: "px" };
|
||||
scrollView.content = btn;
|
||||
|
||||
// Use page with scrollableContent disabled for scroll-view tests
|
||||
(<any>this.testPage).scrollableContent = false;
|
||||
return scrollView;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user