Commit e16789d2b50fd95c0a229fe9ed8da9dc3bb0855b

Authored by Diego Camarinha
2 parents f5693a83 49551ea6

Merge pull request #131 from jgbs/issue93

Testing new project button on my projects page.
Showing 1 changed file with 9 additions and 1 deletions   Show diff stats
features/project/create.feature
... ... @@ -36,4 +36,12 @@ Feature: Project Creation
36 36 And I fill the Name field with " "
37 37 And I fill the Description field with "Web Service to collect metrics"
38 38 When I press the Save button
39   - Then I should see "Name can't be blank"
40 39 \ No newline at end of file
  40 + Then I should see "Name can't be blank"
  41 +
  42 + Scenario: click on button new project on my projects page
  43 + Given I am a regular user
  44 + And I am signed in
  45 + And I am at the homepage
  46 + And I click the My projects link
  47 + When I click the New Project link
  48 + Then I should see "New Project"
41 49 \ No newline at end of file
... ...