From fb6afc708d86f631dd73d820bfe429f8af3df82b Mon Sep 17 00:00:00 2001 From: cahrens Date: Thu, 20 Mar 2014 12:40:00 -0400 Subject: [PATCH] pep8 --- cms/djangoapps/contentstore/features/html-editor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cms/djangoapps/contentstore/features/html-editor.py b/cms/djangoapps/contentstore/features/html-editor.py index 2a13db839a..3842094408 100644 --- a/cms/djangoapps/contentstore/features/html-editor.py +++ b/cms/djangoapps/contentstore/features/html-editor.py @@ -155,6 +155,7 @@ def set_text_and_select(step, text): world.browser.driver.execute_script(script, str(text)) world.wait_for_ajax_complete() + @step('I select the code toolbar button$') def select_code_button(step): # This is our custom "code style" button. It uses an image instead of a class.