mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
test(e2e): update e2e tests to pass
This commit is contained in:
@ -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");
|
||||
});
|
||||
});
|
||||
});
|
||||
|
@ -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 = [];
|
||||
|
Reference in New Issue
Block a user