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

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


    @Test
    public void testUploadImageAfterPreview()
    {
        editPage.clickPreview().clickBackToEdit();
        editPage.getContentEditor().waitToLoad();
        UploadImagePane uploadImagePane = editPage.insertAttachedImage().selectFromCurrentPage().uploadImage();
        uploadImagePane.setImageToUpload(this.getClass().getResource("/administration/avatar.png").getPath());
        // Fails if the image configuration step doesn't load in a decent amount of time.
        uploadImagePane.configureImage();
    }
View Full Code Here

TOP

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

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.