Skip to content

Instantly share code, notes, and snippets.

@adamped
Created January 10, 2016 01:59
Show Gist options
  • Select an option

  • Save adamped/0a276e04130d0a5fe1e5 to your computer and use it in GitHub Desktop.

Select an option

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("my@email.com", screen.GetEmailText());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment