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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'features/project/create.feature')
-rw-r--r--features/project/create.feature23
1 files changed, 0 insertions, 23 deletions
diff --git a/features/project/create.feature b/features/project/create.feature
deleted file mode 100644
index e9dc4fe6b3c..00000000000
--- a/features/project/create.feature
+++ /dev/null
@@ -1,23 +0,0 @@
-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
- 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
-
- @javascript
- Scenario: Empty project instructions
- Given I sign in as a user
- When I visit new project page
- And fill project form with valid data
- Then I see empty project instuctions
- And I click on HTTP
- Then Remote url should update to http link
- And If I click on SSH
- Then Remote url should update to ssh link