forked from tornadocash/classic-ui
added locators for navbar
This commit is contained in:
parent
4cac9d663f
commit
7f57fb6263
@ -10,15 +10,22 @@
|
|||||||
v-if="isEnabledGovernance"
|
v-if="isEnabledGovernance"
|
||||||
tag="router-link"
|
tag="router-link"
|
||||||
to="/governance"
|
to="/governance"
|
||||||
|
data-test="voting_link"
|
||||||
:active="$route.path.includes('governance')"
|
:active="$route.path.includes('governance')"
|
||||||
class="has-tag"
|
class="has-tag"
|
||||||
>
|
>
|
||||||
{{ $t('governance') }} <span v-if="hasActiveProposals" class="navbar-item--tag"></span>
|
{{ $t('governance') }} <span v-if="hasActiveProposals" class="navbar-item--tag"></span>
|
||||||
</b-navbar-item>
|
</b-navbar-item>
|
||||||
<b-navbar-item tag="router-link" to="/compliance">
|
<b-navbar-item tag="router-link" to="/compliance" data-test="compliance_link">
|
||||||
{{ $t('compliance') }}
|
{{ $t('compliance') }}
|
||||||
</b-navbar-item>
|
</b-navbar-item>
|
||||||
<b-navbar-item href="http://docs.tornado.cash" target="_blank" rel="noreferrer" class="has-tag">
|
<b-navbar-item
|
||||||
|
href="http://docs.tornado.cash"
|
||||||
|
target="_blank"
|
||||||
|
data-test="docs_link"
|
||||||
|
rel="noreferrer"
|
||||||
|
class="has-tag"
|
||||||
|
>
|
||||||
<b-icon icon="open-book" size="is-small" class="mr-1" />
|
<b-icon icon="open-book" size="is-small" class="mr-1" />
|
||||||
<span>{{ $t('docs') }}</span>
|
<span>{{ $t('docs') }}</span>
|
||||||
</b-navbar-item>
|
</b-navbar-item>
|
||||||
|
Loading…
Reference in New Issue
Block a user