mirror of
https://github.com/moodle/moodle.git
synced 2025-03-19 15:10:05 +01:00
MDL-46498 mod_assign: fixed failing behat test due to GS
This commit is contained in:
parent
ac38af7f3f
commit
3f94c97a99
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user