Add missing slash in frontend testing guide

This commit is contained in:
Winnie Hellmann 2018-11-13 19:20:01 +00:00
parent 132e6c9f95
commit 11372494d8
1 changed files with 1 additions and 1 deletions

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