|
...
|
...
|
@@ -228,24 +228,21 @@ confirm award |
|
228
|
228
|
[Arguments] ${document}
|
|
229
|
229
|
[Documentation] Перевести постачальника в статус active.
|
|
230
|
230
|
|
|
231
|
|
- run keyword and ignore error run keyword if '${mode}' in 'negotiation reporting' Wait Until Page Contains ${award_form_negotiation_submit_success_msg} 60
|
|
232
|
|
- run keyword and ignore error run keyword if '${mode}' in 'negotiation reporting' wait until alert is visible ${award_form_negotiation_submit_success_msg}
|
|
|
231
|
+ run keyword and ignore error run keyword if '${mode}' in 'negotiation reporting' Wait Until Page Contains ${award_form_negotiation_submit_success_msg} 10
|
|
|
232
|
+# run keyword and ignore error run keyword if '${mode}' in 'negotiation reporting' wait until alert is visible ${award_form_negotiation_submit_success_msg}
|
|
233
|
233
|
run keyword and ignore error run keyword if '${mode}' in 'negotiation reporting' close current visible alert
|
|
234
|
234
|
|
|
235
|
235
|
capture page screenshot
|
|
236
|
236
|
wait until page contains element with reloading ${qualification_form_0_open_btn_locator}
|
|
237
|
237
|
open popup by btn locator ${qualification_form_0_open_btn_locator}
|
|
238
|
|
- Wait Until Page Contains ${popup_opened_content_success_locator} 60
|
|
239
|
|
- run keyword and ignore error wait until element is visible ${tender_status_active_qualification_value_locator} 10
|
|
240
|
|
- wait until element is visible ${qualification_form_submit_btn_locator} 60
|
|
241
|
238
|
# ${file_path} ${file_name} ${file_content} = create_fake_doc
|
|
242
|
239
|
Execute Javascript $('#qualificationform-decision').val('accept').change()
|
|
243
|
240
|
capture page screenshot
|
|
244
|
|
- run keyword and ignore error wait until page contains element ${award_form_qualified_input_locator}
|
|
|
241
|
+# run keyword and ignore error wait until page contains element ${award_form_qualified_input_locator}
|
|
245
|
242
|
capture page screenshot
|
|
246
|
243
|
run keyword and ignore error click visible element ${award_form_qualified_input_locator}
|
|
247
|
244
|
choose file ${add_file_to_qualification_form_locator} ${document}
|
|
248
|
|
- wait until page does not contain element ${popup_dynamic_form_loading_element_locator} 60
|
|
|
245
|
+# wait until page does not contain element ${popup_dynamic_form_loading_element_locator} 60
|
|
249
|
246
|
wait until element is visible ${qualification_form_add_document_type_input_locator} 60
|
|
250
|
247
|
# submit current visible popup
|
|
251
|
248
|
|
|
...
|
...
|
@@ -259,20 +256,20 @@ confirm award |
|
259
|
256
|
click visible element ${qualification_form_add_document_close_description_btn_locator}
|
|
260
|
257
|
capture page screenshot
|
|
261
|
258
|
|
|
262
|
|
- run keyword and ignore error click visible element ${qualification_ecp_check_input_locator}
|
|
|
259
|
+# run keyword and ignore error run keyword if '${mode}' in 'reporting' submit form and check result ${qualification_form_submit_btn_locator} ${qualification_award_form_submit_success_msg}
|
|
263
|
260
|
capture page screenshot
|
|
264
|
|
- run keyword and ignore error run keyword if '${mode}' in 'reporting' submit form and check result ${qualification_form_submit_btn_locator} ${qualification_award_form_submit_success_msg}
|
|
|
261
|
+# run keyword and ignore error run keyword if '${mode}' in 'reporting' wait until page contains element with reloading ${qualification_form_0_open_btn_locator}
|
|
265
|
262
|
capture page screenshot
|
|
266
|
|
- run keyword and ignore error run keyword if '${mode}' in 'reporting' wait until page contains element with reloading ${qualification_form_0_open_btn_locator}
|
|
|
263
|
+# run keyword and ignore error run keyword if '${mode}' in 'reporting' open popup by btn locator ${qualification_form_0_open_btn_locator}
|
|
267
|
264
|
capture page screenshot
|
|
268
|
|
- run keyword and ignore error run keyword if '${mode}' in 'reporting' open popup by btn locator ${qualification_form_0_open_btn_locator}
|
|
269
|
|
- capture page screenshot
|
|
270
|
|
- run keyword and ignore error run keyword if '${mode}' in 'reporting' Execute Javascript $('#qualificationform-decision').val('accept').change()
|
|
|
265
|
+# run keyword and ignore error run keyword if '${mode}' in 'reporting' Execute Javascript $('#qualificationform-decision').val('accept').change()
|
|
271
|
266
|
capture page screenshot
|
|
272
|
267
|
run keyword and ignore error submit form and check result ${qualification_form_submit_btn_locator} ${qualification_award_form_submit_success_msg} ${qualification_form_submit_btn_locator}
|
|
273
|
268
|
capture page screenshot
|
|
|
269
|
+ run keyword and ignore error click visible element ${qualification_ecp_check_input_locator}
|
|
|
270
|
+ capture page screenshot
|
|
274
|
271
|
wait until element is visible ${qualification_form_submit_btn_locator} 60
|
|
275
|
|
-## run keyword and ignore error submit form and check result ${qualification_form_submit_btn_locator} ${None} ${qualification_ecp_form_open_locator}
|
|
|
272
|
+# run keyword and ignore error submit form and check result ${qualification_form_submit_btn_locator} ${None} ${qualification_ecp_form_open_locator}
|
|
276
|
273
|
Execute Javascript $('.fancybox-is-open .fancybox-content button.btn.btn-success').click()
|
|
277
|
274
|
# click visible element ${qualification_form_submit_btn_locator}
|
|
278
|
275
|
capture page screenshot
|
...
|
...
|
|