Update "allow_group_categories" to true for tests.

pull/2487/head
jmontoyaa 7 years ago
parent 863a165942
commit 5cfc4456f4
  1. 7
      tests/behat/features/adminSettings.feature

@ -18,4 +18,11 @@ Feature: Settings update
And I am on "/main/admin/settings.php"
And I check the "allow_registration" radio button with "true" value
And I press "Save settings"
Then I should see "Update successful"
Scenario: Update 'allow_group_categories' setting
Given I am a platform administrator
And I am on "/main/admin/settings.php?search_field=allow_group_categories&category=search_setting"
And I check the "allow_group_categories" radio button with "true" value
And I press "Save settings"
Then I should see "Update successful"
Loading…
Cancel
Save