diff --git a/test/saucelabs.js b/test/saucelabs.js index 76de1822c..595286c24 100644 --- a/test/saucelabs.js +++ b/test/saucelabs.js @@ -320,7 +320,7 @@ if (!result || failures || reError.test(result.message)) { if (this.attempts <= maxRetries) { this.attempts++; - console.log(label + ' attempt %d', this.attempts); + console.log(label + ' Attempt %d', this.attempts); this.run(); return; }