Skip to content
Snippets Groups Projects
Commit e70de459 authored by Michael Hamann's avatar Michael Hamann
Browse files

[Misc] Wait for the inplace editor in InplaceTranslateIT

This hopefully fixes flickering that was observed in particular on the
stable-15.10.x branch.
parent 5944b7f9
No related branches found
No related tags found
No related merge requests found
......@@ -154,6 +154,7 @@ void translateInplace(TestUtils setup, TestReference testReference)
viewPage.setDocumentTitle("English Title").save();
// This changes the document locale.
viewPage.getTranslateButton().click();
viewPage.waitForInplaceEditor();
assertEquals("English Title", viewPage.getDocumentTitle());
viewPage.setDocumentTitle("title IT").saveAndView();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment