Showing
2 changed files
with
4 additions
and
3 deletions
... | ... | @@ -357,7 +357,8 @@ complete the payment of the complaint |
357 | 357 | capture page screenshot |
358 | 358 | click visible element ${claim_page_open_btn_locator} |
359 | 359 | capture page screenshot |
360 | - Execute Javascript $('#tender-complaint-list a[href*="/testing/complaint-status-change"]').click() | |
360 | +# Execute Javascript $('#tender-complaint-list a[href*="/testing/complaint-status-change"]').click() | |
361 | + Execute Javascript document.querySelector(".js-complaint-status-change").click() | |
361 | 362 | capture page screenshot |
362 | 363 | |
363 | 364 | Upload documentation to requirement | ... | ... |
... | ... | @@ -511,13 +511,13 @@ Wait For QualificationsPeriodEnd |
511 | 511 | Отримати інформацію із contracts[1].value.amountNet |
512 | 512 | [Documentation] Отримати значення поля contracts[1].value.amountNet |
513 | 513 | |
514 | - ${return_value} = get value by locator on opened page ${tender_contracts_1_amountnet_value_locator} | |
514 | + ${return_value} = get value by locator on opened page ${tender_contracts_1_amountnet_value_locator} ${tender_contracts_1_amountnet_value_type} | |
515 | 515 | [return] ${return_value} |
516 | 516 | |
517 | 517 | Отримати інформацію із contracts[1].value.amount |
518 | 518 | [Documentation] Отримати значення поля contracts[1].value.amount |
519 | 519 | |
520 | - ${return_value} = get value by locator on opened page ${tender_contracts_1_amount_value_locator} | |
520 | + ${return_value} = get value by locator on opened page ${tender_contracts_1_amount_value_locator} ${tender_contracts_1_amount_value_type} | |
521 | 521 | [return] ${return_value} |
522 | 522 | |
523 | 523 | Отримати інформацію із contracts[1].dateSigned | ... | ... |
Please
register
or
login
to post a comment