Case nit in test/saucelabs.js.

This commit is contained in:
John-David Dalton
2014-04-12 16:51:31 -07:00
parent 88b4bc3753
commit 6631b57fc0

View File

@@ -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;
}