Commit 8ed2dee4ecc98aef70a3ebc05bd585692192493d
1 parent
98fd7112
E-tender: Get search timeout from brokers.yaml
Showing
1 changed file
with
3 additions
and
2 deletions
| @@ -207,8 +207,9 @@ Set Multi Ids | @@ -207,8 +207,9 @@ Set Multi Ids | ||
| 207 | sleep 1 | 207 | sleep 1 |
| 208 | Input Text jquery=input[ng-change='searchChange()'] ${ARGUMENTS[1]} | 208 | Input Text jquery=input[ng-change='searchChange()'] ${ARGUMENTS[1]} |
| 209 | sleep 1 | 209 | sleep 1 |
| 210 | - ${passed}= Run Keyword And Return Status Wait Until Keyword Succeeds 300 s 0 s Шукати і знайти | ||
| 211 | - Run Keyword Unless ${passed} Fatal Error Тендер не знайдено за 300 секунд | 210 | + ${timeout_on_wait}= Get Broker Property By Username ${ARGUMENTS[0]} timeout_on_wait |
| 211 | + ${passed}= Run Keyword And Return Status Wait Until Keyword Succeeds ${timeout_on_wait} s 0 s Шукати і знайти | ||
| 212 | + Run Keyword Unless ${passed} Fatal Error Тендер не знайдено за ${timeout_on_wait} секунд | ||
| 212 | sleep 3 | 213 | sleep 3 |
| 213 | Click Link jquery=a[href^="#/tenderDetailes"] | 214 | Click Link jquery=a[href^="#/tenderDetailes"] |
| 214 | Wait Until Page Contains ${ARGUMENTS[1]} 10 | 215 | Wait Until Page Contains ${ARGUMENTS[1]} 10 |
Please
register
or
login
to post a comment