Skip to content

Commit

Permalink
GH-4 exposed nightmare wait to niffy
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouse Braun committed Sep 21, 2017
1 parent 3f33193 commit 7ef392f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,16 @@ class NiffyTestRunner
throw new Error(failMessage);
}
}

/**
* exposes the nightmare wait fubction
*
* @param {String} target selector of ms
*/
* wait( target ){
this.nightmare.wait( target );
}
}
}


Expand Down

0 comments on commit 7ef392f

Please sign in to comment.