mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +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