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
This commit is contained in:
Robert Speicher 2018-06-26 16:55:39 +00:00
commit 869d645069

View file

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