mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-30 10:58:23 -05:00
remove commented-out test
This commit is contained in:
parent
936172d70b
commit
50f49c28a2
1 changed files with 0 additions and 11 deletions
|
@ -502,15 +502,4 @@ describe('Compose Comment test', () => {
|
||||||
commentInstance.setState({muteType: 'spaghetti'});
|
commentInstance.setState({muteType: 'spaghetti'});
|
||||||
expect(commentInstance.getMuteMessageInfo().commentType).toBe('comment.type.general');
|
expect(commentInstance.getMuteMessageInfo().commentType).toBe('comment.type.general');
|
||||||
});
|
});
|
||||||
|
|
||||||
// test('Show feedback link when comment is initially rejected', () => {
|
|
||||||
// const component = getComposeCommentWrapper({});
|
|
||||||
// const commentInstance = component.instance();
|
|
||||||
// commentInstance.setState({error: 'isBad', mute_status: {}});
|
|
||||||
// component.update();
|
|
||||||
// expect(component.find('FlexRow.compose-error-row').exists()).toEqual(true);
|
|
||||||
// // Buttons stay enabled when comment rejected for non-mute reasons
|
|
||||||
// expect(component.find('Button.compose-post').props().disabled).toBe(false);
|
|
||||||
// expect(component.find('Button.compose-cancel').props().disabled).toBe(false);
|
|
||||||
// });
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue