marionette-helper
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "marionette-helper", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Gareth Aye", |
marionette-helper | ||
================= | ||
A collection of useful methods to augment the marionette js client. | ||
A collection of useful methods to augment the marionette js client when using the TcpSync driver. | ||
[![Build | ||
Status](https://travis-ci.org/mozilla-b2g/marionette-helper.png?branch=master)](https://travis-ci.org/mozilla-b2g/marionette-helper) |
@@ -7,4 +7,5 @@ suite('MarionetteHelper', function() { | ||
setup(function() { | ||
setup(function(done) { | ||
subject = client.helper; | ||
setTimeout(done, 2500); // In the stead of using the BootWatcher. | ||
}); | ||
@@ -11,0 +12,0 @@ |
Sorry, the diff of this file is not supported yet
6650
161