Commit 929f051b authored by Chloe Liu's avatar Chloe Liu

Merge branch 'qa-make-e2e-group-milestone-name-unique' into 'master'

Make e2e group milestone name unique

See merge request gitlab-org/gitlab!80828
parents b3e18f18 632bb926
...@@ -14,7 +14,7 @@ module QA ...@@ -14,7 +14,7 @@ module QA
attribute :group do attribute :group do
Group.fabricate_via_api! do |resource| Group.fabricate_via_api! do |resource|
resource.name = 'group-with-milestone' resource.name = "group-with-milestone-#{SecureRandom.hex(4)}"
end end
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