fix scroll

Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
This commit is contained in:
Churikova Tetiana 2020-02-26 11:02:09 +01:00
parent 6e3784d671
commit 8d95515480
No known key found for this signature in database
GPG Key ID: 0D4EA7B33B47E6D8
1 changed files with 1 additions and 0 deletions

View File

@ -712,6 +712,7 @@ class TestProfileMultipleDevice(MultipleDeviceTestCase):
profile_1.element_by_text(mailserver).scroll_to_element()
profile_1.element_by_text(mailserver).click()
profile_1.confirm_button.click()
profile_1.element_by_text(server_name).scroll_to_element()
profile_1.element_by_text(server_name).click()
profile_1.mail_server_delete_button.click()
profile_1.mail_server_confirm_delete_button.click()