fix(e2e): run each test in its own driver and await more

This commit is contained in:
Ken Sodemann
2018-02-01 10:59:09 -06:00
parent 0babb2ece2
commit 6639f99556
127 changed files with 235 additions and 223 deletions

View File

@ -13,7 +13,7 @@ platforms.forEach(platform => {
describe('slides/basic', () => {
register('should init', driver => {
const page = new E2ETestPage(driver, platform);
return page.navigate();
return page.navigate('#content');
});
});
});

View File

@ -12,7 +12,7 @@
<body>
<ion-app>
<ion-page>
<ion-content>
<ion-content id="content">
<ion-slides style="background: black" id="slides">
<ion-slide style="background: red; color: white;">
<h1>Slide 1</h1>