Commit 581ab18c authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'docs/update-e2e-quick-start-guide' into 'master'

Update e2e quick start document

See merge request gitlab-org/gitlab-ee!14280
parents 427c423e 7e81e09a
......@@ -247,7 +247,7 @@ module QA
[@new_label_same_scope, @new_label_different_scope].each do |label|
Resource::Label.fabricate_via_api! do |l|
l.project = issue.project.id
l.project = issue.project
l.title = label
end
end
......@@ -414,7 +414,7 @@ def api_get_path
end
def api_post_path
"/projects/#{project}/labels"
"/projects/#{project.id}/labels"
end
def api_post_body
......
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