Last active
May 4, 2017 15:53
-
-
Save balsama/c8c03bb21f7a91a1a87d01ef185a3955 to your computer and use it in GitHub Desktop.
Tests for Lightning Project SUBPROFILE env.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@api @subprofile | |
Feature: Subprofiles | |
Scenario: Sub-profile name should be listed and installed profile | |
Given I am logged in as a user with the administrator role | |
When I visit "/admin/reports/status" | |
Then I should see "Lightning Extender" | |
Scenario: Base profile extensions that are excluded by the sub-profile should not be enabled | |
Given I am logged in as a user with the administrator role | |
When I visit "/admin/modules" | |
Then the "edit-modules-lightning-search-enable" checkbox should not be checked | |
Scenario: Sub-profile modules should be enabled | |
Given I am logged in as a user with the administrator role | |
When I visit "/admin/reports/updates" | |
Then I should see "Paragraphs" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment