Commit 12e135b2e4126f69789047e67c697bedb91cdc64

Authored by Playtenders
1 parent e09a0d4d

search plans

Showing 1 changed file with 2 additions and 1 deletions
... ... @@ -3244,7 +3244,8 @@ Switch To Complaints
3244 3244 #cat Input Text id=plansearchform-query ${tenderId}
3245 3245 #cat Click Element jquery=#plan-search-form .js-submit-btn
3246 3246 Input Text xpath=//input[@data-ds='query-input'] ${tenderId}
3247   - Press key xpath=//input[@data-ds='query-input'] \\13
  3247 + Click Element xpath=//button[@class='btn btn-default fa fa-search js-submit-btn']
  3248 +#cat Press key xpath=//input[@data-ds='query-input'] \\13
3248 3249 Sleep 1
3249 3250 Wait Until Page Does Not Contain Element jquery=#plan-list-pjax.loading-wrapper
3250 3251 Capture Page Screenshot
... ...
Please register or login to post a comment