Skip to content

Commit 47292e9

Browse files
committed
Update test cases to unbreak integration tests.
Correction for 8d45632 commit. Addressed to #499
1 parent b8c6ecd commit 47292e9

File tree

1 file changed

+12
-9
lines changed
  • src/test/robotframework/participant/creation

1 file changed

+12
-9
lines changed

src/test/robotframework/participant/creation/logic.robot

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,22 @@ Force Tags participant logic
1010

1111
*** Test Cases ***
1212
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
2223

2324
Create participant with name and url
2425
[Documentation] Verify creation of participant by filling all fields
2526
Input Text id=name participant2
27+
Select Checkbox id=buyer
28+
Select Checkbox id=seller
2629
Input Text id=url http://participant2.example.org
2730
Submit Form id=add-participant-form
2831
Location Should Be ${SITE_URL}/

0 commit comments

Comments
 (0)