Exemplo n.º 1
0
 public void ThenIShouldBeAbleToViewMyProfile()
 {
     welcomePage.VerifyMyAccountBtn();
     Assert.IsTrue(driver.PageSource.Contains("Your Profile"));
 }