mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(all): snapshot tests
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
|
||||
// class E2ETestPage extends Page {
|
||||
// constructor(driver, platform) {
|
||||
// super(driver, `http://localhost:3333/src/components/tabs/test/basic?ionicplatform=${platform}`);
|
||||
// super(driver, `http://localhost:3333/src/components/tabs/test/basic?ionic:mode=${platform}`);
|
||||
// }
|
||||
// }
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
// class E2ETestPage extends Page {
|
||||
// constructor(driver, platform) {
|
||||
// super(driver, `http://localhost:3333/src/components/tabs/test/nav?ionicplatform=${platform}`);
|
||||
// super(driver, `http://localhost:3333/src/components/tabs/test/nav?ionic:mode=${platform}`);
|
||||
// }
|
||||
// }
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
|
||||
// class E2ETestPage extends Page {
|
||||
// constructor(driver, platform) {
|
||||
// super(driver, `http://localhost:3333/src/components/tabs/test/basic?ionicplatform=${platform}`);
|
||||
// super(driver, `http://localhost:3333/src/components/tabs/test/basic?ionic:mode=${platform}`);
|
||||
// }
|
||||
// }
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
|
||||
// class E2ETestPage extends Page {
|
||||
// constructor(driver, platform) {
|
||||
// super(driver, `http://localhost:3333/src/components/tabs/test/vanilla?ionicplatform=${platform}`);
|
||||
// super(driver, `http://localhost:3333/src/components/tabs/test/vanilla?ionic:mode=${platform}`);
|
||||
// }
|
||||
// }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user