Skip to content

Commit cc508b2

Browse files
committed
Added data test ids in content header
1 parent d329b06 commit cc508b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

frontend/express/public/javascripts/countly/vue/templates/content/content-header.html

+3
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,14 @@
2323
<div
2424
v-tooltip="inputTooltip"
2525
class="cly-vue-content-builder-header__input-container"
26+
data-test-id="content-header-input-container"
2627
@click="onInputContainerClick"
2728
>
2829
<el-input
2930
v-model="localValue"
3031
class="cly-vue-content-builder-header__input"
3132
:class="{ 'cly-vue-content-builder-header__input--editing': !isReadonlyInput }"
33+
test-id="content-header-input"
3234
:maxlength="valueMaxLength"
3335
:readonly="isReadonlyInput"
3436
@blur="onInputBlur"
@@ -66,6 +68,7 @@
6668
<el-button
6769
v-if="!hideSaveButton"
6870
class="cly-vue-content-builder-header__save-button"
71+
data-test-id="content-header-save-button"
6972
:disabled="disableSaveButton"
7073
size="small"
7174
type="success"

0 commit comments

Comments
 (0)