diff --git a/app/templates/behat/features/features.feature b/app/templates/behat/features/features.feature new file mode 100644 index 0000000..6ece230 --- /dev/null +++ b/app/templates/behat/features/features.feature @@ -0,0 +1,10 @@ +Feature: Features state + Make sure features are in the default state after installation, and that + there are no conflicts between features. + + @api + Scenario: Visit the features page and check that there are no conflicts and no overridden features. + Given I login with user "admin" + When I visit "admin/structure/features" + Then I should not see "Conflict" + And I should not see "Overridden"