Commit 30ad8836 authored by Jennie Louie's avatar Jennie Louie

Check for specific string in build trace

parent 467fcfa1
......@@ -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