diff options
author | James Lopez <james@jameslopez.es> | 2016-05-05 11:02:22 +0200 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-05-05 11:02:22 +0200 |
commit | e14d1051d2c04bad514d840e1eff35ce24b05922 (patch) | |
tree | 753a47a1e141347c738d9929d9823e03c0abcb70 /features/dashboard | |
parent | a9ac9ed105a710194099a4e07a2e87712d59a59a (diff) | |
download | gitlab-ce-e14d1051d2c04bad514d840e1eff35ce24b05922.tar.gz |
fix import feature v2
Diffstat (limited to 'features/dashboard')
-rw-r--r-- | features/dashboard/new_project.feature | 2 |
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 |