Commit abf13ec0b88ae13be6ef2d18433be8dda9078193
1 parent
6e339687
Add additional timeouts for etender.robot
Showing
1 changed file
with
3 additions
and
1 deletions
| ... | ... | @@ -54,8 +54,10 @@ ${locator.questions[0].answer} xpath=(//div[@tex |
| 54 | 54 | |
| 55 | 55 | Login |
| 56 | 56 | Wait Until Page Contains Element id=inputUsername 10 |
| 57 | + Sleep 1 | |
| 57 | 58 | Input text id=inputUsername ${USERS.users['${username}'].login} |
| 58 | 59 | Wait Until Page Contains Element id=inputPassword 10 |
| 60 | + Sleep 1 | |
| 59 | 61 | Input text id=inputPassword ${USERS.users['${username}'].password} |
| 60 | 62 | Click Button id=btn_submit |
| 61 | 63 | |
| ... | ... | @@ -98,8 +100,8 @@ Login |
| 98 | 100 | Wait Until Page Contains Мої закупівлі 10 |
| 99 | 101 | Sleep 1 |
| 100 | 102 | Click Element xpath=//a[contains(@class, 'ng-binding')][./text()='Мої закупівлі'] |
| 103 | + Sleep 5 | |
| 101 | 104 | Wait Until Page Contains Element xpath=//a[contains(@class, 'btn btn-info')] |
| 102 | - Sleep 1 | |
| 103 | 105 | Click Element xpath=//a[contains(@class, 'btn btn-info')] |
| 104 | 106 | Wait Until Page Contains Element id=title |
| 105 | 107 | Input text id=title ${title} | ... | ... |
Please
register
or
login
to post a comment