Commit 7a0d295f authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'fix-clone-spec' into 'master'

Check for specific string in build trace for E2E test

Closes #36304

See merge request gitlab-org/gitlab!21705
parents 7a92220a 30ad8836
......@@ -27,7 +27,7 @@ module QA::Page
wait(reload: false, max: wait, interval: 1) do
result = find_element(:build_trace).text
!result.empty?
result.include?('Job')
end
result
......
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