Skip to content

Commit

Permalink
Refactored to make sure there is a model to edit.
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jul 8, 2010
1 parent 0325409 commit 8601137
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions features/enhanced/sidebar_functionality.feature
@@ -1,18 +1,20 @@
Feature: AJAX based Sidebar functionality
Feature: AJAX based sidebar functionality
In order to keep the functionality consistent
As a user
I want to be able to submit a form and have the side bar along with its hover items available to the user

# @TODO move this to the form submission feature file
Scenario Outline: Displaying the side bar after form submission
Given there is a <item>
When I view the "<page name>" path
Then the side bar should not be rendered
And submit the form
And there should be an AJAX request
And the sidebar will be rendered via AJAX

Examples: All pages that should have render the sidebar after an AJAX based form submission
| page name |
| edit project |
| edit feature |
| edit story |
| edit step |
| item | page name |
| project | edit project |
| feature | edit feature |
| story | edit story |
| step | edit step |

0 comments on commit 8601137

Please sign in to comment.