Showing
1 changed file
with
3 additions
and
1 deletions
... | ... | @@ -62,9 +62,11 @@ Login |
62 | 62 | [Arguments] ${username} |
63 | 63 | Wait Until Element Is Visible xpath=//*[contains(@data-language, '1')] 10 |
64 | 64 | Click Link xpath=//*[contains(@data-language, '1')] |
65 | + Click Link xpath=//a[@href='#sidebarCollapse'] | |
66 | + Sleep 10 | |
65 | 67 | |
66 | 68 | Wait Until Element Is Visible xpath=//*[contains(@class, 'btn btn-lg btn-default btn-custom waves-effect waves-light')] 10 |
67 | - Click Link xpath=//*[contains(@class, 'btn btn-lg btn-default btn-custom waves-effect waves-light')] | |
69 | + Click Link xpath=//*[contains(@class, 'btn btn-lg btn-default btn-custom waves-effect waves-light') and contains(.,'Увійти')] | |
68 | 70 | Sleep 1 |
69 | 71 | Wait Until Page Contains Element id=loginform-email 20 |
70 | 72 | Input text id=loginform-email ${USERS.users['${username}'].login} | ... | ... |
Please
register
or
login
to post a comment