Showing
3 changed files
with
13 additions
and
4 deletions
... | ... | @@ -337,10 +337,9 @@ Change the status of the complaint |
337 | 337 | ... AND capture page screenshot |
338 | 338 | ... AND close current visible alert |
339 | 339 | ... AND capture page screenshot |
340 | + ${claim_form_open_form_change_status_btn_locator} = replace string ${claim_form_open_form_change_status_btn_locator_tpl} %title% ${complaintID} | |
340 | 341 | Run Keyword If '${confirmation_data.data.status}' == 'resolved' Run keywords |
341 | - ... ${claim_form_open_form_change_status_btn_locator} = replace string ${claim_form_open_form_change_status_btn_locator_tpl} %title% ${complaintID} | |
342 | - ... AND capture page screenshot | |
343 | - ... AND wait until page contains element with reloading ${claim_form_open_form_change_status_btn_locator} | |
342 | + ... wait until page contains element with reloading ${claim_form_open_form_change_status_btn_locator} | |
344 | 343 | ... AND capture page screenshot |
345 | 344 | ... AND open popup by btn locator ${claim_form_open_form_change_status_btn_locator} |
346 | 345 | ... AND capture page screenshot | ... | ... |
... | ... | @@ -812,4 +812,14 @@ cancell cancellation |
812 | 812 | [Documentation] Скасувати cancellation |
813 | 813 | |
814 | 814 | open tender page by uaid ${tender_uaid} |
815 | + capture page screenshot | |
816 | + wait until page contains element with reloading jquery=.tabs__pane--lot.tabs__pane--visible a[data-sign-url*="/tender-cancellation/cancel-sign"] | |
817 | + capture page screenshot | |
815 | 818 | |
819 | + Execute Javascript $('.tabs__pane--lot.tabs__pane--visible a[data-sign-url*="/tender-cancellation/cancel-sign"]').click() | |
820 | + capture page screenshot | |
821 | + run keyword and ignore error Load Sign | |
822 | + capture page screenshot | |
823 | + close current visible alert | |
824 | + capture page screenshot | |
825 | + submit form and check result ${bid_form_refresh_btn_locator} ${bid_form_refresh_success_msg} ${tender_created_checker_element_locator} ${true} | ... | ... |
... | ... | @@ -240,7 +240,7 @@ get value from lot |
240 | 240 | [Arguments] ${lot_id} |
241 | 241 | [Documentation] Отримати значення поля title з лоту з lot_id в описі для тендера tender_uaid. |
242 | 242 | |
243 | - ${return_value} = Run Keyword If 'lots[0].title' == '${field}' get value by locator on opened page ${tender_lot_title_value_locator} | |
243 | + ${return_value} = Run Keyword If 'lots[0].title' == '${lot_id}' get value by locator on opened page ${tender_lot_title_value_locator} | |
244 | 244 | ... ELSE get value by locator on opened page ${tender_lot1_title_value_locator} |
245 | 245 | |
246 | 246 | [return] ${return_value} | ... | ... |
Please
register
or
login
to post a comment