Examples of clickOnProjects()


Examples of net.thucydides.junit.integration.pages.ApacheHomePage.clickOnProjects()

    @Step
    @TestsRequirement("R123-1")
    public void clickOnProjects() throws WrongPageError {
        ApacheHomePage page = (ApacheHomePage) getPages().currentPageAt(ApacheHomePage.class);
        page.clickOnProjects();
    }
   
    @Step
    @TestsRequirement("R123-2")
    public void clickOnCategories() throws WrongPageError {
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.