fix import feature v2

This commit is contained in:
James Lopez 2016-05-05 11:02:22 +02:00
parent a9ac9ed105
commit e14d1051d2
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -20,7 +20,7 @@ module Gitlab
'Gitorious.org' => 'gitorious',
'Google Code' => 'google_code',
'FogBugz' => 'fogbugz',
'Any repo by URL' => 'git',
'Repo by URL' => 'git',
'GitLab project' => 'gitlab_project'
}
end