Showing
1 changed file
with
3 additions
and
2 deletions
@@ -47,8 +47,9 @@ login to site | @@ -47,8 +47,9 @@ login to site | ||
47 | [Arguments] ${user_data} | 47 | [Arguments] ${user_data} |
48 | [Documentation] авторизувати вказаного користувача, масив повинен містити login, password | 48 | [Documentation] авторизувати вказаного користувача, масив повинен містити login, password |
49 | 49 | ||
50 | - click visible element ${login_popup_open_locator} | ||
51 | - wait until popup is visible | 50 | +# click visible element ${login_popup_open_locator} |
51 | +# wait until popup is visible | ||
52 | + open popup by btn locator ${login_popup_open_locator} | ||
52 | input text to visible input ${login_popup_login_input_locator} ${user_data['login']} | 53 | input text to visible input ${login_popup_login_input_locator} ${user_data['login']} |
53 | input text to visible input ${login_popup_password_input_locator} ${user_data['password']} | 54 | input text to visible input ${login_popup_password_input_locator} ${user_data['password']} |
54 | click visible element ${login_popup_submit_btn_locator} | 55 | click visible element ${login_popup_submit_btn_locator} |
Please
register
or
login
to post a comment