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,8 +54,10 @@ ${locator.questions[0].answer} xpath=(//div[@tex | ||
54 | 54 | ||
55 | Login | 55 | Login |
56 | Wait Until Page Contains Element id=inputUsername 10 | 56 | Wait Until Page Contains Element id=inputUsername 10 |
57 | + Sleep 1 | ||
57 | Input text id=inputUsername ${USERS.users['${username}'].login} | 58 | Input text id=inputUsername ${USERS.users['${username}'].login} |
58 | Wait Until Page Contains Element id=inputPassword 10 | 59 | Wait Until Page Contains Element id=inputPassword 10 |
60 | + Sleep 1 | ||
59 | Input text id=inputPassword ${USERS.users['${username}'].password} | 61 | Input text id=inputPassword ${USERS.users['${username}'].password} |
60 | Click Button id=btn_submit | 62 | Click Button id=btn_submit |
61 | 63 | ||
@@ -98,8 +100,8 @@ Login | @@ -98,8 +100,8 @@ Login | ||
98 | Wait Until Page Contains Мої закупівлі 10 | 100 | Wait Until Page Contains Мої закупівлі 10 |
99 | Sleep 1 | 101 | Sleep 1 |
100 | Click Element xpath=//a[contains(@class, 'ng-binding')][./text()='Мої закупівлі'] | 102 | Click Element xpath=//a[contains(@class, 'ng-binding')][./text()='Мої закупівлі'] |
103 | + Sleep 5 | ||
101 | Wait Until Page Contains Element xpath=//a[contains(@class, 'btn btn-info')] | 104 | Wait Until Page Contains Element xpath=//a[contains(@class, 'btn btn-info')] |
102 | - Sleep 1 | ||
103 | Click Element xpath=//a[contains(@class, 'btn btn-info')] | 105 | Click Element xpath=//a[contains(@class, 'btn btn-info')] |
104 | Wait Until Page Contains Element id=title | 106 | Wait Until Page Contains Element id=title |
105 | Input text id=title ${title} | 107 | Input text id=title ${title} |
Please
register
or
login
to post a comment