Fix some broken tests

This commit is contained in:
Filipa Lacerda 2017-08-04 20:50:52 +01:00
parent 781ef6dbc2
commit c28df4bce9

View file

@ -24,7 +24,7 @@ import '~/shortcuts_issuable';
}; };
}; };
beforeEach(function() { beforeEach(function() {
this.selector = 'form.js-main-target-form textarea#note_note'; this.selector = 'form.js-main-target-form textarea#note-body';
}); });
describe('with empty selection', function() { describe('with empty selection', function() {
it('does not return an error', function() { it('does not return an error', function() {