Package org.xwiki.test.ui.scheduler.elements

Examples of org.xwiki.test.ui.scheduler.elements.SchedulerHomePage.clickJobActionTrigger()


        SchedulerHomePage schedulerHomePage = new SchedulerHomePage();
        getDriver().get(getUtil().getURLToLoginAsAdminAndGotoPage(schedulerHomePage.getURL()));
        getUtil().recacheSecretToken();

        // Trigger the notification
        schedulerHomePage.clickJobActionTrigger("WatchList daily notifier");

        // Wait for the email with a timeout
        Assert.assertTrue("Mail not received", this.greenMail.waitForIncomingEmail(70000, 1));

        String messageFromXWiki = GreenMailUtil.getBody(this.greenMail.getReceivedMessages()[0]);
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.