diff options
author | Walmyr Lima <walmyr@gitlab.com> | 2019-07-31 15:27:18 +0200 |
---|---|---|
committer | Walmyr Lima <walmyr@gitlab.com> | 2019-07-31 15:50:34 +0200 |
commit | 25cfdd69d3fbdd44d4fc2588ea2c0413d3a089df (patch) | |
tree | 24cc7822b5f4b99e05e088f764e2eda84e9ec2c6 | |
parent | bea3d730c2257d5c5e4f2539f4e4b1b81be84250 (diff) | |
download | gitlab-ce-25cfdd69d3fbdd44d4fc2588ea2c0413d3a089df.tar.gz |
Update sections titles with right heading
-rw-r--r-- | doc/development/testing_guide/end_to_end/style_guide.md | 4 |
1 files changed, 2 insertions, 2 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 6a888142575..c9c375d4320 100644 --- a/doc/development/testing_guide/end_to_end/style_guide.md +++ b/doc/development/testing_guide/end_to_end/style_guide.md @@ -45,7 +45,7 @@ Notice that in the above example, before clicking the `:operations_environments_ > We can create these methods as helpers to abstract multi-step navigation. -### Element naming convention +## Element naming convention When adding new elements to a page, it's important that we have a uniform element naming convention. @@ -67,7 +67,7 @@ We follow a simple formula roughly based on hungarian notation. *Note: This list is a work in progress. This list will eventually be the end-all enumeration of all available types. I.e., any element that does not end with something in this list is bad form.* -#### Examples +### Examples **Good** |