diff --git a/tests/app/ui/scroll-view/scroll-view-tests.ts b/tests/app/ui/scroll-view/scroll-view-tests.ts index 8c53f3928..ad2d92149 100644 --- a/tests/app/ui/scroll-view/scroll-view-tests.ts +++ b/tests/app/ui/scroll-view/scroll-view-tests.ts @@ -25,6 +25,8 @@ class ScrollLayoutTest extends UITest { btn.height = { value: 500, unit: "px" }; scrollView.content = btn; + // Use page with scrollableContent disabled for scroll-view tests + (this.testPage).scrollableContent = false; return scrollView; }