Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorddavison <ddavison@gitlab.com>2019-07-16 01:29:20 +0300
committerddavison <ddavison@gitlab.com>2019-07-16 01:29:20 +0300
commit18b3f530fc58ff0278872d11d4f44324765b6347 (patch)
tree8ab99e782881d1d4a5e05c4c9e0856502a44690b /doc/development
parentfea51969fbc5fcb843b9cbb40e8a13faf117d032 (diff)
Add an appropriate solution in documentation
A "bad" example was given, however no solution was provided for fixing the bad example
Diffstat (limited to 'doc/development')
-rw-r--r--doc/development/testing_guide/end_to_end/style_guide.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/testing_guide/end_to_end/style_guide.md b/doc/development/testing_guide/end_to_end/style_guide.md
index 52a8116e01c..6a888142575 100644
--- a/doc/development/testing_guide/end_to_end/style_guide.md
+++ b/doc/development/testing_guide/end_to_end/style_guide.md
@@ -94,6 +94,7 @@ view '...' do
element :clone_options
# how is this url being displayed? is it a textbox? a simple span?
+ # If it is content on the page, it should be `ssh_clone_url_content`
element :ssh_clone_url
end
```