Commit eb64ef5ceea1fb5a84bc5973e43b0e5683fdc601

Authored by Playtenders
1 parent 2f355175

$('#qualificationform-decision').val('cancel').change()

... ... @@ -715,7 +715,7 @@ Resource playtender_agree
715 715 Змінити статус скарги на визначення переможця
716 716 [Arguments] ${username} ${tender_uaid} ${complaintID} ${award_index} ${confirmation_data}
717 717
718   - amku result ${username} ${tender_uaid} ${complaintID} ${confirmation_data}
  718 + amku result2 ${username} ${tender_uaid} ${complaintID} ${confirmation_data}
719 719 playtender.Змінити статус скарги ${username} ${tender_uaid} ${complaintID} ${confirmation_data}
720 720
721 721 Завантажити документ до скарги в окремий об'єкт
... ...
... ... @@ -362,14 +362,34 @@ amku result
362 362
363 363 open tender page by uaid ${tender_uaid}
364 364 capture page screenshot
365   - Execute Javascript $('#bids-pjax .pseudo-table__row .badge .badge__inner .badge__text:contains("Кваліфікувати")').click()
  365 + Execute Javascript $('#bids-pjax .pseudo-table__row .badge .badge__inner .badge__text:contains("Кваліфікувати"):first').click()
366 366 capture page screenshot
367   - run keyword and ignore error wait until page contains element ${qualification_form_description_cancellation_input_locator}
  367 + sleep 3
  368 + run keyword and ignore error close current visible alert
  369 + run keyword and ignore error wait until page contains element jquery=#prequalificationform-decision
  370 + capture page screenshot
  371 + run keyword and ignore error Execute Javascript $('#prequalificationform-decision').val('cancel').change()
  372 + run keyword and ignore error input text to exist visible input jquery=#prequalificationform-description GenerateFakeText
  373 + capture page screenshot
  374 + submit form and check result jquery=.fancybox-is-open .fancybox-content button.btn.btn-success ${qualification_form_cancel_success_msg} ${tender_created_checker_element_locator}
  375 +
  376 +amku result2
  377 + [Arguments] ${username} ${tender_uaid} ${complaintID} ${confirmation_data}
  378 + [Documentation] Виконує ішення АМКУ
  379 + ... потрібно скасувати рішення по оскаржуваній кваліфікації award
  380 +
  381 + open tender page by uaid ${tender_uaid}
  382 + capture page screenshot
  383 + Execute Javascript $('#bids-pjax .pseudo-table__row .badge .badge__inner .badge__text:contains("Кваліфікувати"):first').click()
  384 + capture page screenshot
  385 + sleep 3
  386 + run keyword and ignore error close current visible alert
  387 + run keyword and ignore error wait until page contains element jquery=#qualificationform-decision
368 388 capture page screenshot
369   - run keyword and ignore error Execute Javascript ${qualification_award_form_title_decline_input_locator}
  389 + run keyword and ignore error Execute Javascript $('#qualificationform-decision').val('cancel').change()
370 390 run keyword and ignore error input text to exist visible input ${qualification_form_description_cancellation_input_locator} GenerateFakeText
371 391 capture page screenshot
372   - submit form and check result ${qualification_form_submit_btn_locator} ${qualification_form_cancel_success_msg} ${tender_created_checker_element_locator}
  392 + submit form and check result ${qualification_form_submit_btn_locator} ${qualification_form_cancel_success_msg} ${tender_created_checker_element_locator} true
373 393
374 394
375 395 complete the payment of the complaint
... ...
Please register or login to post a comment