Skip to content

Commit

Permalink
#250 added ids to buttons (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalmikolajczyk authored Apr 16, 2018
1 parent 12549f6 commit 4c26341
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/ts/Booking/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export default class Booking extends React.Component<props, any> {
/>,
<RaisedButton
label={i('Submit')}
id="ride-button-bstep2"
primary={true}
keyboardFocused={true}
disabled={!this.state.canSubmit || this.state.wait}
Expand Down
2 changes: 1 addition & 1 deletion src/ts/FormVG/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Currency: ${currency()}`;
<div>
<Booking
type="ride"
button={<div className="btn-main btn-ride"><Raido />IDE</div>}
button={<div id="ride-button-bstep1" className="btn-main btn-ride"><Raido />IDE</div>}
message={this.getMessage}
form={form}
offerTitle={title}
Expand Down

0 comments on commit 4c26341

Please sign in to comment.