fix: Fix scroll-view tests for ios 9 and 10 (#5358)

This commit is contained in:
Alexander Vakrilov
2018-02-02 09:50:15 +02:00
committed by GitHub
parent c0a7a45ab9
commit 464cdd5a07

View File

@ -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;
}