Skip to content

Commit 6e00efe

Browse files
committed
increase wait on speech click-mic-type-to-stop
1 parent 46a4193 commit 6e00efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/commands_map.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ var commands_map: CommandValuesMap = {
450450
nightmare.click('.wc-mic')
451451
.wait(1000)
452452
.type('.wc-textbox input', '')
453-
.wait(2000);
453+
.wait(3000);
454454
},
455455
client: function () {
456456
return (((document.querySelector('.wc-shellinput') as HTMLInputElement).placeholder === 'Type your message...'));

0 commit comments

Comments
 (0)