...
|
...
|
@@ -326,7 +326,8 @@ Change the status of the complaint |
326
|
326
|
capture page screenshot
|
327
|
327
|
Run Keyword If '${confirmation_data.data.status}' == 'mistaken' Run keywords
|
328
|
328
|
# ... Execute Javascript $('#tender-complaint-list a[href*="/tender-complaint/complaint-cancel"]').click()
|
329
|
|
- ... AND capture page screenshot
|
|
329
|
+# ... AND capture page screenshot
|
|
330
|
+ ... capture page screenshot
|
330
|
331
|
# ... AND wait until element is visible ${select_complaint_submit_success_msg} 5
|
331
|
332
|
... AND capture page screenshot
|
332
|
333
|
... AND submit form and check result ${qualification_form_submit_btn_locator} ${select_complaint_submit_success_msg}
|
...
|
...
|
@@ -358,3 +359,37 @@ complete the payment of the complaint |
358
|
359
|
capture page screenshot
|
359
|
360
|
Execute Javascript $('#tender-complaint-list a[href*="/testing/complaint-status-change"]').click()
|
360
|
361
|
capture page screenshot
|
|
362
|
+
|
|
363
|
+Upload documentation to requirement
|
|
364
|
+ [Arguments] ${username} ${tender_uaid} ${complaintID} ${document}
|
|
365
|
+ [Documentation] Завантажити документацію до вимоги
|
|
366
|
+
|
|
367
|
+ open tender page by uaid ${tender_uaid}
|
|
368
|
+ capture page screenshot
|
|
369
|
+ click visible element ${claim_page_open_btn_locator}
|
|
370
|
+ capture page screenshot
|
|
371
|
+ ${claim_open_form_answer_locator} = replace string ${claim_open_form_answer_btn_locator_tpl} %title% ${complaintID}
|
|
372
|
+ capture page screenshot
|
|
373
|
+ wait until page contains element with reloading ${claim_open_form_answer_locator}
|
|
374
|
+ capture page screenshot
|
|
375
|
+
|
|
376
|
+ Execute Javascript $('#tender-complaint-list a[href*="/tender-complaint/update"]').click()
|
|
377
|
+ choose file ${add_file_to_complaint_form_locator} ${document}
|
|
378
|
+ ${add_file_to_complaint_title_locator} = replace string ${add_file_to_complaint_title_locator_tpl} %title% ${document}
|
|
379
|
+ run keyword and ignore error wait until page does not contain element ${add_file_to_complaint_title_locator}
|
|
380
|
+ wait until element is visible ${add_file_to_complaint_title_locator}
|
|
381
|
+ click visible element ${select_add_file_to_complaint_success_btn_locator}
|
|
382
|
+ submit form and check result ${select_add_file_to_complaint_success_btn_locator} ${select_add_file_to_complaint_submit_success_msg}
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+document to bid edit1
|
|
386
|
+ [Arguments] ${path} ${doc_type}=documents
|
|
387
|
+ [Documentation] Змінити документ з doc_id в описі в пропозиції користувача username для
|
|
388
|
+ ... тендера tender_uaid на документ, який знаходиться по шляху path.
|
|
389
|
+
|
|
390
|
+ open popup by btn locator ${bid_form_open_btn_locator} ${bid_popup_locator}
|
|
391
|
+# click visible element ${bid_form_edit_document_all_btn_locator}
|
|
392
|
+ capture page screenshot
|
|
393
|
+ choose file ${bid_form_edit_document_all_btn_locator} ${path}
|
|
394
|
+ capture page screenshot
|
|
395
|
+# wait until element is visible ${bid_form_add_document_type_input_locator} |
...
|
...
|
|