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

This commit is contained in:
Mark Nelson
2015-01-07 13:30:20 +08:00
committed by David Monllao
parent 70229b7ec7
commit 91484edf1b
@@ -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