Commit 7dae0421 authored by Desiree Chevalier's avatar Desiree Chevalier

Update expected code coverage text in e2e

parent 5b014d43
......@@ -42,7 +42,7 @@ module QA
Support::Retrier.retry_until(max_attempts: 5, sleep_interval: 5) do
mr_widget.has_pipeline_status?(/Pipeline #\d+ passed/)
end
expect(mr_widget).to have_content('Coverage 66.67%')
expect(mr_widget).to have_content('Test coverage 66.67%')
end
end
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