Commit d1fb58f4692bb1b0e2d14aa6c0bdf1561d06822e

Authored by Playtenders
1 parent 09b2c486

sidebarCollapse

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