Commit 8d1d1441ac59f72ab8b5d6ae755f79cce374a4eb

Authored by Playtenders
1 parent 3bcd782d

planning search

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