Commit 9cf88c5ad4da8ef1b2e80ed0fe79bfbc5dce965a

Authored by Playtenders
1 parent eb21d034

qualificationform-decision+Створення закупівлі 30

Showing 1 changed file with 2 additions and 2 deletions
... ... @@ -94,7 +94,7 @@ Login
94 94 Selenium2Library.Switch Browser ${user}
95 95 Run Keyword If '${procurementMethodType}' == 'belowThreshold' and 'lots' not in ${tender_data_keys} Go To ${BROKERS['playtender'].basepage}/tender/create?type=${procurementMethodType}&multilot=0
96 96 Run Keyword If '${procurementMethodType}' != 'belowThreshold' or 'lots' in ${tender_data_keys} Go To ${BROKERS['playtender'].basepage}/tender/create?type=${procurementMethodType}
97   - Wait Until Page Contains Створення закупівлі 10
  97 + Wait Until Page Contains Створення закупівлі 30
98 98
99 99 ### BOF - Reporting ###
100 100 Run Keyword And Return If '${procurementMethodType}' == 'reporting' Створити тендер без лотів ${user} ${tender_data}
... ... @@ -1966,7 +1966,7 @@ Save Proposal
1966 1966 # handle sign not loaded
1967 1967 : FOR ${INDEX} IN RANGE 0 10
1968 1968 \ run keyword if ${INDEX} != 0 reload page
1969   - \ Select From List By Label xpath=//select[@id='qualificationform-decision'] Визначити переможною
  1969 + \ select from list by value xpath=//select[@id='qualificationform-decision'] accept
1970 1970 \ JsSetScrollToElementBySelector \#qualification-documents
1971 1971 \ run keyword if ${INDEX} == 0 Choose File xpath=//input[@type='file'] ${doc_name}
1972 1972 \ run keyword if ${INDEX} == 0 Sleep 2
... ...
Please register or login to post a comment