File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/teacher/src/androidTest/java/com/instructure/teacher/ui/e2e/compose Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -189,8 +189,8 @@ class SpeedGraderE2ETest : TeacherComposeTest() {
189189 assignmentSubmissionListPage.assertSubmissionFilterOption(" Needs Grading" )
190190 assignmentSubmissionListPage.assertSubmissionFilterOption(" Submitted" )
191191 assignmentSubmissionListPage.assertSubmissionFilterOption(" Graded" )
192- assignmentSubmissionListPage.assertPreciseFilterOption(" Scored Less Than… " )
193- assignmentSubmissionListPage.assertPreciseFilterOption(" Scored More Than… " )
192+ assignmentSubmissionListPage.assertPreciseFilterOption(" Scored Less than " )
193+ assignmentSubmissionListPage.assertPreciseFilterOption(" Scored More than " )
194194
195195 Log .d(STEP_TAG , " Select 'Not Graded' and click on 'OK'." )
196196 assignmentSubmissionListPage.clickFilterUngraded()
You can’t perform that action at this time.
0 commit comments