Commit c8de73ac292d64e769c12260f85190c77729653b

Authored by Playtenders
1 parent 15309123

edit esco and kd

Showing 1 changed file with 9 additions and 3 deletions
... ... @@ -1588,9 +1588,13 @@ GetIsTenderReadyForStage2
1588 1588
1589 1589 ${tender_end_date}= Get Current Date increment=00:25:00 result_format=%d.%m.%Y %H:%M
1590 1590 JsSetScrollToElementBySelector \#tendercompetitivedialogueuastage2form-tender_period_end_date
  1591 + Click Element id=tendercompetitivedialogueuastage2form-draft_mode
1591 1592 Input Converted DateTime \#tendercompetitivedialogueuastage2form-tender_period_end_date ${tender_end_date}
  1593 + Run Keyword And Ignore Error Click Element xpath=//*[@class='form-nav-tabs nav nav-tabs nav-justified']//*[@href='#collapseDocuments']
  1594 + Sleep 1
  1595 + Run Keyword And Ignore Error Click Element xpath=//a[contains(@data-url, '/tender/get-document-form')]
  1596 + Run Keyword And Ignore Error Wait Until Page Contains Element xpath=//input[@type='file'] 10
1592 1597 Створити FakeDocs
1593   - Click Element id=tendercompetitivedialogueuastage2form-draft_mode
1594 1598
1595 1599 Save Tender
1596 1600
... ... @@ -2041,7 +2045,9 @@ Save Proposal
2041 2045 Select From List By Value id=qualificationform-decision decline
2042 2046 Run Keyword And Ignore Error Click Element id=qualificationform-title
2043 2047 Run Keyword And Ignore Error Click Element jquery=#qualificationform-title option.js-cancel:first
2044   - Run Keyword And Ignore Error Input text id=qualificationform-description GenerateFakeText
  2048 + Run Keyword And Ignore Error Click Element xpath=//span[@class='select2-selection select2-selection--multiple']
  2049 + Run Keyword And Ignore Error Click Element id=#select2-qualificationform-title-result-
  2050 +# Run Keyword And Ignore Error Input text id=qualificationform-description GenerateFakeText
2045 2051 Run Keyword And Ignore Error Input text id=qualification_form_title GenerateFakeText
2046 2052 JsSetScrollToElementBySelector \#qualification-documents
2047 2053 Choose File xpath=//input[@type='file'] ${doc_name}
... ... @@ -3278,7 +3284,7 @@ Switch To Complaints
3278 3284 Sleep 1
3279 3285 Wait Until Page Contains План закупівлі створений, дочекайтесь опублікування на сайті уповноваженого органу. 60
3280 3286 Click Element xpath=//div[contains(@class, 'jconfirm-box')]//button[contains(@class, 'btn btn-default waves-effect waves-light btn-lg')]
3281   - Wait For Sync Tender 60
  3287 + Wait For Sync Tender 360
3282 3288 ${plan_id} Get Text jquery=.content-part .plan-info-wrapper .plan-id .value
3283 3289 [Return] ${plan_id}
3284 3290
... ...
Please register or login to post a comment