Assert.assertEquals("= Section2 = Content2 == Section3 == Content3 "
+ "{{include document=\"Test.SectionEditingIncluded\"/}}", wikiEditPage.getContent());
vp = wikiEditPage.clickCancel();
// Edit the third section in the wiki editor
wikiEditPage = vp.editSection(3).editWiki();
Assert.assertEquals("== Section3 == Content3 {{include document=\"Test.SectionEditingIncluded\"/}}",
wikiEditPage.getContent());
vp = wikiEditPage.clickCancel();
// Edit the fourth section in the wiki editor