예제 #1
0
 public void ThenVisualValidationForChartIsChecked()
 {
     hooks.FullScreenEyes();
     hooks.OpenEyes("Canvas Chart");
     hooks.EyeCheck("Canvas Chart");
     hooks.CloseEyes();
 }
예제 #2
0
 public void ThenVisualValidationForDataInAcsendingOrderIsChecked()
 {
     hooks.FullScreenEyes();
     hooks.OpenEyes("Amounts in Ascending order");
     hooks.EyeCheck("Amounts in Ascending order");
     hooks.CloseEyes();
 }
예제 #3
0
 public void ThenVisualValidationForEmptyUsernameAndPasswordFieldsAreChecked()
 {
     hooks.OpenEyes("Empty Username and Password");
     hooks.EyeCheck("Login Page : Empty Username and Password");
     hooks.CloseEyes();
 }
예제 #4
0
 public void ThenDynamicImageOneIsDisplayed()
 {
     hooks.OpenEyes("Dynamic image one");
     hooks.EyeCheck("Dynamic image one");
     hooks.CloseEyes();
 }
예제 #5
0
 public void ThenLoginUIPageIsDisplayed()
 {
     hooks.OpenEyes("Login Page");
     hooks.EyeCheck("Login Page");
     hooks.CloseEyes();
 }