Commit 632bb926 authored by Desiree Chevalier's avatar Desiree Chevalier

Make e2e group milestone name unique

parent 9611e4fc
......@@ -14,7 +14,7 @@ module QA
attribute :group do
Group.fabricate_via_api! do |resource|
resource.name = 'group-with-milestone'
resource.name = "group-with-milestone-#{SecureRandom.hex(4)}"
end
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