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.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