Wait for text being inserted before testing
This commit is contained in:
parent
23e7b3f551
commit
c36edfb2ba
@ -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