Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
36223102
Commit
36223102
authored
Jun 19, 2019
by
Sanad Liaquat
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'docs/update-e2e-quick-start-guide' into 'master'
Backport EE MR See merge request gitlab-org/gitlab-ce!29853
parents
ff61946b
02eece75
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/development/testing_guide/end_to_end/quick_start_guide.md
...development/testing_guide/end_to_end/quick_start_guide.md
+2
-2
No files found.
doc/development/testing_guide/end_to_end/quick_start_guide.md
View file @
36223102
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment