We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36a6fc5 commit d4a23a8Copy full SHA for d4a23a8
app/components/BrowserTests.js
@@ -15,10 +15,10 @@ export default class BrowserTests extends Component {
15
16
browserTest('yahoo')
17
.then(res => {
18
- this.setState({ ...res, status: 'done' })
+ this.setState({ ...res, status: 'passed' })
19
})
20
.catch(err => {
21
- this.setState({ ...err, status: 'done' })
+ this.setState({ ...err, status: 'failed' })
22
23
}
24
0 commit comments