Commit 82da9ec1 authored by Dan Davison's avatar Dan Davison

Merge branch 'qa-fix-test-coverage-expected-text' into 'master'

Update expected code coverage text in e2e

See merge request gitlab-org/gitlab!57391
parents 89f5f355 7dae0421
......@@ -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