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
d761f4c1d7ae9e93ba4ffabf2a969f2f55e93393
Authored by
AlexDiatlov
2019-07-10 14:54:51 +0300
1 parent
1660900b
milestone validations
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 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 @
d761f4c
...
...
@@ -7,7 +7,7 @@ Suite Teardown Test Suite Teardown
7
7
@{USED_ROLES} tender_owner viewer
8
8
${MOZ_INTEGRATION} ${False}
9
9
${VAT_INCLUDED} ${True}
10
-
${NUMBER_OF_MILESTONES} ${
0
}
10
+
${NUMBER_OF_MILESTONES} ${
1
}
11
11
${ROAD_INDEX} ${False}
12
12
${GMDN_INDEX} ${False}
13
13
...
...
op_robot_tests/tests_files/complaints.robot
View file @
d761f4c
...
...
@@ -11,7 +11,7 @@ ${VAT_INCLUDED} ${True}
11
11
12
12
${NUMBER_OF_ITEMS} ${1}
13
13
${NUMBER_OF_LOTS} ${1}
14
-
${NUMBER_OF_MILESTONES} ${
0
}
14
+
${NUMBER_OF_MILESTONES} ${
1
}
15
15
${TENDER_MEAT} ${0}
16
16
${ITEM_MEAT} ${0}
17
17
${LOT_MEAT} ${0}
...
...
op_robot_tests/tests_files/monitoring.robot
View file @
d761f4c
...
...
@@ -11,7 +11,7 @@ ${MODE} belowThreshold
11
11
12
12
${NUMBER_OF_ITEMS} ${1}
13
13
${NUMBER_OF_LOTS} ${1}
14
-
${NUMBER_OF_MILESTONES} ${
0
}
14
+
${NUMBER_OF_MILESTONES} ${
1
}
15
15
${TENDER_MEAT} ${True}
16
16
${LOT_MEAT} ${True}
17
17
${ITEM_MEAT} ${True}
...
...
Please
register
or
login
to post a comment