Showing
1 changed file
with
2 additions
and
1 deletions
... | ... | @@ -2107,7 +2107,8 @@ Save Proposal |
2107 | 2107 | Підтвердити рішення кваліфікації переможця |
2108 | 2108 | JsSetScrollToElementBySelector \#tender-qualification-form .js-submit-btn |
2109 | 2109 | Capture Page Screenshot |
2110 | - Click Button jquery=#tender-qualification-form .js-submit-btn | |
2110 | + execute javascript $("#tender-qualification-form .js-submit-btn").trigger("click"); | |
2111 | +# Click Button jquery=#tender-qualification-form .js-submit-btn | |
2111 | 2112 | Capture Page Screenshot |
2112 | 2113 | Wait Until Page Contains Element xpath=//div[contains(@class, 'jconfirm')]//*[text()='Закрити'] 60 |
2113 | 2114 | Capture Page Screenshot | ... | ... |
Please
register
or
login
to post a comment