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:
authorStan Hu <stanhu@gmail.com>2015-03-22 18:24:23 +0300
committerStan Hu <stanhu@gmail.com>2015-03-22 18:47:22 +0300
commit90cbb73ed6c7deed4ff7fab4a5cf796228e6d145 (patch)
tree87e57cbb3fec487c9b5a3fc140d8b0520f8253ae /features/dashboard
parent29f6b01d6343c08dc9fe1f6bdf95a645dd4e4cc0 (diff)
Fix "Import projects from" button to show the correct instructions
Closes #1267
Diffstat (limited to 'features/dashboard')
-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