more content type tests

This commit is contained in:
did 2011-06-29 23:52:49 +02:00
parent c7ea5ab532
commit 187de54962
2 changed files with 4 additions and 2 deletions

View File

@ -55,6 +55,7 @@ x enable rack-cache only for a specific url
- liquid tag: Date.today (now), add a test to compare 2 dates
- tinyMCE => fullscreen
- icon for redirection page in the pages section (back-office)
- more cucumber tests for the content types
=> MERGE
@ -76,7 +77,6 @@ BACKLOG:
- global regions: keyword in editable element (http://www.mongodb.org/display/DOCS/Updating)
- cucumber features for admin pages (in progress)
(- duostack/doutcloud version)
- write my first tutorial about locomotive
- upgrade warning if new version of locomotive (maybe based on the commit id)
- deploying workflow:

View File

@ -49,4 +49,6 @@ Scenario: Destroy an entry
When I go to the "Projects" model list page
And I follow image link "Delete"
Then I should see "Content was successfully deleted."
And I should not see "My sexy project"
And I should not see "My sexy project"
Scenario: Group entries by category