Toggle navigation
Sign in
Alex
/
prozorro-robot_tests
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Forks
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
f0f5a1817a395ec1a7ee89f776702387cf1128df
Authored by
qa-user-1
2019-01-17 11:34:01 +0200
1 parent
d8024f38
add_milestone
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletions
op_robot_tests/tests_files/cancellation.robot
op_robot_tests/tests_files/complaints.robot
op_robot_tests/tests_files/monitoring.robot
op_robot_tests/tests_files/cancellation.robot
View file @
f0f5a18
...
...
@@ -6,7 +6,7 @@ Suite Teardown Test Suite Teardown
6
6
*** Variables ***
7
7
@{USED_ROLES} tender_owner viewer
8
8
${MOZ_INTEGRATION} ${False}
9
-
9
+
${NUMBER_OF_MILESTONES} ${0}
10
10
11
11
*** Test Cases ***
12
12
Можливість оголосити тендер
...
...
op_robot_tests/tests_files/complaints.robot
View file @
f0f5a18
...
...
@@ -10,6 +10,7 @@ ${MOZ_INTEGRATION} ${False}
10
10
11
11
${NUMBER_OF_ITEMS} ${1}
12
12
${NUMBER_OF_LOTS} ${1}
13
+
${NUMBER_OF_MILESTONES} ${0}
13
14
${TENDER_MEAT} ${0}
14
15
${ITEM_MEAT} ${0}
15
16
${LOT_MEAT} ${0}
...
...
op_robot_tests/tests_files/monitoring.robot
View file @
f0f5a18
...
...
@@ -11,6 +11,7 @@ ${MODE} belowThreshold
11
11
12
12
${NUMBER_OF_ITEMS} ${1}
13
13
${NUMBER_OF_LOTS} ${1}
14
+
${NUMBER_OF_MILESTONES} ${0}
14
15
${TENDER_MEAT} ${True}
15
16
${LOT_MEAT} ${True}
16
17
${ITEM_MEAT} ${True}
...
...
Please
register
or
login
to post a comment