From 7f57fb6263c35e3d17c1edd6b348a814ff85842a Mon Sep 17 00:00:00 2001 From: Roman Kasinsky Date: Mon, 13 Jun 2022 17:22:04 +0300 Subject: [PATCH] added locators for navbar --- components/Navbar.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/components/Navbar.vue b/components/Navbar.vue index 5775eb8..5356cb6 100644 --- a/components/Navbar.vue +++ b/components/Navbar.vue @@ -10,15 +10,22 @@ v-if="isEnabledGovernance" tag="router-link" to="/governance" + data-test="voting_link" :active="$route.path.includes('governance')" class="has-tag" > {{ $t('governance') }} - + {{ $t('compliance') }} - + {{ $t('docs') }}