Skip to content
代码片段 群组 项目
提交 724f3629 编辑于 作者: Harsha Muralidhar's avatar Harsha Muralidhar 提交者: Andrejs Cunskis
浏览文件

Adding a retry on exception to try fixing ambiguous element error

上级 315d88d9
No related branches found
No related tags found
无相关合并请求
...@@ -161,7 +161,9 @@ module QA ...@@ -161,7 +161,9 @@ module QA
end end
EE::Page::Project::Secure::SecurityDashboard.perform do |security_dashboard| EE::Page::Project::Secure::SecurityDashboard.perform do |security_dashboard|
security_dashboard.click_vulnerability(description: sast_scan_fp_example_vuln) Support::Retrier.retry_on_exception(max_attempts: 2, reload_page: page, message: 'False positive vuln retry') do
security_dashboard.click_vulnerability(description: sast_scan_fp_example_vuln)
end
end end
EE::Page::Project::Secure::VulnerabilityDetails.perform do |vulnerability_details| EE::Page::Project::Secure::VulnerabilityDetails.perform do |vulnerability_details|
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册