public void ThenVisualValidationForChartIsChecked() { hooks.FullScreenEyes(); hooks.OpenEyes("Canvas Chart"); hooks.EyeCheck("Canvas Chart"); hooks.CloseEyes(); }
public void ThenVisualValidationForDataInAcsendingOrderIsChecked() { hooks.FullScreenEyes(); hooks.OpenEyes("Amounts in Ascending order"); hooks.EyeCheck("Amounts in Ascending order"); hooks.CloseEyes(); }
public void ThenVisualValidationForEmptyUsernameAndPasswordFieldsAreChecked() { hooks.OpenEyes("Empty Username and Password"); hooks.EyeCheck("Login Page : Empty Username and Password"); hooks.CloseEyes(); }
public void ThenDynamicImageOneIsDisplayed() { hooks.OpenEyes("Dynamic image one"); hooks.EyeCheck("Dynamic image one"); hooks.CloseEyes(); }
public void ThenLoginUIPageIsDisplayed() { hooks.OpenEyes("Login Page"); hooks.EyeCheck("Login Page"); hooks.CloseEyes(); }