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:
authorTim Zallmann <tzallmann@gitlab.com>2018-11-14 17:09:26 +0300
committerTim Zallmann <tzallmann@gitlab.com>2018-11-14 17:09:26 +0300
commit24e5599748d98f34dc4f534eebc79a1bd9f0ddf9 (patch)
treec6e95df639275caa54202e2c933f9d7075f3c0d7
parentaf3a73ef9c5a2035b9dea594b963c8029a9fd381 (diff)
parent11372494d8c255e2b2ea0ab31c1e7c23998e8582 (diff)
Merge branch 'winh-frontend-testing-slash-docs' into 'master'
Add missing slash in frontend testing guide See merge request gitlab-org/gitlab-ce!23027
-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