Exemplo n.º 1
0
 public void ThenIShouldBeNavigatedToTheUserAccountPage()
 {
     Assert.IsTrue(welcomePage.IsElementPresent(), "The expectect element isn't present on the page");
 }
 public void ThenIShouldBeNavigatedToTheWelcomePage()
 {
     Assert.IsTrue(welcomePage.IsElementPresent(), "The expected elements are not present on the page");
 }