Commit 7c1d8ce1d235fde5577048847d488f7bc357db22

Authored by Playtenders
1 parent 51c7cb05

amku result

Showing 1 changed file with 8 additions and 1 deletions
... ... @@ -362,7 +362,14 @@ amku result
362 362 [Documentation] Виконує ішення АМКУ
363 363 ... потрібно скасувати рішення по оскаржуваній кваліфікації
364 364
365   -
  365 + Execute Javascript $('#bids-pjax .pseudo-table__row .badge .badge__inner .badge__text:contains("Кваліфікувати")').click()
  366 + capture page screenshot
  367 + run keyword and ignore error wait until page contains element ${qualification_form_description_cancellation_input_locator}
  368 + capture page screenshot
  369 + run keyword and ignore error Execute Javascript ${qualification_award_form_title_decline_input_locator}
  370 + run keyword and ignore error input text to exist visible input ${qualification_form_description_cancellation_input_locator} GenerateFakeText
  371 + capture page screenshot
  372 + submit form and check result ${qualification_form_submit_btn_locator} ${qualification_form_cancel_success_msg} ${tender_created_checker_element_locator}
366 373
367 374
368 375 complete the payment of the complaint
... ...
Please register or login to post a comment