fix #1101. Most strings were pushed into html attributes. The remaining are generated from the layout into an array

This commit is contained in:
Reinier Balt 2011-02-09 20:41:34 +01:00
parent e528af30a6
commit f2760ed7de
21 changed files with 147 additions and 76 deletions

View file

@ -80,3 +80,12 @@ Feature: Manage the list of contexts
Scenario: I can drag and drop to order the contexts
# TODO: pending scenario
Given this is a pending scenario
@selenium @wip
Scenario: Hiding and unhiding the new project form
When I go to the contexts page
Then the new context form should be visible
When I follow "Hide form"
Then the new context form should not be visible
When I follow "Create a new context"
Then the new context form should be visible