Resolve "set fields to use meaningful ID names for automated test"
This commit is contained in:
parent
4b413c1893
commit
7a50e22471
23 changed files with 70 additions and 25 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue