Commit f6d69560 by E. Kolpakov

Library creation test is not flaky anymore

parent 9d1e77e0
...@@ -33,7 +33,6 @@ class CreateLibraryTest(WebAppTest): ...@@ -33,7 +33,6 @@ class CreateLibraryTest(WebAppTest):
self.auth_page = AutoAuthPage(self.browser, staff=True) self.auth_page = AutoAuthPage(self.browser, staff=True)
self.dashboard_page = DashboardPage(self.browser) self.dashboard_page = DashboardPage(self.browser)
@flaky # TODO: SOL-430
def test_create_library(self): def test_create_library(self):
""" """
From the home page: From the home page:
......
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