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

Examples of org.xwiki.test.ui.framework.elements.editor.wysiwyg.EditorElement


        return new ProfileEditPage();
    }

    public void waitForProfileEditionToLoad()
    {
        new EditorElement("XWiki.XWikiUsers_0_comment").waitToLoad();
        new EditorElement("XWiki.XWikiUsers_0_address").waitToLoad();
    }
View Full Code Here

TOP

Related Classes of org.xwiki.test.ui.framework.elements.editor.wysiwyg.EditorElement

Copyright © 2018 www.massapicom. 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.