fix(all): snapshot tests

This commit is contained in:
Manu Mtz.-Almeida
2018-05-08 16:05:06 +02:00
parent 427222cc29
commit cc7ab4e3c6
117 changed files with 2121 additions and 2116 deletions

View File

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

View File

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

View File

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

View File

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