diff --git a/test/behat/features/admin/expand_fields.feature b/test/behat/features/admin/expand_fields.feature new file mode 100644 index 0000000000000000000000000000000000000000..30d8e1a91ecb94f982e44c4d150f7a2ea4fb9e7f --- /dev/null +++ b/test/behat/features/admin/expand_fields.feature @@ -0,0 +1,12 @@ +@javascript @core @core_administration +Feature: Expanding all the fieldsets +In order to see all the fields that are available on the page +As as admin +I need to expand all the fieldsets + +Scenario: Expanding all the fieldsets + Given I log in as "admin" with password "Password1" +When I follow "Administration" + And I follow "Configure site" + Then I expand all fieldsets + And I should see "Event log expiry"