Merge pull request #10754 from edx/raees/chrome-bok-choy-test-create-library

Fixed test create library failing on chrome
This commit is contained in:
raeeschachar
2015-11-27 13:15:03 +05:00

View File

@@ -51,7 +51,8 @@ class DashboardPage(PageObject):
"""
Click on the "New Library" button
"""
self.q(css='.new-library-button').click()
self.q(css='.new-library-button').first.click()
self.wait_for_ajax()
def is_new_library_form_visible(self):
"""