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-13 19:20:01 +0000
commit11372494d8c255e2b2ea0ab31c1e7c23998e8582 (patch)
tree5971f76f48aeb7a60810773e63632509c964fde1
parent132e6c9f95a7a2d3aa7f78072b18c331128f8065 (diff)
downloadgitlab-ce-winh-frontend-testing-slash-docs.tar.gz
Add missing slash in frontend testing guidewinh-frontend-testing-slash-docs
-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