Skip to content

Commit

Permalink
Atualizando empresa_test.robot
Browse files Browse the repository at this point in the history
- Passando "Test Teardown  Encerrar sessão" do arquivo "empresa_keyword.robot" para esse arquivo 
- Movendo o trecho de "[Tags]" para cima do trecho "Realizar login (ADMIN)"
  • Loading branch information
AndressaKarla authored Nov 4, 2024
1 parent 067b3d8 commit fcc1760
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/empresa_test.robot
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ Resource ../resources/base.resource
Resource ../resources/keywords/login_keyword.robot
Resource ../resources/keywords/empresa_keyword.robot

Test Teardown Encerrar sessão


*** Test Cases ***
Listar empresas cadastradas
Realizar login (ADMIN)
[Tags] empresa_admin regressao
Realizar login (ADMIN)
Wait Until Page Contains text=Logout
Clicar na opção Cadastros
Wait Until Page Contains text=Cadastros
Expand Down

0 comments on commit fcc1760

Please sign in to comment.