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

@ -72,9 +72,9 @@ Feature: Manage the list of projects
Scenario: Hiding and unhiding the new project form
When I go to the projects page
Then the new project form should be visible
When I follow "« Hide form"
When I follow "Hide form"
Then the new project form should not be visible
When I follow "Create a new project »"
When I follow "Create a new project"
Then the new project form should be visible
@selenium