mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Format test fixtures
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user