Commit c61baf24fb9ddc3b7d58826c3b7aadcca355b9d3
1 parent
b09f4396
Finalize tender creation on Publicbid
Showing
1 changed file
with
8 additions
and
1 deletions
... | ... | @@ -81,9 +81,16 @@ ${telephone} +380976535447 |
81 | 81 | Choose File id=mForm:data:docFile_input ${file_path} |
82 | 82 | Sleep 2 |
83 | 83 | Run Keyword if '${mode}' == 'multi' Додати предмет items |
84 | + # Save | |
84 | 85 | Click Element id=mForm:bSave |
86 | + Sleep 5 | |
87 | + # Announce | |
88 | + Click Element xpath=//span[text()="Оголосити"] | |
89 | + Sleep 2 | |
90 | + # Confirm in message box | |
91 | + Click Element xpath=//div[contains(@class, "ui-confirm-dialog") and @aria-hidden="false"]//span[text()="Оголосити"] | |
85 | 92 | # More smart wait for id is needed there. |
86 | - Sleep 25 | |
93 | + Sleep 5 | |
87 | 94 | ${tender_UAid}= Get Text id=mForm:nBid |
88 | 95 | ${tender_UAid}= Get Substring ${tender_UAid} 19 |
89 | 96 | ${Ids} Convert To String ${tender_UAid} | ... | ... |
Please
register
or
login
to post a comment