Skip to content

Commit

Permalink
remove verbose output from unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
beatfactor committed Mar 29, 2021
1 parent 16cfa8e commit 9033ae3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/src/api/expect/testExpectValue.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const {strictEqual} = assert;
describe('expect.value', function() {
beforeEach(function(done) {
ExpectGlobals.beforeEach.call(this, {
output: true,
output: false,
silent: false
}, () => {
this.client.api.globals.abortOnAssertionFailure = false;
Expand Down
2 changes: 1 addition & 1 deletion test/src/runner/testRunnerUncaughtErrors.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe('testRunWithUncaughtErrors', function() {
version2: true,
start_process: true
},
output: true,
output: false,
silent: false,
persist_globals: true,
globals: globals,
Expand Down
2 changes: 1 addition & 1 deletion test/src/runner/testRunnerWithSeleniumWebdriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ describe('testRunnerWithSeleniumWebdriver', function() {
start_process: false
},
silent: false,
output: true,
output: false,
globals: {
waitForConditionPollInterval:10,
waitForConditionTimeout:11,
Expand Down

0 comments on commit 9033ae3

Please sign in to comment.