diff --git a/features/plain/layout_rendering.feature b/features/plain/layout_rendering.feature index 90bdc3e4..d5c83c8a 100644 --- a/features/plain/layout_rendering.feature +++ b/features/plain/layout_rendering.feature @@ -24,6 +24,9 @@ Feature: We want to us different layout for specific types of actions and areas Then the view "" have a sidebar Examples: List of models to view and their associated actions - | page name | matcher | - | export feature | should not | - | import project | should not | \ No newline at end of file + | page name | matcher | + | export feature | should not | + | import project | should not | + | feature changes | should not | + | feature merge | should not | + | system merge | should not |