Commit a36995c9 authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'qa/fix-broken-end-to-end-test' into 'master'

Fix broken end-to-end test

See merge request gitlab-org/gitlab-ee!14276
parents a557f4bf cde6bae0
...@@ -16,7 +16,7 @@ module QA ...@@ -16,7 +16,7 @@ module QA
[@new_label_same_scope, @new_label_different_scope].each do |label| [@new_label_same_scope, @new_label_different_scope].each do |label|
Resource::Label.fabricate_via_api! do |l| Resource::Label.fabricate_via_api! do |l|
l.project = issue.project.id l.project = issue.project
l.title = label l.title = label
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