Skip to content

Commit

Permalink
fix: Fix scroll-view tests for ios 9 and 10 (#5358)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Vakrilov committed Feb 2, 2018
1 parent c0a7a45 commit 464cdd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/app/ui/scroll-view/scroll-view-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 464cdd5

Please sign in to comment.