Commit 45f6d3f8 authored by Mark Lapierre's avatar Mark Lapierre Committed by Dan Davison

Wait longer for host key fingerprints

parent f3d6d556
......@@ -77,7 +77,7 @@ module QA
# The host key detection process is interrupted if we navigate away
# from the page before the fingerprint appears.
find_element(:fingerprints_list, text: /.*/)
find_element(:fingerprints_list, text: /.*/, wait: 60)
end
def mirror_repository
......
......@@ -2,7 +2,7 @@
module QA
context 'Create' do
describe 'Pull mirror a repository over SSH with a private key', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/216297', type: :investigating } do
describe 'Pull mirror a repository over SSH with a private key' do
let(:source) do
Resource::Repository::ProjectPush.fabricate! do |project_push|
project_push.project_name = 'pull-mirror-source-project'
......
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