Package com.motability.document.pageobjects.doctemplate

Examples of com.motability.document.pageobjects.doctemplate.DocumentTemplateCreatePage


  assertTrue("Document show page was not displayed", showPage.isDisplayed());
  assertTrue("Document created message was not displayed", showPage.hasCreatedDocumentTemplate());
    }

    private void createDocumentTemplate(String templateName, DocumentTemplateListPage listPage) {
  DocumentTemplateCreatePage createPage = listPage.openNewDocumentTemplatePage();
  showPage = createPage.createDocumentTemplate(templateName);
    }
View Full Code Here

TOP

Related Classes of com.motability.document.pageobjects.doctemplate.DocumentTemplateCreatePage

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.