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
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
<v-btn
|
||||
v-if="joinedToAnyRoom"
|
||||
id="btn-goodbye-view-other"
|
||||
color="white"
|
||||
text
|
||||
class="close"
|
||||
|
|
@ -36,6 +37,7 @@
|
|||
>
|
||||
<v-btn
|
||||
v-else
|
||||
id="btn-goodbye-close"
|
||||
color="white"
|
||||
text
|
||||
class="close"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue