Commit e66208349302a03749be1e7b9e50c88e5cd88023

Authored by Playtenders
1 parent 0482bc13

loadingfakeKey

... ... @@ -626,6 +626,17 @@ Resource playtender_agree
626 626 ########################################################################################################################
627 627 ################################################### BID KEYWORDS #############################################
628 628 ########################################################################################################################
  629 +Подати цінову пропозицію в статусі draft
  630 + [Arguments] ${username} ${tender_uaid} ${bid} ${lots_ids}=${None} ${features_ids}=${None}
  631 + [Documentation] Подати цінову пропозицію bid для тендера tender_uaid
  632 + ... на лоти lots_ids (якщо lots_ids != None) з неціновими
  633 + ... показниками features_ids (якщо features_ids != None).
  634 +
  635 + open tender page by uaid ${tender_uaid}
  636 + fill bid form ${tender_uaid} ${bid} ${lots_ids} ${features_ids}
  637 + submit form and check result ${bid_form_submit_btn_locator} ${bid_form_submit_success_msg} ${tender_created_checker_element_locator} ${true}
  638 + wait until page does not contain element with reloading ${tender_sync_element_locator}
  639 +
629 640 Подати цінову пропозицію
630 641 [Arguments] ${username} ${tender_uaid} ${bid} ${lots_ids}=${None} ${features_ids}=${None}
631 642 [Documentation] Подати цінову пропозицію bid для тендера tender_uaid
... ...
... ... @@ -558,7 +558,8 @@ __private__select_classification_code_in_opened_popup
558 558 Load Sign
559 559 run keyword and ignore error click visible element ${plan_form_ecp_btn_locator}
560 560 ${loadingfakeKey} = Run keyword And Return Status Wait Until Page Contains Це фейкове накладання ЕЦП 30
561   - run keyword and ignore error Run Keyword If ${loadingfakeKey} == True submit form and check result id=SignDataButton ${qualification_ecp_form_submit_success_msg}
  561 +# run keyword and ignore error Run Keyword If ${loadingfakeKey} == True submit form and check result id=SignDataButton ${qualification_ecp_form_submit_success_msg}
  562 + run keyword and ignore error Run Keyword If ${loadingfakeKey} == True Execute Javascript $('[id$="SignDataButton"]').click()
562 563 ${loadingKey} = Run keyword And Return Status Wait Until Page Contains Серійний номер 30
563 564 Run Keyword If ${loadingfakeKey} == True Fail Далі не ходити
564 565 Run Keyword If ${loadingKey} == False Load Sign Data
... ...
Please register or login to post a comment