From f2626c0d70de21f0e5833072fb1a28915595dcb5 Mon Sep 17 00:00:00 2001 From: Jeremy Bowman Date: Thu, 16 Aug 2018 17:30:55 -0400 Subject: [PATCH] TE-2646 Use headless Chrome for a11y tests --- lms/templates/login.html | 2 +- lms/templates/staff_problem_info.html | 6 ++---- openedx/core/djangoapps/programs/signals.py | 2 +- package-lock.json | 6 +++--- package.json | 2 +- scripts/accessibility-tests.sh | 2 +- scripts/generic-ci-tests.sh | 2 +- scripts/thresholds.sh | 2 +- 8 files changed, 11 insertions(+), 13 deletions(-) diff --git a/lms/templates/login.html b/lms/templates/login.html index ad27358530..af2d2bb6a3 100644 --- a/lms/templates/login.html +++ b/lms/templates/login.html @@ -179,7 +179,7 @@ from third_party_auth import provider, pipeline
  1. - + ${_("This is the e-mail address you used to register with {platform}").format(platform=platform_name)}
  2. diff --git a/lms/templates/staff_problem_info.html b/lms/templates/staff_problem_info.html index bd3b82c849..6a72a4d7ac 100644 --- a/lms/templates/staff_problem_info.html +++ b/lms/templates/staff_problem_info.html @@ -23,11 +23,11 @@ ${block_content} % endif % if not disable_staff_debug_info:
    - ${_("Staff Debug Info")} + ${_("Staff Debug Info")} % if settings.FEATURES.get('ENABLE_STUDENT_HISTORY_VIEW') and \ location.block_type == 'problem': - ${_("Submission history")} + ${_("Submission history")} % endif
    % endif @@ -139,8 +139,6 @@ ${block_content} -
    -