Add an ID to the sidebar channel more (#6399)

* Add an ID to the sidebar channel more

For UI Automation

* Add an ID to the Create New Channel button
Этот коммит содержится в:
doh5
2017-05-16 01:39:14 +09:00
коммит произвёл Harrison Healey
родитель ec2433a1e1
Коммит 34728f748b
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@@ -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}

Просмотреть файл

@@ -852,6 +852,7 @@ export default class Sidebar extends React.Component {
{publicChannelItems}
<li>
<a
id='sidebarChannelsMore'
href='#'
className='nav-more'
onClick={this.showMoreChannelsModal}