diff options
author | Mark Lapierre <mlapierre@gitlab.com> | 2018-11-21 14:01:01 +0000 |
---|---|---|
committer | Mark Lapierre <mlapierre@gitlab.com> | 2018-11-21 14:01:01 +0000 |
commit | b34eba17f7528cf88d2ccd567247e51fd2fee2bb (patch) | |
tree | 61083e806c691be4d5ca3ec4067e8cd2ae33c0dc /qa | |
parent | 2f3374be4cc53167a862cde7b9fd202d213f7f7a (diff) | |
parent | 3036caaa485375bceef825bb0d30db0174e892c6 (diff) | |
download | gitlab-ce-b34eba17f7528cf88d2ccd567247e51fd2fee2bb.tar.gz |
Merge branch 'dd-ssh-key-smoke' into 'master'
Make existing SSH create / remove test into a Smoke test
Closes #52699
See merge request gitlab-org/gitlab-ce!23252
Diffstat (limited to 'qa')
-rw-r--r-- | qa/qa/specs/features/browser_ui/3_create/repository/add_ssh_key_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/specs/features/browser_ui/3_create/repository/add_ssh_key_spec.rb b/qa/qa/specs/features/browser_ui/3_create/repository/add_ssh_key_spec.rb index 94be66782c6..ff879fdeb16 100644 --- a/qa/qa/specs/features/browser_ui/3_create/repository/add_ssh_key_spec.rb +++ b/qa/qa/specs/features/browser_ui/3_create/repository/add_ssh_key_spec.rb @@ -5,7 +5,7 @@ module QA describe 'SSH keys support' do let(:key_title) { "key for ssh tests #{Time.now.to_f}" } - it 'user adds and then removes an SSH key' do + it 'user adds and then removes an SSH key', :smoke do Runtime::Browser.visit(:gitlab, Page::Main::Login) Page::Main::Login.act { sign_in_using_credentials } |