...
|
...
|
@@ -316,7 +316,7 @@ submit current visible popup |
316
|
316
|
wait until page does not contain element ${popup_last_locator} 30s Current popup was not hidden
|
317
|
317
|
|
318
|
318
|
submit form and check result
|
319
|
|
- [Arguments] ${submit_btn_locator} ${wait_msg}=${None} ${wait_element_locator}=${None} ${sign_is}=${None}
|
|
319
|
+ [Arguments] ${submit_btn_locator} ${wait_msg}=${None} ${wait_element_locator}=${None} ${sign_is}=${None} ${plan_is}=${None}
|
320
|
320
|
[Documentation] сабмітить форму і чекає повідомлення (якщо задано) + елемент (якщо задано)
|
321
|
321
|
|
322
|
322
|
click visible element ${submit_btn_locator}
|
...
|
...
|
@@ -325,16 +325,32 @@ submit form and check result |
325
|
325
|
Capture Page Screenshot
|
326
|
326
|
run keyword and ignore error execute javascript ${tender_cpv_js_submit_btn_locator}
|
327
|
327
|
Capture Page Screenshot
|
|
328
|
+# Ви не зазначили спосіб підтвердження для деяких вимог
|
|
329
|
+ run keyword and ignore error run keyword if condition is not none ${wait_msg} wait until element is visible Ви не зазначили спосіб підтвердження для деяких вимог 5
|
|
330
|
+# run keyword and ignore error Wait Until Page Contains ${tender_cpv_form_submit_success_msg} 60
|
|
331
|
+ Capture Page Screenshot
|
|
332
|
+ run keyword and ignore error execute javascript ${tender_cpv_js_submit_btn_locator}
|
|
333
|
+ Capture Page Screenshot
|
|
334
|
+
|
328
|
335
|
run keyword and ignore error run keyword if '${mode}' in 'reporting' close sync alert ${tender_form_submit_reporting_success_msg}
|
329
|
|
- run keyword and ignore error run keyword if condition is not none ${wait_msg} Wait Until Page Contains ${wait_msg} 60
|
330
|
|
- run keyword and ignore error run keyword if condition is not none ${wait_msg} wait until alert is visible ${wait_msg}
|
331
|
|
- run keyword and ignore error run keyword if condition is not none ${wait_msg} close current visible alert
|
|
336
|
+ Capture Page Screenshot
|
|
337
|
+### run keyword and ignore error run keyword if condition is not none ${wait_msg} Wait Until Page Contains ${wait_msg} 60
|
|
338
|
+### Capture Page Screenshot
|
|
339
|
+### run keyword and ignore error run keyword if condition is not none ${wait_msg} wait until alert is visible ${wait_msg}
|
|
340
|
+### run keyword and ignore error run keyword if condition is not none ${wait_msg} close current visible alert
|
|
341
|
+### Capture Page Screenshot
|
|
342
|
+ run keyword and ignore error run keyword if ${plan_is} wait until alert is visible ${wait_msg}
|
|
343
|
+ run keyword and ignore error run keyword if ${plan_is} close current visible alert
|
|
344
|
+ Capture Page Screenshot
|
|
345
|
+
|
|
346
|
+### run keyword and ignore error Load Sign
|
332
|
347
|
|
333
|
348
|
#cat проба
|
334
|
349
|
run keyword and ignore error run keyword if not ${sign_is} Load Sign
|
|
350
|
+ Capture Page Screenshot
|
335
|
351
|
run keyword and ignore error close current visible alert
|
336
|
|
- run keyword and ignore error run keyword if condition is not none ${wait_element_locator} wait until element is visible ${wait_element_locator} 60
|
337
|
|
- run keyword and ignore error run keyword if condition is not none ${wait_element_locator} wait until page contains element ${wait_element_locator} 60s Element was not shown after form submitting
|
|
352
|
+### run keyword and ignore error run keyword if condition is not none ${wait_element_locator} wait until element is visible ${wait_element_locator} 60
|
|
353
|
+### run keyword and ignore error run keyword if condition is not none ${wait_element_locator} wait until page contains element ${wait_element_locator} 60s Element was not shown after form submitting
|
338
|
354
|
|
339
|
355
|
close sync alert
|
340
|
356
|
[Arguments] ${wait_msg}=${None}
|
...
|
...
|
|