Merge branch 'winh-frontend-testing-slash-docs' into 'master'

Add missing slash in frontend testing guide

See merge request gitlab-org/gitlab-ce!23027
This commit is contained in:
Tim Zallmann 2018-11-14 14:09:26 +00:00
commit 24e5599748

View file

@ -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