public static IWebElement PartnerSearchResultVerification()
 {
     return(WebDriverUtils.WaitForElementByCss("app-partner-search-results > div > header > div > span"));
 }
Exemplo n.º 2
0
 public static IWebElement FundingSourceRunSearch()
 {
     return(WebDriverUtils.WaitForElementByCss("section:nth-child(2) > div.form__group.-button > button"));
 }
Exemplo n.º 3
0
 public static IWebElement FundingOverviewLink()
 {
     return(WebDriverUtils.WaitForElementByCss("mat-cell.mat-cell.cdk-column-name.mat-column-name.ng-star-inserted > span > a"));
 }
 public static IWebElement CreateNewProgramLink()
 {
     return(WebDriverUtils.WaitForElementByCss("app-program-search-result > section > div > header > button > span"));
 }
Exemplo n.º 5
0
 public static IWebElement FundingSourceLandingHeader()
 {
     return(WebDriverUtils.WaitForElementByCss("section:nth-child(1) > div > h2"));
 }
Exemplo n.º 6
0
 public static IWebElement CreateNewUserHeader()
 {
     return(WebDriverUtils.WaitForElementByCss("app-create-user-index > div > form > div > app-create-user > h3"));
 }
 public static IWebElement ProgramSearchField()
 {
     return(WebDriverUtils.WaitForElementByCss("section:nth-child(2) > div:nth-child(1) > input"));
 }
 public static IWebElement WelcomeText()
 {
     return(WebDriverUtils.WaitForElementByCss(".jumbotron.text-center>h1>span"));
 }
 public static IWebElement ServiceHistoryHeader()
 {
     return(WebDriverUtils.WaitForElementByCss("app-household-service-history > section > header > h4"));
 }
 public static IWebElement YesButton()
 {
     return(WebDriverUtils.WaitForElementByCss("#idSIButton9"));
 }
 public static IWebElement DoneButton()
 {
     return(WebDriverUtils.WaitForElementByCss(".btn.-large.ng-star-inserted"));
 }
 public static IWebElement CreatePartnerHeader()
 {
     return(WebDriverUtils.WaitForElementByCss("app-admin-programs-core > app-new-partner > h1"));
 }
 public static IWebElement AddPartnerLink()
 {
     return(WebDriverUtils.WaitForElementByCss("app-partner-search-results > div > header > button"));
 }
 public static IWebElement ProgramDetailsLink()
 {
     return(WebDriverUtils.WaitForElementByCss("mat-cell.mat-cell.cdk-column-name.mat-column-name.ng-star-inserted > span > a"));
 }
Exemplo n.º 15
0
 public static IWebElement UserLink()
 {
     return(WebDriverUtils.WaitForElementByCss("#subnavUsers"));
 }
 public static IWebElement CasenoteHistoryHeader()
 {
     return(WebDriverUtils.WaitForElementByCss("app-case-note-history > section > div > header > h4"));
 }
Exemplo n.º 17
0
 public static IWebElement CreateNewUserLink()
 {
     return(WebDriverUtils.WaitForElementByCss("app-admin-system-core > app-users > a"));
 }
 public static IWebElement FamilyGoalPlanHistoryHeader()
 {
     return(WebDriverUtils.WaitForElementByCss("app-family-goal-plan-history > div > header > h4"));
 }
 public static IWebElement ProgramHeaderLink()
 {
     return(WebDriverUtils.WaitForElementByCss("#navPrograms > span"));
 }
Exemplo n.º 20
0
 public static IWebElement ClientTab()
 {
     return(WebDriverUtils.WaitForElementByCss("#navClients>span"));
 }
 public static IWebElement SeachResultCount()
 {
     return(WebDriverUtils.WaitForElementByCss("app-program-search-result > section > div > section > app-spinner > div > p"));
 }
Exemplo n.º 22
0
 public static IWebElement ClientSearchText()
 {
     return(WebDriverUtils.WaitForElementByCss(".form__section.-justifyCenter>div>h2"));
 }
 public static IWebElement CreateNewProgramHeader()
 {
     return(WebDriverUtils.WaitForElementByCss("app-create-program-index > section > div > h1"));
 }
 public static IWebElement OrganizationLink()
 {
     return(WebDriverUtils.WaitForElementByCss("#subnavOrganization > span"));
 }
Exemplo n.º 25
0
 public static IWebElement SearchFundingSourceField()
 {
     return(WebDriverUtils.WaitForElementByCss("section:nth-child(2) > div.form__group.-flexWidth30 > input"));
 }
 public static IWebElement CreateNewOffice()
 {
     return(WebDriverUtils.WaitForElementByCss("app-admin-system-core > app-offices > p > a"));
 }
Exemplo n.º 27
0
 public static IWebElement FundingSourcResultHeader()
 {
     return(WebDriverUtils.WaitForElementByCss("app-funding-source-search-result > div > header > div > span"));
 }
 public static IWebElement CreateOfficeHeader()
 {
     return(WebDriverUtils.WaitForElementByCss("app-admin-system-core > app-create-office-index > h1"));
 }
Exemplo n.º 29
0
 public static IWebElement CreateFundingSource()
 {
     return(WebDriverUtils.WaitForElementByCss("app-funding-source-search-result > div > header > button"));
 }
 public static IWebElement PartnerSearchResultHeader()
 {
     return(WebDriverUtils.WaitForElementByCss("app-admin-programs-core > app-partner-search-results > h1"));
 }