summaryrefslogtreecommitdiffstats
path: root/webapp/components/user_settings
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/user_settings
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/user_settings')
-rw-r--r--webapp/components/user_settings/user_settings_general.jsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/webapp/components/user_settings/user_settings_general.jsx b/webapp/components/user_settings/user_settings_general.jsx
index f9c624aa0..d50a934a0 100644
--- a/webapp/components/user_settings/user_settings_general.jsx
+++ b/webapp/components/user_settings/user_settings_general.jsx
@@ -684,6 +684,7 @@ class UserSettingsGeneralTab extends React.Component {
</label>
<div className='col-sm-7'>
<input
+ id='firstName'
className='form-control'
type='text'
onChange={this.updateFirstName}
@@ -706,6 +707,7 @@ class UserSettingsGeneralTab extends React.Component {
</label>
<div className='col-sm-7'>
<input
+ id='lastName'
className='form-control'
type='text'
onChange={this.updateLastName}
@@ -1123,6 +1125,7 @@ class UserSettingsGeneralTab extends React.Component {
<div>
<div className='modal-header'>
<button
+ id='closeUserSettings'
type='button'
className='close'
data-dismiss='modal'