summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWalmyr <walmyr@gitlab.com>2019-06-17 07:49:26 +0000
committerWalmyr <walmyr@gitlab.com>2019-06-17 07:49:26 +0000
commit1768bf9c4aff14e0399939919fb32c3436260ed1 (patch)
tree31545cdfc36bb2a203c66b7dd16adeb5105d8baa
parenta8eb469860f730477070e9f9896b1aae881f4656 (diff)
downloadgitlab-ce-docs/turn-single-line-code-into-blocks.tar.gz
Apply suggestion to doc/development/testing_guide/end_to_end/quick_start_guide.mddocs/turn-single-line-code-into-blocks
-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 29c4c095f49..a32a5bfb8d4 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
@@ -557,7 +557,7 @@ In the same file, on [line 121](https://gitlab.com/gitlab-org/gitlab-ee/blob/840
The code should look like this:
-```ruby
+```haml
.dropdown-menu.dropdown-select.dropdown-menu-paging.dropdown-menu-labels.dropdown-menu-selectable.qa-dropdown-menu-labels
```