Skip to content

Instantly share code, notes, and snippets.

@adamped
Created January 10, 2016 01:59
Show Gist options
  • Save adamped/0a276e04130d0a5fe1e5 to your computer and use it in GitHub Desktop.
Save adamped/0a276e04130d0a5fe1e5 to your computer and use it in GitHub Desktop.
Call Screen Object
[Test]
public void CheckEmail()
{
var screen = new Screen.Login(app);
Assert.AreEqual("[email protected]", screen.GetEmailText());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment