From 6631b57fc0dc4d391de0bb10845ec55e5dc13a31 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 12 Apr 2014 16:51:31 -0700 Subject: [PATCH] Case nit in test/saucelabs.js. --- test/saucelabs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }