Commit 282f216a authored by Will Meek's avatar Will Meek

Fix for Security Reports Spec group dashboard

This is a fix for issue 238848
It was found that the group security
dashboard could be in a state that
did not match the test expectations.

After investigation, it was noted that
the group was a shared group that was
used by previous tests. Therefore the
group was in an unknown state.

This MR ensures that this test uses
a group specific to this test
parent a48f8b08
......@@ -23,6 +23,7 @@ module QA
@project = Resource::Project.fabricate_via_api! do |p|
p.name = Runtime::Env.auto_devops_project_name || 'project-with-secure'
p.description = 'Project with Secure'
p.group = Resource::Group.fabricate_via_api!
end
@runner = Resource::Runner.fabricate! do |runner|
......
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