summaryrefslogtreecommitdiff
path: root/features/dashboard/new_project.feature
diff options
context:
space:
mode:
Diffstat (limited to 'features/dashboard/new_project.feature')
-rw-r--r--features/dashboard/new_project.feature13
1 files changed, 13 insertions, 0 deletions
diff --git a/features/dashboard/new_project.feature b/features/dashboard/new_project.feature
new file mode 100644
index 00000000000..431dc4ccfcb
--- /dev/null
+++ b/features/dashboard/new_project.feature
@@ -0,0 +1,13 @@
+@dashboard
+Feature: New Project
+Background:
+ Given I sign in as a user
+ And I own project "Shop"
+ And I visit dashboard page
+
+ @javascript
+ Scenario: I should see New projects page
+ Given I click "New project" link
+ Then I see "New project" page
+ When I click on "Import project from GitHub"
+ Then I see instructions on how to import from GitHub