Format test fixtures

This commit is contained in:
Nathan Hunzaker
2017-11-19 12:12:46 -05:00
parent 70abda5b92
commit 57aef3f00e
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 />