Commit 633d97c48c6d5e86e56b5ff15abfabed9214a653

Authored by Playtenders
1 parent 16d97e98

edit PlanFormOpenByUAID

Showing 1 changed file with 5 additions and 2 deletions
... ... @@ -6,6 +6,7 @@ Library playtender_service.py
6 6 *** Variables ***
7 7
8 8 ${planFormSubmitSuccessMessage} = План закупівлі створений, дочекайтесь опублікування на сайті уповноваженого органу.
  9 +${planEditButton} = div#plan-part-pjax.pjax-container.pjax-layout-container div.aside__inner span.btn-new__inner span.btn-new__text
9 10
10 11 *** Keywords ***
11 12 Підготувати дані для оголошення тендера
... ... @@ -529,8 +530,10 @@ PlanFormOpenByUAID
529 530 [Arguments] ${uaid}
530 531
531 532 PlanOpenByUAID ${uaid}
532   - Click Element xpath=//a[contains(@href, '/plan/update')][1]
533   - Wait Until Page Contains Редагування 60
  533 +# Click Element xpath=//a[contains(@href, '/plan/update')][1]
  534 + Дочекатися і Клікнути jquery=${planEditButton}
  535 + Wait Until Page Contains Element xpath=//a[contains(@data-url,'#general-form-popup')] 60
  536 +# Wait Until Page Contains Редагування 60
534 537 Sleep 1
535 538
536 539 PlanUpdateItemQuantity
... ...
Please register or login to post a comment