Wait for text being inserted before testing

This commit is contained in:
Kevin Velghe 2016-11-09 14:36:20 +01:00
parent 23e7b3f551
commit c36edfb2ba

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