@@ -10,19 +10,22 @@ Force Tags participant logic
10
10
11
11
*** Test Cases ***
12
12
Create participant with name only
13
- [Documentation] Verify creation of participant by filling only mandatory fields
14
- Input Text id=name participant1
15
- Submit Form id=add-participant-form
16
- Location Should Be ${SITE_URL } /
17
- Go To ${SITE_URL } /series/1
18
- ${availableSellers } = Get List Items id=seller
19
- ${availableBuyers } = Get List Items id=buyer
20
- List Should Contain Value ${availableSellers } participant1
21
- List Should Contain Value ${availableBuyers } participant1
13
+ [Documentation] Verify creation of participant by filling only mandatory fields
14
+ Input Text id=name participant1
15
+ Select Checkbox id=seller
16
+ Submit Form id=add-participant-form
17
+ Location Should Be ${SITE_URL } /
18
+ Go To ${SITE_URL } /series/1
19
+ ${availableSellers } = Get List Items id=seller
20
+ ${availableBuyers } = Get List Items id=buyer
21
+ List Should Contain Value ${availableSellers } participant1
22
+ List Should Not Contain Value ${availableBuyers } participant1
22
23
23
24
Create participant with name and url
24
25
[Documentation] Verify creation of participant by filling all fields
25
26
Input Text id=name participant2
27
+ Select Checkbox id=buyer
28
+ Select Checkbox id=seller
26
29
Input Text id=url http://participant2.example.org
27
30
Submit Form id=add-participant-form
28
31
Location Should Be ${SITE_URL } /
0 commit comments