summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/views/Health/Sensors/Sensors.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/views/Health/Sensors/Sensors.vue b/src/views/Health/Sensors/Sensors.vue
index 2f9a7efa..8bc4e22e 100644
--- a/src/views/Health/Sensors/Sensors.vue
+++ b/src/views/Health/Sensors/Sensors.vue
@@ -5,6 +5,7 @@
<b-col sm="6" md="5" xl="4">
<search
:placeholder="$t('pageSensors.searchForSensors')"
+ data-test-id="sensors-input-searchForSensors"
@change-search="onChangeSearchInput"
@clear-search="onClearSearchInput"
/>