test-agent
Advanced tools
Comparing version 0.19.1 to 0.19.2
@@ -101,2 +101,3 @@ (function(window) { | ||
this.execButton.className += ' ' + this.WORKING + ' active'; | ||
this.execButton.disabled = true; | ||
}, | ||
@@ -108,2 +109,3 @@ | ||
this.execButton.className = ''; | ||
this.execButton.disabled = false; | ||
}, | ||
@@ -110,0 +112,0 @@ |
@@ -142,3 +142,4 @@ (function(window) { | ||
'type', | ||
'slow' | ||
'slow', | ||
'speed' | ||
]; | ||
@@ -145,0 +146,0 @@ |
{ | ||
"name": "test-agent", | ||
"version": "0.19.1", | ||
"version": "0.19.2", | ||
"author": "James Lal", | ||
@@ -5,0 +5,0 @@ "description": "execute client side tests from browser report back to cli", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
243532
7618