Clean up some e-commerce strings on the Instructor Dashboard
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user