Commit 73014e0e09234c22a66ebffc5528b59e2003b76a

Authored by Playtenders
1 parent 27c79013

fix

@@ -228,7 +228,7 @@ Resource playtender_agree @@ -228,7 +228,7 @@ Resource playtender_agree
228 Run Keyword And Return If '${field_name}' in 'minimalStep.amount' Отримати інформацію із minimalStep.amount 228 Run Keyword And Return If '${field_name}' in 'minimalStep.amount' Отримати інформацію із minimalStep.amount
229 Run Keyword And Return If '${field_name}' == 'awards[0].documents[0].title' Отримати інформацію із awards[0].documents[0].title 229 Run Keyword And Return If '${field_name}' == 'awards[0].documents[0].title' Отримати інформацію із awards[0].documents[0].title
230 Run Keyword And Return If '${field_name}' == 'agreementDuration' Отримати інформацію із agreementDuration 230 Run Keyword And Return If '${field_name}' == 'agreementDuration' Отримати інформацію із agreementDuration
231 - Run Keyword And Return If '${field_name}' == 'agreements[0].agreementID' Отримати інформацію із agreements[0].agreementID 231 +# Run Keyword And Return If '${field_name}' == 'agreements[0].agreementID' Отримати інформацію із agreements[0].agreementID
232 Run Keyword And Return If '${field_name}' == 'items[0].quantity' Отримати інформацію із items[0].quantity 232 Run Keyword And Return If '${field_name}' == 'items[0].quantity' Отримати інформацію із items[0].quantity
233 Run Keyword And Return If '${field_name}' == 'lots[0].value.amount' Отримати інформацію із lots[0].value.amount 233 Run Keyword And Return If '${field_name}' == 'lots[0].value.amount' Отримати інформацію із lots[0].value.amount
234 Run Keyword And Return If '${field_name}' == 'lots[0].minimalStep.amount' Отримати інформацію із lots[0].minimalStep.amount 234 Run Keyword And Return If '${field_name}' == 'lots[0].minimalStep.amount' Отримати інформацію із lots[0].minimalStep.amount
@@ -362,6 +362,7 @@ amku result @@ -362,6 +362,7 @@ amku result
362 362
363 open tender page by uaid ${tender_uaid} 363 open tender page by uaid ${tender_uaid}
364 capture page screenshot 364 capture page screenshot
  365 + wait until page contains element with reloading jquery=#bids-pjax .pseudo-table__row .badge .badge__inner .badge__text:contains("Кваліфікувати"):first
365 Execute Javascript $('#bids-pjax .pseudo-table__row .badge .badge__inner .badge__text:contains("Кваліфікувати"):first').click() 366 Execute Javascript $('#bids-pjax .pseudo-table__row .badge .badge__inner .badge__text:contains("Кваліфікувати"):first').click()
366 capture page screenshot 367 capture page screenshot
367 sleep 3 368 sleep 3
@@ -382,7 +383,7 @@ amku result2 @@ -382,7 +383,7 @@ amku result2
382 capture page screenshot 383 capture page screenshot
383 Execute Javascript $('#bids-pjax .pseudo-table__row .badge .badge__inner .badge__text:contains("Кваліфікувати"):first').click() 384 Execute Javascript $('#bids-pjax .pseudo-table__row .badge .badge__inner .badge__text:contains("Кваліфікувати"):first').click()
384 capture page screenshot 385 capture page screenshot
385 - sleep 3 386 + sleep 10
386 run keyword and ignore error close current visible alert 387 run keyword and ignore error close current visible alert
387 run keyword and ignore error wait until page contains element jquery=#qualificationform-decision 388 run keyword and ignore error wait until page contains element jquery=#qualificationform-decision
388 capture page screenshot 389 capture page screenshot
@@ -532,7 +532,7 @@ Wait For QualificationsPeriodEnd @@ -532,7 +532,7 @@ Wait For QualificationsPeriodEnd
532 Отримати інформацію із contracts[1].dateSigned 532 Отримати інформацію із contracts[1].dateSigned
533 [Documentation] Отримати значення поля contracts[1].dateSigned 533 [Documentation] Отримати значення поля contracts[1].dateSigned
534 534
535 - ${return_value} = get value by locator on opened page ${tender_contracts_1_datesigned_value_locator} 535 + ${return_value} = get value by locator on opened page ${tender_contracts_1_dateSigned_value_locator}
536 [return] ${return_value} 536 [return] ${return_value}
537 537
538 Wait For contractactive 538 Wait For contractactive
@@ -215,7 +215,7 @@ ${tender_contracts_1_amountnet_value_locator} = jquery=#cont @@ -215,7 +215,7 @@ ${tender_contracts_1_amountnet_value_locator} = jquery=#cont
215 ${tender_contracts_1_amountnet_value_type} = float 215 ${tender_contracts_1_amountnet_value_type} = float
216 ${tender_contracts_1_amount_value_locator} = jquery=#contracts-pjax .tender-contract-info-wrapper .amount-source.hidden 216 ${tender_contracts_1_amount_value_locator} = jquery=#contracts-pjax .tender-contract-info-wrapper .amount-source.hidden
217 ${tender_contracts_1_amount_value_type} = float 217 ${tender_contracts_1_amount_value_type} = float
218 -${tender_contracts_1_datesigned_value_locator} = jquery=#contracts-pjax .tender-contract-info-wrapper .date-signed-source.hidden 218 +${tender_contracts_1_dateSigned_value_locator} = jquery=#contracts-pjax .tender-contract-info-wrapper .date-signed-source.hidden
219 ${tender_cancellations_0_status_value_locator} = jquery=#lots .cancellation-info-wrapper .info-row.status .value div span span 219 ${tender_cancellations_0_status_value_locator} = jquery=#lots .cancellation-info-wrapper .info-row.status .value div span span
220 220
221 ${tender_agreements_agreementID_value_locator} = jquery= 221 ${tender_agreements_agreementID_value_locator} = jquery=
Please register or login to post a comment