diff --git a/common/test/acceptance/pages/studio/index.py b/common/test/acceptance/pages/studio/index.py index e4e5fc7678..ecef5fb1d6 100644 --- a/common/test/acceptance/pages/studio/index.py +++ b/common/test/acceptance/pages/studio/index.py @@ -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): """