Skip to content

Instantly share code, notes, and snippets.

@testautomationtribe
Created July 12, 2016 20:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save testautomationtribe/09e54c8e59739cdc45c62bb82846c7ca to your computer and use it in GitHub Desktop.
Save testautomationtribe/09e54c8e59739cdc45c62bb82846c7ca to your computer and use it in GitHub Desktop.
public void Menu_WhenAboutLinkIsClicked_ShouldGoToAboutPage()
{
TatSite.HomePage.NavigateTo();
TatSite.MenuPage.SelectLink(MenuLink.About);
Assert.That(TatSite.AboutPage.IsAt(), "This is Not the About Page");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment