diff options
author | Maran <maran.hidskes@gmail.com> | 2015-05-08 15:03:26 +0200 |
---|---|---|
committer | Maran <maran.hidskes@gmail.com> | 2015-05-08 21:32:03 +0200 |
commit | a0fd2eb568cdbe3537f10a83191fde893a5d6fcd (patch) | |
tree | dee6d4dd8130083eb9a8e7c9168bb7d4efc1a427 /features/project | |
parent | 6c32abc5f7f090d4932054e5cc1ff0594edd5ff1 (diff) | |
download | gitlab-ce-a0fd2eb568cdbe3537f10a83191fde893a5d6fcd.tar.gz |
Don't show duplicate deploy keys. Fixes #1516
Diffstat (limited to 'features/project')
-rw-r--r-- | features/project/deploy_keys.feature | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/features/project/deploy_keys.feature b/features/project/deploy_keys.feature index a71f6124d9c..47cf774094f 100644 --- a/features/project/deploy_keys.feature +++ b/features/project/deploy_keys.feature @@ -9,9 +9,10 @@ Feature: Project Deploy Keys Then I should see project deploy key Scenario: I should see project deploy keys - Given other project has deploy key + Given other projects have deploy keys When I visit project deploy keys page - Then I should see other project deploy key + Then I should see other project deploy key + And I should only see the same deploy key once Scenario: I should see public deploy keys Given public deploy key exists @@ -26,7 +27,7 @@ Feature: Project Deploy Keys And I should see newly created deploy key Scenario: I attach other project deploy key to project - Given other project has deploy key + Given other projects have deploy keys And I visit project deploy keys page When I click attach deploy key Then I should be on deploy keys page |