You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by ma...@apache.org on 2016/09/23 15:34:03 UTC

syncope git commit: [SYNCOPE-937] updates protractor configuration file

Repository: syncope
Updated Branches:
  refs/heads/master e821d5fd4 -> 8e7db68e1


[SYNCOPE-937] updates protractor configuration file


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/8e7db68e
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/8e7db68e
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/8e7db68e

Branch: refs/heads/master
Commit: 8e7db68e141b276e0ad5b41be113cea5b66452e4
Parents: e821d5f
Author: Matteo Di Carlo <ma...@tirasa.net>
Authored: Fri Sep 23 17:31:21 2016 +0200
Committer: Matteo Di Carlo <ma...@tirasa.net>
Committed: Fri Sep 23 17:32:07 2016 +0200

----------------------------------------------------------------------
 .../apache/syncope/client/enduser/protractor/protractor-conf.js    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/8e7db68e/fit/enduser-reference/src/test/resources/org/apache/syncope/client/enduser/protractor/protractor-conf.js
----------------------------------------------------------------------
diff --git a/fit/enduser-reference/src/test/resources/org/apache/syncope/client/enduser/protractor/protractor-conf.js b/fit/enduser-reference/src/test/resources/org/apache/syncope/client/enduser/protractor/protractor-conf.js
index 540b0eb..52b5977 100644
--- a/fit/enduser-reference/src/test/resources/org/apache/syncope/client/enduser/protractor/protractor-conf.js
+++ b/fit/enduser-reference/src/test/resources/org/apache/syncope/client/enduser/protractor/protractor-conf.js
@@ -19,7 +19,7 @@
 exports.config = {
   directConnect: false,
   capabilities: {
-    'browserName': 'chrome',
+    'browserName': 'phantomjs',
     'phantomjs.binary.path': '@phantomjs.binary.path@',
     'phantomjs.ghostdriver.cli.args': ['--loglevel=DEBUG']
   },