summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSandeepa Singh <sandeepa.singh@ibm.com>2021-02-09 15:07:59 +0300
committerDerick Montague <derick.montague@ibm.com>2021-02-23 06:24:25 +0300
commit99e20d8f59502be081836fd79a041ab3cc389b72 (patch)
tree0a7113d748691ddf8608e1d056b2fa8ca6a6e611 /src
parent84ea7ab19a36eec7def97c5f2e6d4aa4ed66bdc9 (diff)
downloadwebui-vue-99e20d8f59502be081836fd79a041ab3cc389b72.tar.xz
Added test hook for event logs page
Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com> Change-Id: I6464c2108d50364dbc068fa361e582d11d4a9a13
Diffstat (limited to 'src')
-rw-r--r--src/views/Health/EventLogs/EventLogs.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/views/Health/EventLogs/EventLogs.vue b/src/views/Health/EventLogs/EventLogs.vue
index 9bac163c..a01f3237 100644
--- a/src/views/Health/EventLogs/EventLogs.vue
+++ b/src/views/Health/EventLogs/EventLogs.vue
@@ -5,6 +5,7 @@
<b-col sm="8" xl="6" class="d-sm-flex align-items-end">
<search
:placeholder="$t('pageEventLogs.table.searchLogs')"
+ data-test-id="eventLogs-input-searchLogs"
@change-search="onChangeSearchInput"
@clear-search="onClearSearchInput"
/>