Fixed all tests in OwnLearnerProfilePageTest that were failing on Chrome

This commit is contained in:
raeeschachar
2015-10-13 19:36:44 +05:00
parent 884569a54c
commit b0fd47131e

View File

@@ -217,11 +217,8 @@ class LearnerProfilePage(FieldsMixin, PageObject):
self.browser.execute_script('$(".upload-submit").show();')
# First send_keys will initialize the jquery auto upload plugin.
self.q(css='.upload-button-input').results[0].send_keys(file_path)
self.q(css='.upload-submit').first.click()
self.q(css='.upload-button-input').results[0].send_keys(file_path)
self.wait_for_ajax()
@property