wysiwygEditPage.waitUntilPageIsLoaded();
Assert.assertEquals("Section2\nContent2\nSection3\nContent3\nSection4\nContent4\nSection5\nContent5\n"
+ "Section6\nContent6", wysiwygEditPage.getContent());
// Edit the second section in the wiki editor
WikiEditPage wikiEditPage = wysiwygEditPage.editWiki();
Assert.assertEquals("= Section2 = Content2 == Section3 == Content3 "
+ "{{include document=\"Test.SectionEditingIncluded\"/}}", wikiEditPage.getContent());
vp = wikiEditPage.clickCancel();
// Edit the third section in the wiki editor