From 1bf6dcc507447ce09b4251661a98acc59d4c23ad Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Tue, 10 Oct 2017 10:54:27 +0800 Subject: [PATCH] MDL-60046 participants: Update behat tests The filter button was removed, so it needs to be removed from the tests. --- user/tests/behat/filter_participants.feature | 4 ---- 1 file changed, 4 deletions(-) diff --git a/user/tests/behat/filter_participants.feature b/user/tests/behat/filter_participants.feature index 7540a66bfd0..de0180065d4 100644 --- a/user/tests/behat/filter_participants.feature +++ b/user/tests/behat/filter_participants.feature @@ -42,7 +42,6 @@ Feature: Course participants can be filtered Given I log in as "teacher1" And I am on "Course 1" course homepage And I navigate to course participants - When I press "Filter" Then I should see "Student 1" in the "participants" "table" And I should see "Student 2" in the "participants" "table" And I should see "Student 3" in the "participants" "table" @@ -55,7 +54,6 @@ Feature: Course participants can be filtered And I navigate to course participants When I open the autocomplete suggestions list And I click on "" item in the autocomplete list - And I press "Filter" Then I should see "" in the "participants" "table" And I should see "" in the "participants" "table" And I should see "" in the "participants" "table" @@ -79,7 +77,6 @@ Feature: Course participants can be filtered And I click on "Role: Student" item in the autocomplete list And I open the autocomplete suggestions list And I click on "Status: Active" item in the autocomplete list - And I press "Filter" Then I should see "Student 1" in the "participants" "table" And I should see "Student 3" in the "participants" "table" And I should not see "Student 2" in the "participants" "table" @@ -93,7 +90,6 @@ Feature: Course participants can be filtered And I navigate to course participants When I set the field "Filters" to "student" And I press key "13" in the field "Filters" - And I press "Filter" Then I should see "Student 1" in the "participants" "table" And I should see "Student 2" in the "participants" "table" And I should see "Student 3" in the "participants" "table" -- 2.11.4.GIT