blob: b7cdfdb818e4986462c718fc8b9cb80152110040 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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 sign in 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
|