test(e2e): update e2e tests to pass

This commit is contained in:
Brandy Carney
2018-03-20 14:06:08 -04:00
parent 9094c66f3d
commit 769282935b
5 changed files with 5 additions and 13 deletions

View File

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

View File

@ -10,8 +10,7 @@
<body>
<ion-scroll>
<ion-content id="content">
<ion-list id="list"> </ion-list>
<ion-infinite-scroll threshold="100px" id="infinite-scroll">
@ -20,7 +19,7 @@
loadingText="Loading more data...">
</ion-infinite-scroll-content>
</ion-infinite-scroll>
</ion-scroll>
</ion-content>
<script>
let items = [];