add some tests for contexts page

This commit is contained in:
Reinier Balt 2011-03-28 12:26:54 +02:00
parent 059dc948c0
commit 83e1e36d73
4 changed files with 70 additions and 7 deletions

View file

@ -12,10 +12,11 @@ Feature: Manage the list of projects
And there exists a project "a project name starting with a" for user "testuser"
And I have logged in as "testuser" with password "secret"
Scenario: The list of project contain all projects
Scenario: The list of projects contain all projects
When I go to the projects page
Then I should see "manage me"
And I should see "upgrade jquery"
And I should see "a project name starting with a"
And the badge should show 3
Scenario: Clicking on a project takes me to the project page