Commit 724f3629 authored by Harsha Muralidhar's avatar Harsha Muralidhar Committed by Andrejs Cunskis

Adding a retry on exception to try fixing ambiguous element error

parent 315d88d9
......@@ -161,7 +161,9 @@ module QA
end
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
EE::Page::Project::Secure::VulnerabilityDetails.perform do |vulnerability_details|
......
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