Pep8fix lettuce test code

This commit is contained in:
Jay Zoldak
2013-02-19 16:45:35 -05:00
parent 040f840c9d
commit db6fa9a3aa
4 changed files with 8 additions and 2 deletions

View File

@@ -146,6 +146,7 @@ def add_section(name='My Section'):
span_css = 'span.section-name-span'
assert_true(world.browser.is_element_present_by_css(span_css, 5))
def add_subsection(name='Subsection One'):
css = 'a.new-subsection-item'
css_click(css)