Skip to content
Snippets Groups Projects
Commit 1665f51f authored by Christopher Gervais's avatar Christopher Gervais
Browse files

Issue #3358330: Update Behat tests to work with revamped local-dev env.

parent 35b26f81
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,8 @@ Feature: Delete enforced configs.
Background:
Given I am logged in as a user with the "administer site configuration, administer node fields" permissions
@javascript
# @TODO: Enable field_ui, create the article content type, etc. Maybe use a different profile.
@javascript @wip
Scenario:
Given I go to "/admin/structure/types/manage/article/fields/add-field"
And I select "Boolean" from "Add a new field"
......
......@@ -5,7 +5,7 @@ Feature: Enforce Basic site settings.
I need to be able to deny updates to Basic site settings.
Scenario:
Given I am logged in as a user with the "administer site configuration" permission
Given I am logged in as an "Admin"
When I go to "admin/config/system/site-information"
And I check the box "Enforce config"
And I press "Save configuration"
......
......@@ -5,7 +5,7 @@ Feature: Settings.
I need to be able to view, create, edit and save config enforcement settings.
Background:
Given I am logged in as a user with the "administer site configuration" permission
Given I am logged in as an "Admin"
Scenario: Navigate to Devel Settings
When I go to "admin/config/development/config_enforce/enforced_configs"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment