Welcome to mirror list, hosted at ThFree Co, Russian Federation.

create.feature « project « features - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 67336d73bf729a94699cd4ccdf6de0857815ca28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@project-create
Feature: Project Create
  In order to get access to project sections
  A user with ability to create a project
  Should be able to create a new one

  @javascript
  Scenario: User create a project
    Given I sign in as a user
    And I have an ssh key
    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 instructions