Created
January 10, 2016 01:59
-
-
Save adamped/0a276e04130d0a5fe1e5 to your computer and use it in GitHub Desktop.
Call Screen Object
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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