Commit 4616c5bcb99f89f5acb042687ef05f98c969200c

Authored by Playtenders
1 parent dfe502b0

next

Showing 1 changed file with 10 additions and 5 deletions
... ... @@ -2015,12 +2015,17 @@ Save Proposal
2015 2015 Click Button xpath=//div[contains(@class, 'jconfirm')]//*[text()='Закрити']
2016 2016 Sleep 2
2017 2017
2018   -Завантажити рішення кваліфікації переможця і накласти ЕЦП
  2018 + # check if eds is needed
2019 2019 ${eds_isset}= run keyword and return status Click Button xpath=//*[text()='Накласти ЕЦП']
2020   - run keyword if ${eds_isset} Накласти ЕЦП на відкритий попап
2021   -
2022   - Накласти ЕЦП на відкритий попап
2023   -
  2020 + run keyword if ${eds_isset} Накласти ЕЦП на відкритий попап та закрити його
  2021 + run keyword if ${eds_isset} JsSetScrollToElementBySelector \#tender-qualification-form .js-submit-btn
  2022 + run keyword if ${eds_isset} Click Button jquery=#tender-qualification-form .js-submit-btn
  2023 + run keyword if ${eds_isset} Wait Until Page Contains Element xpath=//div[contains(@class, 'jconfirm')]//*[text()='Закрити'] 20
  2024 + run keyword if ${eds_isset} Click Button xpath=//div[contains(@class, 'jconfirm')]//*[text()='Закрити']
  2025 + run keyword if ${eds_isset} Sleep 3
  2026 +
  2027 +Накласти ЕЦП на відкритий попап та закрити його
  2028 +
2024 2029 Sleep 1
2025 2030 Load Sign
2026 2031 Wait Until Page Contains ЕЦП успішно накладено 20
... ...
Please register or login to post a comment