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
This commit is contained in:
Mark Lapierre 2018-11-21 14:01:01 +00:00
commit b34eba17f7
1 changed files with 1 additions and 1 deletions

View File

@ -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 }