@@ -53,7 +53,7 @@ Feature: Test basic usage of assignment activity in app
5353 Then I should find "Student student" in the app
5454 And I should find "Not graded" in the app
5555
56- When I press "Student student" near "assignment1" in the app
56+ When I press "Student student" in the app
5757 Then I should find "Online text submissions" in the app
5858 And I should find "Submission test edited" in the app
5959 And the following events should have been logged for "student1" in the app:
@@ -87,7 +87,7 @@ Feature: Test basic usage of assignment activity in app
8787 # Allow more attempts as a teacher
8888 Given I entered the assign activity "assignment1" on course "Course 1" as "teacher1" in the app
8989 When I press "Participants" in the app
90- And I press "Student student" near "assignment1" in the app
90+ And I press "Student student" in the app
9191 And I press "Grade" in the app
9292 And I press "Allow another attempt" in the app
9393 And I press "Done" in the app
@@ -116,7 +116,7 @@ Feature: Test basic usage of assignment activity in app
116116 Given I entered the assign activity "assignment1" on course "Course 1" as "teacher1" in the app
117117 When I press "Participants" in the app
118118 And I pull to refresh in the app
119- And I press "Student student" near "assignment1" in the app
119+ And I press "Student student" in the app
120120 Then I should find "Online text submissions" in the app
121121 And I should find "Submission test 2nd attempt" in the app
122122
0 commit comments