MDL-46498 mod_assign: fixed failing behat test due to GS

This commit is contained in:
Mark Nelson 2015-01-06 20:48:35 -08:00
parent ac38af7f3f
commit 3f94c97a99

View File

@ -101,8 +101,8 @@ Feature: View the grading status of an assignment
And I press "Continue"
And I should see "In marking" in the "Student 1" "table_row"
# The grade should also remain displayed as it's stored in the assign DB tables, but the final grade should be empty.
And I should see "50.00" in the "#mod_assign_grading_r0_c5" "css_element"
And I should see "-" in the "#mod_assign_grading_r0_c13" "css_element"
And "Student 1" row "Grade" column of "generaltable" table should contain "50.00"
And "Student 1" row "Final grade" column of "generaltable" table should contain "-"
And I log out
@javascript