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 @@ const { register, Page, platforms } = require('../../../../../scripts/e2e');
class E2ETestPage extends Page {
constructor(driver, platform) {
super(driver, `http://localhost:3333/src/components/toggle/test/basic?ionicplatform=${platform}`);
super(driver, `http://localhost:3333/src/components/toggle/test/basic?ionic:mode=${platform}`);
}
}

View File

@ -5,7 +5,7 @@ const { register, Page, platforms } = require('../../../../../scripts/e2e');
class E2ETestPage extends Page {
constructor(driver, platform) {
super(driver, `http://localhost:3333/src/components/toggle/test/standalone?ionicplatform=${platform}`);
super(driver, `http://localhost:3333/src/components/toggle/test/standalone?ionic:mode=${platform}`);
}
}