summaryrefslogtreecommitdiffstats
path: root/webapp/components/sidebar_header_dropdown.jsx
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2017-03-07 13:58:41 -0500
committerGitHub <noreply@github.com>2017-03-07 13:58:41 -0500
commite753d3dc3c8aeb6d4a8acc48ec1fa9ead10eb6ab (patch)
tree3d1c8d6f192717782e34295768800e14d2dd02ad /webapp/components/sidebar_header_dropdown.jsx
parent378f02b445514a6e2ef89261c1e189feacf10315 (diff)
downloadchat-e753d3dc3c8aeb6d4a8acc48ec1fa9ead10eb6ab.tar.gz
chat-e753d3dc3c8aeb6d4a8acc48ec1fa9ead10eb6ab.tar.bz2
chat-e753d3dc3c8aeb6d4a8acc48ec1fa9ead10eb6ab.zip
Adding id examples for UI automation (#5508)
* Adding id examples * Adding id examples
Diffstat (limited to 'webapp/components/sidebar_header_dropdown.jsx')
-rw-r--r--webapp/components/sidebar_header_dropdown.jsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/webapp/components/sidebar_header_dropdown.jsx b/webapp/components/sidebar_header_dropdown.jsx
index 484ca3298..34c228ac2 100644
--- a/webapp/components/sidebar_header_dropdown.jsx
+++ b/webapp/components/sidebar_header_dropdown.jsx
@@ -467,6 +467,7 @@ export default class SidebarHeaderDropdown extends React.Component {
<Dropdown.Menu>
<li>
<a
+ id='accountSettings'
href='#'
onClick={this.toggleAccountSettingsModal}
>
@@ -480,6 +481,7 @@ export default class SidebarHeaderDropdown extends React.Component {
{teamLink}
<li>
<a
+ id='logout'
href='#'
onClick={() => GlobalActions.emitUserLoggedOutEvent()}
>