Skip to content
代码片段 群组 项目
提交 bb978a91 编辑于 作者: 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
No related branches found
No related tags found
无相关合并请求
...@@ -103,9 +103,12 @@ module QA ...@@ -103,9 +103,12 @@ module QA
Page::MergeRequest::Show.perform do |show| Page::MergeRequest::Show.perform do |show|
# Give time for the runner to complete pipeline # Give time for the runner to complete pipeline
show.has_pipeline_status?('passed') 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 show.wait_for_license_compliance_report
end end
show.click_manage_licenses_button show.click_manage_licenses_button
end end
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册