Skip to content
Snippets Groups Projects
Commit b34eba17 authored by Mark Lapierre's avatar Mark Lapierre
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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 }
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment