Merge pull request #11129 from edx/clrux/ac-201
LMS: darkening a gray on the profile page
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user