From 2d589a74a877bbcdf4fd6c7ea2a4aa7f371e095d Mon Sep 17 00:00:00 2001 From: Derick Montague Date: Thu, 23 Jul 2020 17:43:12 -0500 Subject: Add test hooks to primary navigation The button elements will be labeled using the word button. The data attribute for the anchor elements will be added to the parent container and will use the word container in the data attribute value. Signed-off-by: Derick Montague Change-Id: I7967b3ac659b1363a07b7686b874cf044a1a48ad --- src/components/AppNavigation/AppNavigation.vue | 103 ++++++++++++++++++++----- 1 file changed, 82 insertions(+), 21 deletions(-) (limited to 'src/components/AppNavigation') diff --git a/src/components/AppNavigation/AppNavigation.vue b/src/components/AppNavigation/AppNavigation.vue index 2b773a04..dad7b928 100644 --- a/src/components/AppNavigation/AppNavigation.vue +++ b/src/components/AppNavigation/AppNavigation.vue @@ -3,94 +3,155 @@