summaryrefslogtreecommitdiff
path: root/features/dashboard/new_project.feature
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-05-05 11:02:22 +0200
committerJames Lopez <james@jameslopez.es>2016-05-05 11:02:22 +0200
commite14d1051d2c04bad514d840e1eff35ce24b05922 (patch)
tree753a47a1e141347c738d9929d9823e03c0abcb70 /features/dashboard/new_project.feature
parenta9ac9ed105a710194099a4e07a2e87712d59a59a (diff)
downloadgitlab-ce-e14d1051d2c04bad514d840e1eff35ce24b05922.tar.gz
fix import feature v2
Diffstat (limited to 'features/dashboard/new_project.feature')
-rw-r--r--features/dashboard/new_project.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/dashboard/new_project.feature b/features/dashboard/new_project.feature
index 76392068357..56b4a639c01 100644
--- a/features/dashboard/new_project.feature
+++ b/features/dashboard/new_project.feature
@@ -14,7 +14,7 @@ Background:
@javascript
Scenario: I should see instructions on how to import from Git URL
Given I see "New Project" page
- When I click on "Any repo by URL"
+ When I click on "Repo by URL"
Then I see instructions on how to import from Git URL
@javascript