Skip to content

Commit 78cdcd3

Browse files
committed
period refatoring
1 parent 59a7707 commit 78cdcd3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/regressivo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: joonvena/robotframework-docker-action@v1.0
1515
with:
1616
# browser: chrome
17-
robot_tests_dir: Tests
17+
robot_tests_dir: tests
1818
- name: Upload Test Report
1919
uses: actions/upload-artifact@v1
2020
if: always()

Jsons/usuario.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"nome": "mass",
3-
"email": "mass@email.com",
3+
"email": "massaq123@email.com",
44
"password": "senha",
55
"administrador": "true"
66
}

Tests/TC.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ CT-0002: POST user
4141
#ARRANGE
4242
Create Session BASE_URL_ServRest ${BASE_URL.${ENVIRONMENT}} verify=False disable_warnings=True
4343
#ACT
44-
${BODY}= Create Dictionary nome=Fulano da Silva email=1213ArSAasS1334@qa.com.br password=teste administrador=true
44+
${BODY}= Create Dictionary nome=Fulano da Silva email=1213ArSAasS133444@qa.com.br password=teste administrador=true
4545
${HEADERS}= Create Dictionary Content-Type=application/json
4646
${RESPONSE}= POST On Session BASE_URL_ServRest ${ENDPOINT} json=${BODY} headers=${HEADERS}
4747
Log To Console ${BODY}

0 commit comments

Comments
 (0)