gitlabhq/features/projects/create_project.feature

12 lines
370 B
Gherkin
Raw Normal View History

Feature: Create Project
In order to get access to project sections
A user with ability to create a project
Should be able to create a new one
Scenario: User create a project
Given I signin as a user
When I visit new project page
And fill project form with valid data
Then I should see project page
And I should see empty project instuctions