Package org.zanata.workflow

Examples of org.zanata.workflow.RegisterWorkFlow


    @Test(timeout = ZanataTestCase.MAX_SHORT_TEST_DURATION)
    public void signInWithGoogleOpenID() {
        String googleUsername = googleUsername1;
        String googlePassword = googlePassword1;

        HomePage homePage = new RegisterWorkFlow()
                .registerGoogleOpenID("Zanata OpenID",
                        "openidtest", googlePassword,
                        googleUsername.concat("@gmail.com"));

        assertThat("The registration message is shown",
View Full Code Here

TOP

Related Classes of org.zanata.workflow.RegisterWorkFlow

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.