AC-524 - label - test_lms_instructor_dashboard.py
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user