summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
Diffstat (limited to 'webapp')
-rw-r--r--webapp/components/more_channels/more_channels.jsx1
-rw-r--r--webapp/components/sidebar.jsx1
2 files changed, 2 insertions, 0 deletions
diff --git a/webapp/components/more_channels/more_channels.jsx b/webapp/components/more_channels/more_channels.jsx
index 3643d916b..4a1d487c0 100644
--- a/webapp/components/more_channels/more_channels.jsx
+++ b/webapp/components/more_channels/more_channels.jsx
@@ -142,6 +142,7 @@ export default class MoreChannels extends React.Component {
let createNewChannelButton = (
<button
+ id='createNewChannel'
type='button'
className='btn btn-primary channel-create-btn'
onClick={this.props.handleNewChannel}
diff --git a/webapp/components/sidebar.jsx b/webapp/components/sidebar.jsx
index 5784f96ba..f8b3616f3 100644
--- a/webapp/components/sidebar.jsx
+++ b/webapp/components/sidebar.jsx
@@ -852,6 +852,7 @@ export default class Sidebar extends React.Component {
{publicChannelItems}
<li>
<a
+ id='sidebarChannelsMore'
href='#'
className='nav-more'
onClick={this.showMoreChannelsModal}