From 752cf12938f0e6d55dc806f661e4a692fa0007a0 Mon Sep 17 00:00:00 2001 From: Farhanah Sheets Date: Tue, 10 Apr 2018 15:48:55 -0400 Subject: [PATCH] Add align buttons to test check --- cms/djangoapps/contentstore/features/html-editor.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cms/djangoapps/contentstore/features/html-editor.py b/cms/djangoapps/contentstore/features/html-editor.py index a858fabbf0..84497bee7d 100644 --- a/cms/djangoapps/contentstore/features/html-editor.py +++ b/cms/djangoapps/contentstore/features/html-editor.py @@ -167,6 +167,10 @@ def check_toolbar_buttons(step): 'forecolor', # This is our custom "code style" button, which uses an image instead of a class. 'none', + 'alignleft', + 'aligncenter', + 'alignright', + 'alignjustify', 'bullist', 'numlist', 'outdent',