Skip to content

Commit 24e5599

Browse files
author
Tim Zallmann
committed
Merge branch 'winh-frontend-testing-slash-docs' into 'master'
Add missing slash in frontend testing guide See merge request gitlab-org/gitlab-ce!23027
2 parents af3a73e + 1137249 commit 24e5599

File tree

1 file changed

+1
-1
lines changed
  • doc/development/new_fe_guide/development

1 file changed

+1
-1
lines changed

doc/development/new_fe_guide/development/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Their abstraction level is comparable to how a user would interact with the UI.
231231
<details>
232232
<summary>Vuex stores</summary>
233233
When testing the frontend code of a page as a whole, the interaction between Vue components and Vuex stores is covered as well.
234-
<details>
234+
</details>
235235

236236
## Feature tests
237237

0 commit comments

Comments
 (0)