Commit 3198c040 by raeeschachar

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

Fixed test create library failing on chrome
parents 89a7e425 291a5c35
...@@ -51,7 +51,8 @@ class DashboardPage(PageObject): ...@@ -51,7 +51,8 @@ class DashboardPage(PageObject):
""" """
Click on the "New Library" button 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): 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