Showing
1 changed file
with
5 additions
and
2 deletions
@@ -6,6 +6,7 @@ Library playtender_service.py | @@ -6,6 +6,7 @@ Library playtender_service.py | ||
6 | *** Variables *** | 6 | *** Variables *** |
7 | 7 | ||
8 | ${planFormSubmitSuccessMessage} = План закупівлі створений, дочекайтесь опублікування на сайті уповноваженого органу. | 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 | *** Keywords *** | 11 | *** Keywords *** |
11 | Підготувати дані для оголошення тендера | 12 | Підготувати дані для оголошення тендера |
@@ -529,8 +530,10 @@ PlanFormOpenByUAID | @@ -529,8 +530,10 @@ PlanFormOpenByUAID | ||
529 | [Arguments] ${uaid} | 530 | [Arguments] ${uaid} |
530 | 531 | ||
531 | PlanOpenByUAID ${uaid} | 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 | Sleep 1 | 537 | Sleep 1 |
535 | 538 | ||
536 | PlanUpdateItemQuantity | 539 | PlanUpdateItemQuantity |
Please
register
or
login
to post a comment