Skip to content

Instantly share code, notes, and snippets.

@balsama
Last active May 4, 2017 15:53
Show Gist options
  • Save balsama/c8c03bb21f7a91a1a87d01ef185a3955 to your computer and use it in GitHub Desktop.
Save balsama/c8c03bb21f7a91a1a87d01ef185a3955 to your computer and use it in GitHub Desktop.
Tests for Lightning Project SUBPROFILE env.
@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