Package org.xwiki.test.ui.framework.elements

Examples of org.xwiki.test.ui.framework.elements.DeletePage.cancel()


     */
    @Test
    public void testDeletePageGoesToOriginalPageWhenCancelled()
    {
        DeletePage deletePage = this.viewPage.delete();
        deletePage.cancel();
        Assert.assertTrue(getDriver().getCurrentUrl().equals(getUtil().getURL(SPACE_VALUE, PAGE_VALUE)));
    }

    @Test
    public void testDeletePageIsImpossibleWhenNoDeleteRights()
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.