summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authordoh5 <doo@mattermost.com>2017-05-18 21:56:57 +0900
committerJoram Wilander <jwawilander@gmail.com>2017-05-18 08:56:57 -0400
commit2df5f65f55456a29f6fe75ea533051b99e271756 (patch)
tree26369cde8a1a1ddff460b3c6099f0b69722a4243 /webapp
parent5f9a28ed6f45dd02a0aa2b4220717c29567a7ba8 (diff)
downloadchat-2df5f65f55456a29f6fe75ea533051b99e271756.tar.gz
chat-2df5f65f55456a29f6fe75ea533051b99e271756.tar.bz2
chat-2df5f65f55456a29f6fe75ea533051b99e271756.zip
Add an ID to the Search Channel Field (#6427)
* Add an ID to the Search Channel Field For UI Automation * Update searchable_channel_list.jsx
Diffstat (limited to 'webapp')
-rw-r--r--webapp/components/searchable_channel_list.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/components/searchable_channel_list.jsx b/webapp/components/searchable_channel_list.jsx
index dd633cf58..e8d1f92ba 100644
--- a/webapp/components/searchable_channel_list.jsx
+++ b/webapp/components/searchable_channel_list.jsx
@@ -178,6 +178,7 @@ export default class SearchableChannelList extends React.Component {
<div className='filter-row'>
<div className='col-sm-12'>
<input
+ id='searchChannelsTextbox'
ref='filter'
className='form-control filter-textbox'
placeholder={localizeMessage('filtered_channels_list.search', 'Search channels')}