Showing
2 changed files
with
3 additions
and
2 deletions
... | ... | @@ -709,7 +709,7 @@ Resource playtender_agree |
709 | 709 | Змінити статус скарги на визначення пре-кваліфікації учасника |
710 | 710 | [Arguments] ${username} ${tender_uaid} ${complaintID} ${qualification_index} ${confirmation_data} |
711 | 711 | |
712 | - amku result ${username} ${tender_uaid} ${complaintID} ${confirmation_data} | |
712 | +# amku result ${username} ${tender_uaid} ${complaintID} ${confirmation_data} | |
713 | 713 | playtender.Змінити статус скарги ${username} ${tender_uaid} ${complaintID} ${confirmation_data} |
714 | 714 | |
715 | 715 | Змінити статус скарги на визначення переможця | ... | ... |
... | ... | @@ -384,7 +384,8 @@ amku result2 |
384 | 384 | Execute Javascript $('#bids-pjax .pseudo-table__row .badge .badge__inner .badge__text:contains("Кваліфікувати"):first').click() |
385 | 385 | capture page screenshot |
386 | 386 | sleep 10 |
387 | - run keyword and ignore error close current visible alert | |
387 | + capture page screenshot | |
388 | +# run keyword and ignore error close current visible alert | |
388 | 389 | run keyword and ignore error wait until page contains element jquery=#qualificationform-decision |
389 | 390 | capture page screenshot |
390 | 391 | run keyword and ignore error Execute Javascript $('#qualificationform-decision').val('cancel').change() | ... | ... |
Please
register
or
login
to post a comment