Commit 3036caaa authored by ddavison's avatar ddavison

Make existing SSH create / remove test into a Smoke test

This particular test is a candidate for a smoke test.
This commit will close https://gitlab.com/gitlab-org/gitlab-ce/issues/52699Signed-off-by: default avatarddavison <ddavison@gitlab.com>
parent 4916de75
......@@ -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 }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment