From 764ea22e3ddf8ddf226d3bd8ea0873a1e0f4863f Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Thu, 12 Jul 2018 10:53:27 -0400 Subject: [PATCH] Remove flaky test_library_content_side_bar_help. EDUCATOR-3183 --- .../tests/studio/test_studio_help.py | 21 ------------------- 1 file changed, 21 deletions(-) diff --git a/common/test/acceptance/tests/studio/test_studio_help.py b/common/test/acceptance/tests/studio/test_studio_help.py index 9876fbe94b..eee488b4e9 100644 --- a/common/test/acceptance/tests/studio/test_studio_help.py +++ b/common/test/acceptance/tests/studio/test_studio_help.py @@ -344,27 +344,6 @@ class LibraryHelpTest(StudioLibraryTest): self.library_page = LibraryPage(self.browser, self.library_key) self.library_user_page = LibraryUsersPage(self.browser, self.library_key) - def test_library_content_side_bar_help(self): - """ - Scenario: Help link in sidebar links is working on - content library page(click a library on the Library list page). - Given that I am on the content library page(click a library on the Library list page). - And I want help about the process - And I click the 'Learn more about content libraries' in the sidebar links - Then Help link should open. - And help url should be correct - """ - self.library_page.visit() - expected_url = _get_expected_documentation_url('/course_components/libraries.html') - - # Assert that help link is correct. - assert_side_bar_help_link( - test=self, - page=self.library_page, - href=expected_url, - help_text='Learn more about content libraries' - ) - def test_library_user_access_setting_nav_help(self): """ Scenario: Help link in navigation bar is working on 'User Access'