Showing
1 changed file
with
3 additions
and
0 deletions
| ... | ... | @@ -386,6 +386,7 @@ Wait For Page Create Tender |
| 386 | 386 | ${wraper}= Convert To String div[contains(@class, 'form-group lot${playtender_proc_type}form-items-dynamic-forms-wrapper')] |
| 387 | 387 | ${jqueryWrapper}= Set Variable \#collapseLots div[data-type='lot'].active div[data-type='item'].active div[class^='form-group field-item${playtender_proc_type}form'] |
| 388 | 388 | |
| 389 | + Wait Until Page Contains Товар/послуга № 60 | |
| 389 | 390 | Input text xpath=//div[contains(@class, 'active')]//${wraper}//div[contains(@class, 'active')]//div[contains(@class, 'form-group field-item${playtender_proc_type}form')]//input[contains(@id, '-description')] ${description} |
| 390 | 391 | Run Keyword If 'description_en' in ${item_keys} |
| 391 | 392 | ... Input Text With Checking Input Isset ${jqueryWrapper} input[id$='-description_en'] ${ARGUMENTS[0].description_en} |
| ... | ... | @@ -429,6 +430,7 @@ Wait For Page Create Tender |
| 429 | 430 | ${playtender_proc_type}= GetInputProcTypeByProcurementMethodType ${procurementMethodType} |
| 430 | 431 | |
| 431 | 432 | JsSetScrollToElementBySelector ${wrapper} div[class^='form-group field-item${playtender_proc_type}form'] input[id$='-description'] |
| 433 | + Wait Until Page Contains Товар/послуга № 60 | |
| 432 | 434 | Input text jquery=${wrapper} div[class^='form-group field-item${playtender_proc_type}form'] input[id$='-description'] ${data.description} |
| 433 | 435 | Run Keyword If 'description_en' in ${data_keys} Input Text With Checking Input Isset ${wrapper} div[class^='form-group field-item${playtender_proc_type}form'] input[id$='-description_en'] ${data.description_en} |
| 434 | 436 | JsSetScrollToElementBySelector ${wrapper} div[class^='form-group field-item${playtender_proc_type}form'] input[id$='-quantity'] |
| ... | ... | @@ -770,6 +772,7 @@ Wait For Sync Tender Finish |
| 770 | 772 | ... ${ARGUMENTS[1]} = ${award_data} |
| 771 | 773 | ${lots_length}= Get Length ${USERS.users['${playtender_LOGIN_USER}'].lots} |
| 772 | 774 | : FOR ${INDEX} IN RANGE 0 ${lots_length} |
| 775 | + \ Wait Until Page Contains Постачальник № 60 | |
| 773 | 776 | \ Run Keyword If '${USERS.users['${playtender_LOGIN_USER}'].lots[${INDEX}].id}' == '${ARGUMENTS[0]}' Select From List By Label jquery=div.awards-dynamic-forms-wrapper div.dynamic-forms-list div[data-type="award"].active select[id$="-award_lot_key"] ${USERS.users['${playtender_LOGIN_USER}'].lots[${INDEX}].title} |
| 774 | 777 | Input Text jquery=div.awards-dynamic-forms-wrapper div.dynamic-forms-list div[data-type="award"].active input[id$="-award_organization_name"] ${ARGUMENTS[1].suppliers[0].identifier.legalName} |
| 775 | 778 | Click Element xpath=//span[@class='select2-selection select2-selection--single'] | ... | ... |
Please
register
or
login
to post a comment