AC-524 - label - test_lms_instructor_dashboard.py

This commit is contained in:
Chris Rodriguez
2016-07-01 10:59:24 -04:00
parent 390b74e279
commit b97d063181
13 changed files with 164 additions and 131 deletions

View File

@@ -17,7 +17,7 @@ def go_to_updates(_step):
@step(u'I add a new update with the text "([^"]*)"$')
def add_update(_step, text):
update_css = 'a.new-update-button'
update_css = '.new-update-button'
world.css_click(update_css)
world.wait_for_visible('.CodeMirror')
change_text(text)