Add some ids to ease element locating in e2e tests

This commit is contained in:
Bubka
2023-08-30 14:37:59 +02:00
parent d7942b4233
commit 5f6bbbd156
15 changed files with 23 additions and 19 deletions

View File

@ -12,7 +12,7 @@
</div>
<div v-else class="content has-text-centered">
<div v-if="$route.meta.showAbout === true" class="is-size-6">
<router-link :to="{ name: 'about' }" class="has-text-grey">
<router-link id="lnkAbout" :to="{ name: 'about' }" class="has-text-grey">
2FAuth <span class="has-text-weight-bold">v{{ appVersion }}</span>
</router-link>
</div>