Skip to content

Commit c4dc2ed

Browse files
committed
Added data-test-id for selected condition on prameter drawer page.
1 parent 70eeb71 commit c4dc2ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/remote-config/frontend/public/templates/create-condition.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<div class="text-medium text-heading bu-mt-4">{{condition.name}}</div>
1010
<div>
1111
<el-input
12+
:test-id="'add-value-for-selected-condition-' + condition.name"
1213
v-model ="condition.value"
1314
placeholder="Enter condition value">
1415
<el-button type="text" slot="suffix" @click="openJsonEditorForCondition" class="cly-vue-remote-config-parameters-drawer__autocomplete-button">{ }</el-button>

0 commit comments

Comments
 (0)