Skip to content

Commit 76bd8e5

Browse files
committed
fix(tests): test updateJob saucelabs
1 parent 202aeea commit 76bd8e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/saucelabs/mocha.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ describe('Chrome | Compodoc page', function() {
132132
console.log(driver.sessionID);
133133
saucelabs.updateJob(driver.sessionID, {
134134
passed: result
135-
}, function () {
135+
}, function (err, result) {
136+
console.log('updateJob cb: ', err, result);
136137
console.log(arguments);
137138
});
138139
}

0 commit comments

Comments
 (0)