mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
fix(all): snapshot tests
This commit is contained in:
@ -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}`);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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}`);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user