Merge branch 'insert-text-js' of https://github.com/paretje/qutebrowser into paretje-insert-text-js
This commit is contained in:
commit
9bc54ebf97
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user