public void PerfilFalhaVersaoSO() { LoginFlows loginFlows = new LoginFlows(); GerenciarPerfisGlobaisPageObjects gerenciarPerfisGlobaisPageObjects = new GerenciarPerfisGlobaisPageObjects(); string versaoSO = ""; string plataforma = "Plataform"; string so = "Windows"; loginFlows.EfetuarLoginComUsuarioDefault(); gerenciarPerfisGlobaisPageObjects.ClicarGerenciar(); gerenciarPerfisGlobaisPageObjects.ClicarGerenciarPerfisGlobais(); gerenciarPerfisGlobaisPageObjects.PreencherCampoPlataforma(plataforma); gerenciarPerfisGlobaisPageObjects.PreencherCampoSistemaOperacional(so); gerenciarPerfisGlobaisPageObjects.ClicarAdicionarPerfil(); Assert.IsTrue(gerenciarPerfisGlobaisPageObjects.RetornaTextoVersoSistemaOperacional(versaoSO)); }