From 371b7fc397a40f8a65e454df9fe2c4b3d5a7bb56 Mon Sep 17 00:00:00 2001 From: David Monllao Date: Thu, 21 Mar 2013 10:42:24 +0800 Subject: [PATCH] MDL-38414_master behat: Changing expand fieldsets test to forum form --- admin/tool/behat/tests/behat/manipulate_forms.feature | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/admin/tool/behat/tests/behat/manipulate_forms.feature b/admin/tool/behat/tests/behat/manipulate_forms.feature index 58780987ce3..866798fc5c4 100644 --- a/admin/tool/behat/tests/behat/manipulate_forms.feature +++ b/admin/tool/behat/tests/behat/manipulate_forms.feature @@ -26,9 +26,11 @@ Feature: Forms manipulation | Course 1 | C1 | 0 | And I log in as "admin" And I follow "Course 1" - And I follow "Edit settings" + And I turn editing mode on + And I add a "forum" to section "1" When I expand all fieldsets - Then I should see "Group mode" - And I should see "Your word for 'Course creator'" + Then I should see "Display word count" + And I should see "Group mode" + And I should see "Grouping" And I should not see "Show more..." And I should see "Show less..."