Examples of expectBasicTranslationAtRowIndex()


Examples of org.zanata.page.webtrans.EditorPage.expectBasicTranslationAtRowIndex()

                        buildTextFlowTarget("res1", "hello world translated"));
        restCaller.postTargetDocResource(projectSlug, iterationSlug, docId,
                new LocaleId("pl"), translationsResource, "auto");

        // REST push broadcast event to editor
        assertThat(editorPage.expectBasicTranslationAtRowIndex(0,
                "hello world translated")).isTrue();
    }

    @Feature(summary = "The system will show concurrently changed " +
            "translations to the web editor user",
View Full Code Here

Examples of org.zanata.page.webtrans.EditorPage.expectBasicTranslationAtRowIndex()

        // run copyTrans
        restCaller.runCopyTrans(projectSlug, "beta", docId);

        // copyTrans broadcast event to editor
        assertThat(editorPage.expectBasicTranslationAtRowIndex(0,
                "hello world translated")).isTrue();
    }

}
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.