Commit 60e32952224a650c122df1274fc06afb42de1200

Authored by Playtenders
1 parent 73014e0e

complaint

@@ -709,7 +709,7 @@ Resource playtender_agree @@ -709,7 +709,7 @@ Resource playtender_agree
709 Змінити статус скарги на визначення пре-кваліфікації учасника 709 Змінити статус скарги на визначення пре-кваліфікації учасника
710 [Arguments] ${username} ${tender_uaid} ${complaintID} ${qualification_index} ${confirmation_data} 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 playtender.Змінити статус скарги ${username} ${tender_uaid} ${complaintID} ${confirmation_data} 713 playtender.Змінити статус скарги ${username} ${tender_uaid} ${complaintID} ${confirmation_data}
714 714
715 Змінити статус скарги на визначення переможця 715 Змінити статус скарги на визначення переможця
@@ -384,7 +384,8 @@ amku result2 @@ -384,7 +384,8 @@ amku result2
384 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()
385 capture page screenshot 385 capture page screenshot
386 sleep 10 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 run keyword and ignore error wait until page contains element jquery=#qualificationform-decision 389 run keyword and ignore error wait until page contains element jquery=#qualificationform-decision
389 capture page screenshot 390 capture page screenshot
390 run keyword and ignore error Execute Javascript $('#qualificationform-decision').val('cancel').change() 391 run keyword and ignore error Execute Javascript $('#qualificationform-decision').val('cancel').change()
Please register or login to post a comment