Merge branch 'insert-text-js' of https://github.com/paretje/qutebrowser into paretje-insert-text-js

This commit is contained in:
Florian Bruhin 2016-11-09 14:52:18 +01:00
commit 9bc54ebf97

View File

@ -263,6 +263,7 @@ Feature: Yanking and pasting.
And I run :click-element id qute-textarea
And I wait for "Clicked editable element!" in the log
And I run :insert-text Hello world
And I wait for "Inserting text into element *" in the log
And I run :jseval console.log("textarea contents: " + document.getElementById('qute-textarea').value);
# Enable javascript again for the other tests
And I set content -> allow-javascript to true