示例#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();
 }
 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();
 }
 public void ThenLoginUIPageIsDisplayed()
 {
     hooks.OpenEyes("Login Page");
     hooks.EyeCheck("Login Page");
     hooks.CloseEyes();
 }