Skip to content

Commit 997743e

Browse files
authored
Add test ID to hex color input field
1 parent 2e6a8b4 commit 997743e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/express/public/javascripts/countly/vue/templates/UI/color-picker.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
<el-input
6363
v-model="hexColor"
6464
class="cly-vue-color-picker__color-input cly-vue-color-picker__color-input--hex"
65+
:test-id="testId + '-hex-input'"
6566
>
6667
<template #prepend>
6768
<span>#</span>

0 commit comments

Comments
 (0)