Skip to content
Snippets Groups Projects
Commit ac22526b authored by Marius Dumitru Florea's avatar Marius Dumitru Florea Committed by Michael Hamann
Browse files

XWIKI-22220: Quick Actions doesn't insert macros inline even if they support inline mode

* Update test.

(cherry picked from commit ad051b7a)
parent f0692910
No related branches found
No related tags found
No related merge requests found
......@@ -745,7 +745,7 @@ void editSameMacro(TestReference testReference, TestUtils setup)
firstMacroEditModal.clickCancel();
firstEditPage.clickSaveAndView();
assertEquals("{{info cssClass=\"bar\" title=\"Some cool title\"}}\ntwo one\n{{/info}}\n\n ",
assertEquals("{{info cssClass=\"bar\" title=\"Some cool title\"}}\ntwo one\n{{/info}}",
WikiEditPage.gotoPage(testReference).getContent());
}
......
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