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

@ -4,6 +4,7 @@
<v-container fluid>
<div class="room-name no-upper">{{ $t("new_room.new_room") }}</div>
<v-btn
id="btn-back"
text
class="header-button-left"
v-show="$navigation && $navigation.canPop()"
@ -67,6 +68,7 @@
</template>
</v-select>
<v-checkbox
id="chk-remember-me"
class="mt-0"
v-model="rememberMe"
:label="$t('join.remember_me')"
@ -104,6 +106,7 @@
:disabled="step > steps.INITIAL"
></v-text-field>
<v-btn
id="btn-room-create"
color="black"
depressed
class="filled-button"
@ -201,6 +204,7 @@
<!-- </div> -->
</v-fade-transition>
<input
id="room-avatar-picker"
ref="avatar"
type="file"
name="avatar"