Merge pull request #11129 from edx/clrux/ac-201

LMS: darkening a gray on the profile page
This commit is contained in:
clrux
2016-02-04 10:11:24 -05:00
5 changed files with 29 additions and 43 deletions

View File

@@ -253,10 +253,6 @@ class LearnerProfilePage(FieldsMixin, PageObject):
self.wait_for_ajax()
self.wait_for_element_visibility('.image-wrapper', "remove button is visible")
self.browser.execute_script('$(".u-field-remove-button").css("opacity",1);')
self.mouse_hover(self.browser.find_element_by_css_selector('.image-wrapper'))
self.wait_for_element_visibility('.u-field-remove-button', "remove button is visible")
self.q(css='.u-field-remove-button').first.click()
self.wait_for_ajax()

View File

@@ -767,7 +767,6 @@ class LearnerProfileA11yTest(LearnerProfileTestMixin, WebAppTest):
profile_page.a11y_audit.config.set_rules({
"ignore": [
'color-contrast', # TODO: AC-232
'skip-link', # TODO: AC-179
'link-href', # TODO: AC-231
],