Examples of searchGlossary()


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

                .goToProjects()
                .goToProject("about fedora")
                .gotoVersion("master")
                .translate("fr", "About_Fedora");

        editorPage.searchGlossary("filesystem");

        assertThat(editorPage.getGlossaryResultTable().get(1).get(1))
                .isEqualTo("système de fichiers")
                .as("The first glossary result is correct");
    }
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.