コード例 #1
0
 public void ThenIShouldBeNavigatedToTheUserAccountPage()
 {
     Assert.IsTrue(welcomePage.IsElementPresent(), "The expectect element isn't present on the page");
 }
コード例 #2
0
 public void ThenIShouldBeNavigatedToTheWelcomePage()
 {
     Assert.IsTrue(welcomePage.IsElementPresent(), "The expected elements are not present on the page");
 }