diff --git a/features/project/create.feature b/features/project/create.feature index f6a15c0..ef70ec4 100644 --- a/features/project/create.feature +++ b/features/project/create.feature @@ -36,4 +36,12 @@ Feature: Project Creation And I fill the Name field with " " And I fill the Description field with "Web Service to collect metrics" When I press the Save button - Then I should see "Name can't be blank" \ No newline at end of file + Then I should see "Name can't be blank" + + Scenario: click on button new project on my projects page + Given I am a regular user + And I am signed in + And I am at the homepage + And I click the My projects link + When I click the New Project link + Then I should see "New Project" \ No newline at end of file -- libgit2 0.21.2