Commit b34eba17 authored by Mark Lapierre's avatar Mark Lapierre

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
parents 2f3374be 3036caaa
......@@ -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