Clean up some e-commerce strings on the Instructor Dashboard

This commit is contained in:
Sylvia Pearce
2015-06-18 15:54:32 -04:00
parent 66e1b11a58
commit 3ab45fba0c
4 changed files with 54 additions and 61 deletions

View File

@@ -90,9 +90,9 @@ def click_a_button(step, button): # pylint: disable=unused-argument
world.css_click('input[name="calculate-grades-csv"]')
# Expect to see a message that grade report is being generated
expected_msg = "Your grade report is being generated!" \
" You can view the status of the generation" \
" task in the 'Pending Tasks' section."
expected_msg = "The grade report is being created." \
" To view the status of the report, see" \
" Pending Instructor Tasks below."
world.wait_for_visible('#report-request-response')
assert_in(
expected_msg, world.css_text('#report-request-response'),