Commit 332b20e4a6753ca626e6f8c1b1ac48da087ba3e0
1 parent
9033b087
Allow Tender process case and added tests on auction
Showing
1 changed file
with
20 additions
and
19 deletions
... | ... | @@ -2,23 +2,24 @@ |
2 | 2 | Resource keywords.robot |
3 | 3 | Resource resource.robot |
4 | 4 | |
5 | - | |
6 | 5 | *** Test Cases *** |
7 | -#Tender process | |
8 | -# Create api wrapper | |
9 | -# Create tender | |
10 | - #Change tender title | |
11 | - # Upload tender documentation | |
12 | - # Change tender periods | |
13 | - # Create question | |
14 | - # Write answer on first question | |
15 | - # Wait to TenderPeriod | |
16 | - # Submit bids | |
17 | - # Review tender | |
18 | - # Wait to start of auction's worker | |
19 | - # Get particular urls for bids | |
20 | - # Review tender | |
21 | - # Wait to end of auction | |
22 | - # Review tender | |
23 | -# Activate award | |
24 | - | |
6 | +Tender process | |
7 | + [tags] all_stages | |
8 | + Create api wrapper | |
9 | + Create tender | |
10 | + Change tender title | |
11 | + Upload tender documentation | |
12 | + Change tender periods | |
13 | + Create question | |
14 | + Write answer on first question | |
15 | + Wait to tender period with name tenderPeriod | |
16 | + Submit bids | |
17 | + Review tender | |
18 | + Wait to start of auction's worker | |
19 | + Get particular urls for bids | |
20 | + Get auction url for observer | |
21 | + Game process begin | |
22 | + Wait to end of auction | |
23 | + Review tender | |
24 | + Activate award | |
25 | + [Teardown] Close all browsers | ... | ... |
Please
register
or
login
to post a comment