Commit e81dd242 authored by Filipa Lacerda's avatar Filipa Lacerda

Fix broken notes spec

parent d78037c2
......@@ -64,7 +64,8 @@ import '~/notes';
expect(req.url).toBe('http://test.host/frontend-fixtures/merge-requests-project/merge_requests/1.json');
return expect(req.data.note).not.toBe(null);
});
$('.js-task-list-field.original-task-list').trigger('tasklist:changed');
$('.js-task-list-field.js-note-text').trigger('tasklist:changed');
});
});
......
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