From 71e2a34192e0c777949382a0beda2b540296a4e4 Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Thu, 20 Jul 2017 09:43:48 +0800 Subject: [PATCH] MDL-59578 core: Remove unnecessary steps in alpha_chooser.feature * The steps at the end of the Background scenario don't make sense and just adds to the execution time of the test. --- lib/tests/behat/alpha_chooser.feature | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/tests/behat/alpha_chooser.feature b/lib/tests/behat/alpha_chooser.feature index 31a36180add..dbfbbc15539 100644 --- a/lib/tests/behat/alpha_chooser.feature +++ b/lib/tests/behat/alpha_chooser.feature @@ -63,12 +63,6 @@ Feature: Initials bar | student22 | C1 | student | | student23 | C1 | student | | student24 | C1 | student | - And I log in as "student1" - And I am on "Course 1" course homepage - And I log out - And I log in as "student2" - And I am on "Course 1" course homepage - And I log out @javascript Scenario: Filter users on assignment submission page