forked from mailslurp/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.robot
More file actions
23 lines (22 loc) · 739 Bytes
/
Copy pathtest.robot
File metadata and controls
23 lines (22 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
*** Settings ***
Documentation Test user sign-up with MailSlurp and Robot
Resource resource.robot
*** Test Cases ***
Sign Up With New Email Address
${inbox} Create Email Address
Open Browser To Home Page
Go To SignUp Page
Input Email ${inbox.email_address}
Input Password ${TEST_PASSWORD}
Submit Credentials
Confirm Page Should Be Open
${code} Wait For Confirmation Code ${inbox.id}
Log To Console ${code} extacted
Input Confirmation ${code}
Submit Confirmation
SignIn Page Should Be Open
Input Username ${inbox.email_address}
Input Password ${TEST_PASSWORD}
Submit Login
User Page Should Be Open
[Teardown] Close Browser