1
Navegar para página de login
→ https://saas.sistemaclinical.c...
navigate
2
Selecionar módulo Gestão
input[name="modulo"][value="gestao"] + .card-conte...
click
3
Digitar email do usuário
input[name="login"]
→ admin@sistemaclinical.com
type
4
Digitar senha
#inputSenha
→ Admin@123
type
5
Clicar no botão Entrar
#btnEntrar
click
6
Aguardar dashboard carregar
→ 4000
wait
7
Navegar para Cadastro - Convênio
→ https://saas.sistemaclinical.c...
navigate
8
Aguardar página carregar
→ 2000
wait
9
Preencher nome do convênio
input[name="nome"]
→ Convênio Teste Automatizado
type
10
Preencher código
input[name="codigo"]
→ CVT01
type
11
Selecionar tipo Particular
select[name="tipo"]
→ particular
select
12
Preencher registro ANS
input[name="registro_ans"]
→ 123456
type
13
Preencher telefone
input[name="telefone"]
→ (71) 3333-4444
type
14
Preencher email
input[name="email"]
→ convenio@teste.com
type
15
Preencher site
input[name="site"]
→ www.convenioteste.com.br
type
16
Preencher coparticipação
input[name="coparticipacao"]
→ 10.00
type
17
Preencher prazo de pagamento
input[name="prazo_pagamento"]
→ 30
type
18
Preencher observações
textarea[name="observacoes"]
→ Convênio cadastrado via teste...
type
19
Clicar em "Cadastrar"
→ Cadastrar
click_text
20
Aguardar resposta do servidor
→ 3000
wait