Examples of clickSearchEntry()


Examples of org.zanata.page.BasePage.clickSearchEntry()

        assertThat(basePage.getProjectSearchAutocompleteItems())
                .contains("about fedora")
                .as("Normal user can see the project");

        ProjectBasePage projectPage =
                basePage.clickSearchEntry("about fedora");

        assertThat(projectPage.getProjectName().trim())
                .isEqualTo("about fedora")
                .as("The project page is the correct one");
    }
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.