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:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user