diff options
author | ddavison <ddavison@gitlab.com> | 2018-11-20 12:55:32 -0800 |
---|---|---|
committer | ddavison <ddavison@gitlab.com> | 2018-11-20 13:37:34 -0800 |
commit | 3036caaa485375bceef825bb0d30db0174e892c6 (patch) | |
tree | 81cf4aad217d95a5690f6f0af67f8d1af245e165 | |
parent | 4916de75280c6dd39469c437beb57e97423f084e (diff) | |
download | gitlab-ce-3036caaa485375bceef825bb0d30db0174e892c6.tar.gz |
Make existing SSH create / remove test into a Smoke testdd-ssh-key-smoke
This particular test is a candidate for a smoke test.
This commit will close https://gitlab.com/gitlab-org/gitlab-ce/issues/52699
Signed-off-by: ddavison <ddavison@gitlab.com>
-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 } |