Format test fixtures

This commit is contained in:
Nathan Hunzaker 2017-11-19 12:12:46 -05:00
parent 70abda5b92
commit 57aef3f00e
No known key found for this signature in database
GPG Key ID: 3D9CF2B838358C53
2 changed files with 5 additions and 2 deletions

View File

@ -36,7 +36,9 @@ class RadioNameChangeFixture extends React.Component {
</label>
<div>
<button type="button" onClick={this.onClick}>Toggle</button>
<button type="button" onClick={this.onClick}>
Toggle
</button>
</div>
</div>
);

View File

@ -102,7 +102,8 @@ class InputChangeEvents extends React.Component {
</TestCase.Steps>
<TestCase.ExpectedResult>
The checked radio button should switch between the first and second radio button
The checked radio button should switch between the first and second
radio button
</TestCase.ExpectedResult>
<RadioNameChangeFixture />