Skip to content

Commit

Permalink
Merge pull request pantheon-systems#28 from lsolesen/features
Browse files Browse the repository at this point in the history
Added Behat test for features
  • Loading branch information
bojanz committed Apr 2, 2014
2 parents e21d69c + f902fc9 commit a53784f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/behat/features/features.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Feature: Features should be in default state
In order for the site to be reliable when installing
As an administrator
The features should be in default state without conflicts

@api
Scenario: Check the features
When I am logged in as a user with the "administrator" role
And I go to "/admin/structure/features"
Then I should not see "Conflicts with"

0 comments on commit a53784f

Please sign in to comment.