mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +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/button/test/anchor?ionicplatform=${platform}`);
|
||||
super(driver, `http://localhost:3333/src/components/button/test/anchor?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/button/test/basic?ionicplatform=${platform}`);
|
||||
super(driver, `http://localhost:3333/src/components/button/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/button/test/expand?ionicplatform=${platform}`);
|
||||
super(driver, `http://localhost:3333/src/components/button/test/expand?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/button/test/fill?ionicplatform=${platform}`);
|
||||
super(driver, `http://localhost:3333/src/components/button/test/fill?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/button/test/icon?ionicplatform=${platform}`);
|
||||
super(driver, `http://localhost:3333/src/components/button/test/icon?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/button/test/round?ionicplatform=${platform}`);
|
||||
super(driver, `http://localhost:3333/src/components/button/test/round?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/button/test/size?ionicplatform=${platform}`);
|
||||
super(driver, `http://localhost:3333/src/components/button/test/size?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/button/test/standalone?ionicplatform=${platform}`);
|
||||
super(driver, `http://localhost:3333/src/components/button/test/standalone?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/button/test/strong?ionicplatform=${platform}`);
|
||||
super(driver, `http://localhost:3333/src/components/button/test/strong?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/button/test/toolbar?ionicplatform=${platform}`);
|
||||
super(driver, `http://localhost:3333/src/components/button/test/toolbar?ionic:mode=${platform}`);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user