Skip to content

Commit

Permalink
Fixing Protractor config
Browse files Browse the repository at this point in the history
  • Loading branch information
c0bra committed Jun 11, 2015
1 parent 2edc4d6 commit 9f23db5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions test/protractor.ci.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports.config = {

// Capabilities to be passed to the webdriver instance.
capabilities: {
browserName: 'Firefox'
browserName: 'firefox'
},

// Wait 30 seconds for page synchronization
Expand All @@ -30,5 +30,7 @@ exports.config = {

// Default time to wait in ms before a test fails.
defaultTimeoutInterval: 60000
}
},

stackTrace: false
};
2 changes: 1 addition & 1 deletion test/protractor.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports.config = {

// Capabilities to be passed to the webdriver instance.
capabilities: {
'browserName': 'chrome'
browserName: 'chrome'
},

// A base URL for your application under test. Calls to protractor.get()
Expand Down

0 comments on commit 9f23db5

Please sign in to comment.