Commit 4c4c5a4d by Eugeny Kolpakov Committed by GitHub

Merge pull request #13900 from open-craft/ekolpakov/SOL-2070

Library creation test is not flaky anymore
parents f258e053 f6d69560
...@@ -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