From ad0ab19436d1276f8558e4b294e1f80f89edc3a6 Mon Sep 17 00:00:00 2001 From: Winnie Hellmann Date: Tue, 13 Nov 2018 19:20:01 +0000 Subject: Add missing slash in frontend testing guide (cherry picked from commit 11372494d8c255e2b2ea0ab31c1e7c23998e8582) --- doc/development/new_fe_guide/development/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.
Vuex stores When testing the frontend code of a page as a whole, the interaction between Vue components and Vuex stores is covered as well. -
+
## Feature tests -- cgit v1.2.1