Package org.zanata.page.projects

Examples of org.zanata.page.projects.ProjectMaintainersPage.logout()


        assertThat(projectMaintainersPage.getMaintainers())
                .contains("translator @translator")
                .as("The translator user is shown in the list");

        projectMaintainersPage.logout();

        assertThat(new LoginWorkFlow()
                .signIn("translator", "translator")
                .goToProjects()
                .goToProject("about fedora")
View Full Code Here


        assertThat(projectMaintainersPage.getMaintainers())
                .contains("glossarist @glossarist")
                .as("The glossarist user is shown in the list");

        projectMaintainersPage.logout();

        ProjectVersionsPage projectVersionsPage = new LoginWorkFlow()
                .signIn("glossarist", "glossarist")
                .goToProjects()
                .goToProject("addmaintainer");
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.