Commit 486cb279d2c14f5822a0b4b78dc8934d20e5d343

Authored by selurvedu
1 parent b1c3e779

Various changes in indentation and whitespace

... ... @@ -299,9 +299,6 @@ ${question_id} 0
299 299 Log object data ${uploaded_file}
300 300 [return] ${uploaded_file}
301 301
302   -
303   -
304   -
305 302 Завантажити документ
306 303 [Documentation]
307 304 ... ${ARGUMENTS[0]} == username
... ...
1 1 *** Setting ***
2   -Library op_robot_tests.tests_files.service_keywords
3   -Library String
4   -Library Collections
5   -Library Selenium2Library
6   -Library DebugLibrary
7   -Resource keywords.robot
8   -Resource resource.robot
9   -Suite Setup TestSuiteSetup
  2 +Library op_robot_tests.tests_files.service_keywords
  3 +Library String
  4 +Library Collections
  5 +Library Selenium2Library
  6 +Library DebugLibrary
  7 +Resource keywords.robot
  8 +Resource resource.robot
  9 +Suite Setup TestSuiteSetup
10 10 Suite Teardown Close all browsers
11 11
12 12 *** Variables ***
... ...
1 1 *** Variables ***
2 2 ${api_key} e9c3ccb8e8124f26941d5f9639a4ebc3
3   -${API_HOST_URL} https://api-sandbox.openprocurement.org
4   -${api_version} 0.8
  3 +${API_HOST_URL} https://api-sandbox.openprocurement.org
  4 +${api_version} 0.8
... ...
1 1 *** Setting ***
2   -Library op_robot_tests.tests_files.service_keywords
3   -Library String
4   -Library Collections
5   -Library Selenium2Library
6   -Library DebugLibrary
7   -Resource keywords.robot
8   -Resource resource.robot
9   -Suite Setup TestSuiteSetup
  2 +Library op_robot_tests.tests_files.service_keywords
  3 +Library String
  4 +Library Collections
  5 +Library Selenium2Library
  6 +Library DebugLibrary
  7 +Resource keywords.robot
  8 +Resource resource.robot
  9 +Suite Setup TestSuiteSetup
10 10 Suite Teardown Close all browsers
11 11
12 12 *** Variables ***
... ... @@ -43,7 +43,6 @@ ${question_id} 0
43 43 Set To Dictionary ${USERS.users['${tender_owner}']} file_upload_process_data ${file_upload_process_data}
44 44 Log ${USERS.users['${tender_owner}']}
45 45
46   -
47 46 Можливість подати скаргу на умови
48 47 [Tags] ${USERS.users['${provider}'].broker}: Можливість подати скаргу на умови
49 48 [Documentation] Користувач ${USERS.users['${provider}'].broker} намагається подати скаргу на умови оголошеної закупівлі
... ... @@ -233,7 +232,7 @@ ${question_id} 0
233 232
234 233 #######
235 234 #Відображення відповіді на запитання
236   -#
  235 +
237 236 Відповісти на запитання
238 237 [Tags] ${USERS.users['${tender_owner}'].broker}: Можливість відповісти на запитання
239 238 Викликати для учасника ${tender_owner} Відповісти на питання ${TENDER['TENDER_UAID']} 0 ${ANSWERS[0]}
... ... @@ -396,7 +395,6 @@ ${question_id} 0
396 395 ${bid_doc_modified_failed}= Викликати для учасника ${provider1} Змінити документ в ставці shouldfail ${filepath} ${bidid} ${docid}
397 396 Set To Dictionary ${USERS.users['${provider}'].bidresponses} bid_doc_modified_failed ${bid_doc_modified_failed}
398 397
399   -
400 398 Вичитати цінову пропозицію
401 399 sleep 120
402 400 [Tags] ${USERS.users['${provider1}'].broker}: Можливість подати цінову пропозицію
... ...
1 1 *** Setting ***
2   -Library op_robot_tests.tests_files.service_keywords
3   -Library String
4   -Library Collections
5   -Library Selenium2Library
6   -Library DebugLibrary
7   -Resource keywords.robot
8   -Resource resource.robot
9   -Suite Setup TestSuiteSetup
  2 +Library op_robot_tests.tests_files.service_keywords
  3 +Library String
  4 +Library Collections
  5 +Library Selenium2Library
  6 +Library DebugLibrary
  7 +Resource keywords.robot
  8 +Resource resource.robot
  9 +Suite Setup TestSuiteSetup
10 10 Suite Teardown Close all browsers
11 11
12 12 *** Variables ***
... ... @@ -50,6 +50,7 @@ ${question_id} 0
50 50 Викликати для учасника ${tender_owner} Обробити скаргу ${TENDER['TENDER_UAID']} 0 ${COMPLAINTS[0]}
51 51 log many ${COMPLAINTS[0]}
52 52 викликати для учасника ${viewer} Оновити сторінку з тендером ${TENDER['TENDER_UAID']}
  53 +
53 54 Можливість відкинути скаргу на умови
54 55 [Tags] ${USERS.users['${tender_owner}'].broker}: Можливість відкинути скаргу на умови
55 56 Викликати для учасника ${provider} Подати скаргу ${TENDER['TENDER_UAID']} ${COMPLAINTS[0]}
... ...
Please register or login to post a comment