Commit bb978a91 authored by Mark Lapierre's avatar Mark Lapierre

Merge branch '335227-workaround-for-license-widget-spec' into 'master'

Adding reload page as temporary workaround

See merge request gitlab-org/gitlab!67085
parents ccd95c37 f6884187
......@@ -103,9 +103,12 @@ module QA
Page::MergeRequest::Show.perform do |show|
# Give time for the runner to complete pipeline
show.has_pipeline_status?('passed')
Support::Retrier.retry_until(max_attempts: 5, sleep_interval: 5) do
# TODO: Remove the reload_page: once https://gitlab.com/gitlab-org/gitlab/-/issues/335227 is fixed
Support::Retrier.retry_until(max_attempts: 5, sleep_interval: 5, reload_page: show) do
show.wait_for_license_compliance_report
end
show.click_manage_licenses_button
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