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:
commit
b34eba17f7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue