Commit ac105b7e authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents 5edd66f5 1b857604
......@@ -102,6 +102,13 @@ describe('issue_note_form component', () => {
});
describe('keyboard events', () => {
let textarea;
beforeEach(() => {
textarea = wrapper.find('textarea');
textarea.setValue('Foo');
});
describe('up', () => {
it('should ender edit mode', () => {
// TODO: do not spy on vm
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment