Commit f6884187 authored by Tiffany Rea's avatar Tiffany Rea

Adding reload page as temporary workaround

parent 04bee751
......@@ -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