summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWalmyr <walmyr@gitlab.com>2019-06-13 15:12:15 +0000
committerWalmyr <walmyr@gitlab.com>2019-06-13 15:12:15 +0000
commitfbdf0ef62445527bd97674c6ef8d84cbc1b05a52 (patch)
treebb662108752661e28ff0f8ae88cc978d4295bf78
parente29f1f39a507190fa2a51d0a61ae6a0d5a0aad83 (diff)
downloadgitlab-ce-qa-e2e-tests-scoped-labels.tar.gz
Apply suggestion to doc/development/testing_guide/end_to_end/quick_start_guide.mdqa-e2e-tests-scoped-labels
-rw-r--r--doc/development/testing_guide/end_to_end/quick_start_guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/testing_guide/end_to_end/quick_start_guide.md b/doc/development/testing_guide/end_to_end/quick_start_guide.md
index 5520cc021db..1802f4792e0 100644
--- a/doc/development/testing_guide/end_to_end/quick_start_guide.md
+++ b/doc/development/testing_guide/end_to_end/quick_start_guide.md
@@ -361,7 +361,7 @@ First, in the [issue resource](https://gitlab.com/gitlab-org/gitlab-ee/blob/d358
Add the following `attribute :id` and `attribute :labels` right above the [`attribute :title`](https://gitlab.com/gitlab-org/gitlab-ee/blob/d3584e80b4236acdf393d815d604801573af72cc/qa/qa/resource/issue.rb#L15).
-This line is needed to allow for the issue fabrication, and for labels to be automatically added to the issue when fabricating it via API.
+> This line is needed to allow for the issue fabrication, and for labels to be automatically added to the issue when fabricating it via API.
> We add the attributes above the existing attribute to keep them alphabetically organized.