public void ThenIShouldBeNavigatedToTheTermsCondiditonsPage()
 {
     _AboutUsPage.WaitForElementPresent(_AboutUsPage.TermsAndConditionsPage, 3);
     Assert.IsTrue(_AboutUsPage.TermsAndConditionsHeader.Displayed(), "not on terms & conditions page");
 }
Beispiel #2
0
 public void ThenIShouldBeNavigatedToTheAboutUsPage()
 {
     _AboutUsPage.WaitForElementPresent(_AboutUsPage.AboutUsSection, 5);
     Assert.IsTrue(_AboutUsPage.AboutUsSection.Displayed(), "not on the About Us page.");
     Assert.IsTrue(_AboutUsPage.Header.Displayed(), "not on the About Us page.");
 }