Index: sky/tests/framework/citylist-scrolled.sky |
diff --git a/sky/tests/framework/citylist-scrolled.sky b/sky/tests/framework/citylist-scrolled.sky |
index 6216888a6b5c34fd25c7ae7bd136b0a8ee6643cd..3195b5192766c26dbc0790a16002601f685271b0 100644 |
--- a/sky/tests/framework/citylist-scrolled.sky |
+++ b/sky/tests/framework/citylist-scrolled.sky |
@@ -10,8 +10,7 @@ cityList.addEventListener('load', function() { |
} else { |
scrolled = true; |
setTimeout(function() { |
- cityList.scrollerElement.scrollTop = 200; |
- cityList.handleScroll({ target: cityList.scrollerElement }); |
+ cityList.scrollBy(200); |
}, 0); |
} |
}); |