Skip to content

Instantly share code, notes, and snippets.

@angelovstanton
Created May 24, 2017 16:18
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 angelovstanton/69ee3b2da3f2eadece03a81f8368ece8 to your computer and use it in GitHub Desktop.
Save angelovstanton/69ee3b2da3f2eadece03a81f8368ece8 to your computer and use it in GitHub Desktop.
public partial class BingMainPage
{
public BingMainPage ResultsCount(string expectedCount)
{
Assert.IsTrue(ResultsCountDiv.Text.Contains(expectedCount), "The results DIV doesn't contains the specified text.");
return this;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment