diff options
author | Stan Hu <stanhu@gmail.com> | 2015-03-22 08:24:23 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-03-22 08:47:22 -0700 |
commit | 90cbb73ed6c7deed4ff7fab4a5cf796228e6d145 (patch) | |
tree | 87e57cbb3fec487c9b5a3fc140d8b0520f8253ae /features/dashboard | |
parent | 29f6b01d6343c08dc9fe1f6bdf95a645dd4e4cc0 (diff) | |
download | gitlab-ce-90cbb73ed6c7deed4ff7fab4a5cf796228e6d145.tar.gz |
Fix "Import projects from" button to show the correct instructions
Closes #1267
Diffstat (limited to 'features/dashboard')
-rw-r--r-- | features/dashboard/new_project.feature | 13 |
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 |