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:49:51 +08:00
parent ac3a49cd4a
commit 438cf695bf
2 changed files with 0 additions and 2 deletions
@@ -51,7 +51,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"
@@ -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"