Beispiel #1
0
 public void ThenIShouldBeNavigatedToTheCreateAccountPage()
 {
     When("I select the toobar item of More");
     _MoreMenuItemsSection.WaitForElementPresent(_MoreMenuItemsSection.SignInSignUpButton, 5);
     _MoreMenuItemsSection.SignInSignUpButton.Click();
     _CreateAccountPage.WaitForElementPresent(_CreateAccountPage.Title, 3);
     Assert.IsTrue(_CreateAccountPage.PageContainer.Displayed(), "not on the create account page");
 }
 public void ThenIShouldBeOnTheMorePage()
 {
     _MoreMenuItemsSection.WaitForElementPresent(_MoreMenuItemsSection.MenuContainer, 5);
     Assert.IsTrue(_MoreMenuItemsSection.MenuContainer.Displayed(), "Not on the more page");
 }