public void LogIntoWthAnInvalidUser() { DSL_Common_For_All.ToType(VALUE_Common_For_All.InvalidUser, new PAGE_Autenticacao_Do_Usuario(DriverFirefox).InputUsuario()); DSL_Common_For_All.ToType(VALUE_Common_For_All.DefaultPassword, new PAGE_Autenticacao_Do_Usuario(DriverFirefox).InputSenha()); DSL_Common_For_All.ClickElement(new PAGE_Autenticacao_Do_Usuario(DriverFirefox).ButtonEfetuarLogin(), UTIL_Common_For_All.OneSecond()); DSL_Common_For_All.WaitPageOnChange(URL_Cosmos.UrlCosmos); DSL_Common_For_All.CheckPageSource(VALUE_Cosmos.ErrorLoginCosmos); }