MDL-62465 assign: Remove behat step

We don't need to open the menu to choose the "Grade" item, we can just click the button.
This commit is contained in:
Damyon Wiese 2019-03-05 14:41:25 +08:00
parent c59eef8ee0
commit f88c613135
2 changed files with 0 additions and 2 deletions

View File

@ -52,7 +52,6 @@ Feature: In an assignment, teacher can annotate PDF files during grading
And I am on "Course 1" course homepage
And I follow "Test assignment name"
And I navigate to "View all submissions" in current page administration
And I open the action menu in "Submitted for grading" "table_row"
And I click on "Grade" "link" in the "Submitted for grading" "table_row"
And I should see "Page 1 of 3"
And I click on ".navigate-next-button" "css_element"

View File

@ -43,7 +43,6 @@ Feature: In an assignment, teacher can view the feedback for a previous attempt.
And I am on "Course 1" course homepage
And I follow "Test assignment name"
And I navigate to "View all submissions" in current page administration
And I open the action menu in "Submitted for grading" "table_row"
And I click on "Grade" "link" in the "Submitted for grading" "table_row"
And I should see "Page 1 of 3"
And I click on ".navigate-next-button" "css_element"