summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2018-11-13 19:20:01 +0000
committerWinnie Hellmann <winnie@gitlab.com>2018-11-14 14:57:20 +0100
commitad0ab19436d1276f8558e4b294e1f80f89edc3a6 (patch)
tree4016f7940620c4d26e8ec5ac549ed160326c2288
parent474ae41468f419b2de5a3493b61e69626c7218bb (diff)
downloadgitlab-ce-winh-frontend-testing-categories-docs.tar.gz
Add missing slash in frontend testing guidewinh-frontend-testing-categories-docs
(cherry picked from commit 11372494d8c255e2b2ea0ab31c1e7c23998e8582)
-rw-r--r--doc/development/new_fe_guide/development/testing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/new_fe_guide/development/testing.md b/doc/development/new_fe_guide/development/testing.md
index 748478768de..082acbedcd2 100644
--- a/doc/development/new_fe_guide/development/testing.md
+++ b/doc/development/new_fe_guide/development/testing.md
@@ -231,7 +231,7 @@ Their abstraction level is comparable to how a user would interact with the UI.
<details>
<summary>Vuex stores</summary>
When testing the frontend code of a page as a whole, the interaction between Vue components and Vuex stores is covered as well.
-<details>
+</details>
## Feature tests