summaryrefslogtreecommitdiffstats
path: root/webapp/components/signup
diff options
context:
space:
mode:
authordoh5 <doo@mattermost.com>2017-04-26 09:29:12 -0500
committerCorey Hulen <corey@hulen.com>2017-04-26 07:29:12 -0700
commit41dbb7294673e78361fbef7587258f0bdee7a0f8 (patch)
tree27382e12179b3c85312cb44188079883e9dbb08f /webapp/components/signup
parent6fa7082833812c734aeef8ad24477823ee766f1b (diff)
downloadchat-41dbb7294673e78361fbef7587258f0bdee7a0f8.tar.gz
chat-41dbb7294673e78361fbef7587258f0bdee7a0f8.tar.bz2
chat-41dbb7294673e78361fbef7587258f0bdee7a0f8.zip
Add necessary IDs for email sign up (#6233)
* Add necessary IDs for email sign up For selenium automation * Add ID to the main page signup link * Add ID to the select team page * Update select_team_item.jsx
Diffstat (limited to 'webapp/components/signup')
-rw-r--r--webapp/components/signup/components/signup_email.jsx4
1 files changed, 4 insertions, 0 deletions
diff --git a/webapp/components/signup/components/signup_email.jsx b/webapp/components/signup/components/signup_email.jsx
index 976b0648b..19e2ae656 100644
--- a/webapp/components/signup/components/signup_email.jsx
+++ b/webapp/components/signup/components/signup_email.jsx
@@ -333,6 +333,7 @@ export default class SignupEmail extends React.Component {
</strong></h5>
<div className={emailDivStyle}>
<input
+ id='email'
type='email'
ref='email'
className='form-control'
@@ -357,6 +358,7 @@ export default class SignupEmail extends React.Component {
</strong></h5>
<div className={nameDivStyle}>
<input
+ id='name'
type='text'
ref='name'
className='form-control'
@@ -378,6 +380,7 @@ export default class SignupEmail extends React.Component {
</strong></h5>
<div className={passwordDivStyle}>
<input
+ id='password'
type='password'
ref='password'
className='form-control'
@@ -390,6 +393,7 @@ export default class SignupEmail extends React.Component {
</div>
<p className='margin--extra'>
<button
+ id='createAccountButton'
type='submit'
onClick={this.handleSubmit}
className='btn-primary btn'