Exemple #1
0
 public bool CheckIsCreateUser(string email, string login, string password)
 {
     loginBackOfficePage.NavigateHere();
     loginBackOfficePage.LoginBackoffice(login, password);
     backMainPage.GoToUserList();
     usersPage.SearchByEmail(email);
     return(usersPage.IsUserFound(email));
 }