File tree 1 file changed +3
-0
lines changed
frontend/express/public/javascripts/countly/vue/templates/content
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 23
23
< div
24
24
v-tooltip ="inputTooltip "
25
25
class ="cly-vue-content-builder-header__input-container "
26
+ data-test-id ="content-header-input-container "
26
27
@click ="onInputContainerClick "
27
28
>
28
29
< el-input
29
30
v-model ="localValue "
30
31
class ="cly-vue-content-builder-header__input "
31
32
:class ="{ 'cly-vue-content-builder-header__input--editing': !isReadonlyInput } "
33
+ test-id ="content-header-input "
32
34
:maxlength ="valueMaxLength "
33
35
:readonly ="isReadonlyInput "
34
36
@blur ="onInputBlur "
66
68
< el-button
67
69
v-if ="!hideSaveButton "
68
70
class ="cly-vue-content-builder-header__save-button "
71
+ data-test-id ="content-header-save-button "
69
72
:disabled ="disableSaveButton "
70
73
size ="small "
71
74
type ="success "
You can’t perform that action at this time.
0 commit comments