Add cypress id to username item in CTopbar dropdown
This commit is contained in:
parent
b0f3e43989
commit
26c819eeee
@ -137,7 +137,10 @@
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<b-dropdown-text class="text-muted mb-2">
|
<b-dropdown-text
|
||||||
|
data-test-id="dropdown-item-username"
|
||||||
|
class="text-muted mb-2"
|
||||||
|
>
|
||||||
{{ labels.userSettingsLoggedInAs }}
|
{{ labels.userSettingsLoggedInAs }}
|
||||||
</b-dropdown-text>
|
</b-dropdown-text>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user