Skip to content
Snippets Groups Projects
Commit ed193156 authored by Simon Urli's avatar Simon Urli
Browse files

XWIKI-22221: Saving from Inplace Edit mode, after switching to Source, breaks the content

  * Fix minor issue with integration test

(cherry picked from commit 2082368a)
parent d6cd9acf
No related branches found
No related tags found
No related merge requests found
......@@ -183,6 +183,7 @@ void saveFromSourceMode(TestUtils setup, TestReference testReference)
ckeditor.getRichTextArea().click();
ckeditor.getToolBar().toggleSourceMode();
assertEquals("{{success}}\ntest\n{{/success}}", ckeditor.getSourceTextArea().getAttribute("value"));
viewPage.cancel();
}
@Test
......
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