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/dashboard/new_project_menu.feature')
-rw-r--r--features/dashboard/new_project_menu.feature11
1 files changed, 11 insertions, 0 deletions
diff --git a/features/dashboard/new_project_menu.feature b/features/dashboard/new_project_menu.feature
new file mode 100644
index 00000000000..c339fb0e897
--- /dev/null
+++ b/features/dashboard/new_project_menu.feature
@@ -0,0 +1,11 @@
+@dashboard
+Feature: New Project through top menu
+Background:
+ Given I sign in as a user
+ And I own project "Shop"
+ And I visit dashboard page
+ And I click "New project" in top right menu
+
+ @javascript
+ Scenario: I should see New Projects page
+ Then I see "New Project" page