diff --git a/core/src/components/infinite-scroll/test/standalone/e2e.js b/core/src/components/infinite-scroll/test/standalone/e2e.js index ef384d15ac..8196a9bdff 100644 --- a/core/src/components/infinite-scroll/test/standalone/e2e.js +++ b/core/src/components/infinite-scroll/test/standalone/e2e.js @@ -13,7 +13,7 @@ platforms.forEach(platform => { describe('infinite-scroll/standalone', () => { register('should init', driver => { const page = new E2ETestPage(driver, platform); - return page.navigate(); + return page.navigate("#content"); }); }); }); diff --git a/core/src/components/infinite-scroll/test/standalone/index.html b/core/src/components/infinite-scroll/test/standalone/index.html index a19a5b211d..c7d89693e2 100644 --- a/core/src/components/infinite-scroll/test/standalone/index.html +++ b/core/src/components/infinite-scroll/test/standalone/index.html @@ -10,8 +10,7 @@ - - + @@ -20,7 +19,7 @@ loadingText="Loading more data..."> - +