Added more tests.

This commit is contained in:
Bill Armstrong
2014-12-14 15:21:32 -05:00
parent a8d7b34eda
commit 6edec4889a
7 changed files with 270 additions and 83 deletions
+3
View File
@@ -1030,6 +1030,9 @@ declare module webdriver {
/** Emitted when all tasks have been successfully executed. */
IDLE: string;
/** Emitted when a ControlFlow has been reset. */
RESET: string;
/** Emitted whenever a new task has been scheduled. */
SCHEDULE_TASK: string;