From 7cd66fe70bc775fc1ced7b2b178d517191151c2c Mon Sep 17 00:00:00 2001 From: Yomi Colledge Date: Fri, 25 Jun 2010 16:57:07 +0100 Subject: [PATCH] Added steps for making sure that our feature based actions (merge, system merge & changes) have no side bar --- features/plain/layout_rendering.feature | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 |