Commit 869d6450 authored by Robert Speicher's avatar Robert Speicher

Merge branch '48243-qa-deploy-key-cloning-test-sometimes-can-t-find-the-qa-element' into 'master'

Resolve "QA: Deploy key cloning test sometimes can't find the QA element"

Closes #48243

See merge request gitlab-org/gitlab-ce!20181
parents f30916fc 04df573f
......@@ -57,6 +57,10 @@ module QA
private
def within_project_deploy_keys
wait(reload: false) do
find_element(:project_deploy_keys)
end
within_element(:project_deploy_keys) do
yield
end
......
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