Commit 291a5c35 by raeeschachar

Fixed test create library failing on chrome

parent 89a7e425
......@@ -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):
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment