Skip to content

Commit e1c0465

Browse files
committed
Update protractor-conf.js
1 parent 3a312a0 commit e1c0465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/protractor-conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var cfg = {
1212
],
1313
//chromeOnly: true, //https://github.com/angular/protractor/issues/187
1414
capabilities: {
15-
'browserName': "chrome"
15+
"browserName": "chrome"
1616
},
1717

1818
baseUrl: "http://localhost:8000/test/app/",
@@ -26,7 +26,7 @@ var cfg = {
2626

2727
if (process.env.TRAVIS) {
2828
cfg.capabilities.chromeOptions = {
29-
'args': ["--no-sandbox"]
29+
"args": ["--no-sandbox"]
3030
};
3131
}
3232

0 commit comments

Comments
 (0)