Commit ce329dc2 authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'qa-shl-stablize-user_views_commit_diff_patch_spec' into 'master'

Stablise e2e spec using wait_for_requests before clicking link

Closes #255290

See merge request gitlab-org/gitlab!43260
parents 842907ad 6d704945
......@@ -103,6 +103,8 @@ module QA
end
def click_commit(commit_msg)
wait_for_requests
within_element(:file_tree_table) do
click_on commit_msg
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