MDL-53814 behat: Columns have been moved ahead

This commit is contained in:
Rajesh Taneja 2016-12-20 11:36:00 +08:00
parent de5e61c4ba
commit 7737744d1b
No known key found for this signature in database
GPG Key ID: B363F7FB787F80E4

View File

@ -64,8 +64,8 @@ Feature: Basic use of the Manual grading report
And I should see "Manual grading"
And I follow "Also show questions that have been graded automatically"
And I should see "Short answer 001"
And I should see "0" in the ".cell.c2" "css_element"
And I should see "0" in the ".cell.c3" "css_element"
And I should see "0" in the ".cell.c4" "css_element"
# Adjust the mark for Student1.
And I click on "update grades" "link" in the "Short answer 001" "table_row"
@ -73,5 +73,5 @@ Feature: Basic use of the Manual grading report
And I set the field "Mark" to "0.6"
And I press "Save and go to next page"
And I should see "All selected attempts have been graded. Returning to the list of questions."
And I should see "0" in the ".cell.c2" "css_element"
And I should see "1" in the ".cell.c3" "css_element"
And I should see "0" in the ".cell.c3" "css_element"
And I should see "1" in the ".cell.c4" "css_element"