From 301d58d648eb63a98a9150072dade7e073d0347e Mon Sep 17 00:00:00 2001 From: Jay Zoldak Date: Tue, 19 Feb 2013 13:31:11 -0500 Subject: [PATCH] Update lettuce test with new button name for add new section. --- cms/djangoapps/contentstore/features/courses.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/djangoapps/contentstore/features/courses.py b/cms/djangoapps/contentstore/features/courses.py index db8e20722a..e394165f08 100644 --- a/cms/djangoapps/contentstore/features/courses.py +++ b/cms/djangoapps/contentstore/features/courses.py @@ -59,4 +59,4 @@ def i_am_on_tab(step, tab_name): @step('I see a link for adding a new section$') def i_see_new_section_link(step): link_css = 'a.new-courseware-section-button' - assert_css_with_text(link_css, 'New Section') + assert_css_with_text(link_css, '+ New Section')