Skip to content

Commit 4fbcfe0

Browse files
committed
test: fix protractor tests
1 parent abf6256 commit 4fbcfe0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/tests/app/electron/ionic-authentication.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"ui": "ionic",
55
"layout": "tabs",
66
"features": ["auth"],
7-
"tools": ["protractor"]
7+
"tools": ["protractor", "puppeteer"]
88
}

scripts/tests/app/web+cordova/material-authentication.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"ui": "material",
55
"layout": "simple",
66
"features": ["auth", "lazy"],
7-
"tools": ["protractor"],
7+
"tools": ["protractor", "puppeteer"],
88
"usePrefix": false
99
}

0 commit comments

Comments
 (0)