Commit ce5b7365 authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'qa-shl-wait-for-requests-within-sidebar' into 'master'

Set wait_for_requests before proceeding in within_sidebar

See merge request gitlab-org/gitlab!41735
parents e3dfc928 5ef09c3e
......@@ -12,6 +12,8 @@ module QA
end
def within_sidebar
wait_for_requests
within_element(sidebar_element) 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