diff --git a/lms/djangoapps/courseware/features/homepage.feature b/lms/djangoapps/courseware/features/homepage.feature index fd845b765bf0..c4df77842d6f 100644 --- a/lms/djangoapps/courseware/features/homepage.feature +++ b/lms/djangoapps/courseware/features/homepage.feature @@ -21,19 +21,3 @@ Feature: LMS.Homepage for web users | faq | FAQ | | contact | Contact| | press | Press | - - - # TODO: test according to domain or policy - Scenario: User can see the partner institutions - Given I visit the homepage - Then I should see the following Partners in the Partners section - | Partner | - | MITx | - | HarvardX | - | BerkeleyX | - | UTx | - | WellesleyX | - | GeorgetownX | - - # # TODO: Add scenario that tests the courses available - # # using a policy or a configuration file diff --git a/lms/djangoapps/courseware/features/homepage.py b/lms/djangoapps/courseware/features/homepage.py index bb019821919f..aea1004c0ece 100644 --- a/lms/djangoapps/courseware/features/homepage.py +++ b/lms/djangoapps/courseware/features/homepage.py @@ -5,14 +5,6 @@ from nose.tools import assert_in, assert_equals # pylint: disable=E0611 -@step(u'I should see the following Partners in the Partners section') -def i_should_see_partner(step): - partners = world.browser.find_by_css(".partner .name span") - names = set(span.html for span in partners) - for partner in step.hashes: - assert_in(partner['Partner'], names) - - @step(u'I should see the following links and ids') def should_see_a_link_called(step): for link_id_pair in step.hashes: diff --git a/lms/templates/index.html b/lms/templates/index.html index 56d08ce1108f..87437fac4f9f 100644 --- a/lms/templates/index.html +++ b/lms/templates/index.html @@ -52,118 +52,9 @@
-
-
-
-
-
-
-
-
-
-
-
-