mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
fix(e2e): run each test in its own driver and await more
This commit is contained in:
@ -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');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user