From c5ec8db43b531cd3b601e82c648d60f202288082 Mon Sep 17 00:00:00 2001 From: Davo Smith Date: Tue, 12 Feb 2019 10:17:19 +0000 Subject: [PATCH] MDL-64557 tool_behat: fix broken test --- admin/tool/behat/tests/behat/manipulate_forms.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/tool/behat/tests/behat/manipulate_forms.feature b/admin/tool/behat/tests/behat/manipulate_forms.feature index 85f52de84de..8e4f776fcdf 100644 --- a/admin/tool/behat/tests/behat/manipulate_forms.feature +++ b/admin/tool/behat/tests/behat/manipulate_forms.feature @@ -28,6 +28,6 @@ Feature: Forms manipulation When I expand all fieldsets Then I should see "Close the quiz" And I should see "Group mode" - And I should see "Grouping" + And I should see "ID number" And I should not see "Show more..." in the "region-main" "region" And I should see "Show less..." -- 2.43.0