Skip to content

Commit

Permalink
increase wait on speech click-mic-type-to-stop
Browse files Browse the repository at this point in the history
  • Loading branch information
danmarshall committed Nov 2, 2017
1 parent 46a4193 commit 6e00efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/commands_map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ var commands_map: CommandValuesMap = {
nightmare.click('.wc-mic')
.wait(1000)
.type('.wc-textbox input', '')
.wait(2000);
.wait(3000);
},
client: function () {
return (((document.querySelector('.wc-shellinput') as HTMLInputElement).placeholder === 'Type your message...'));
Expand Down

0 comments on commit 6e00efe

Please sign in to comment.