New Test
open /run/com.vaadin.tests.components.richtextarea.RichTextAreaUpdateWhileTyping?restartApplication
selectFrame xpath=//div[@id='rta']/iframe
type //body This text should be visible, even after an update while I type.
pause 2000
assertText //body This text should be visible, even after an update while I type.