예제 #1
0
 public void ThenPageShouldDisplayContiuneButton()
 {
     domainSelectorPage = new DomainSelector_Page(driver);
     domainSelectorPage.Verify_Continue_Button(true);
 }
예제 #2
0
 public void GivenIAmDomainSelectorPage()
 {
     domainSelectorPage = new DomainSelector_Page(driver);
     domainSelectorPage.Verify_UserName_Field(true);
     domainSelectorPage.Verify_Continue_Button(true);
 }