Resolve "set fields to use meaningful ID names for automated test"

This commit is contained in:
N Pex 2022-01-27 14:56:48 +00:00
parent 4b413c1893
commit 7a50e22471
23 changed files with 70 additions and 25 deletions

View file

@ -19,7 +19,7 @@
{{ roomHistoryDescription }}
</div>
<div class="text-right">
<v-btn text @click.stop="$emit('close')" style="text-transform: none">{{
<v-btn id="btn-got-it" text @click.stop="$emit('close')" style="text-transform: none">{{
$t("room_welcome.got_it")
}}</v-btn>
</div>