Fix some broken tests

This commit is contained in:
Filipa Lacerda 2017-08-04 20:50:52 +01:00
parent 781ef6dbc2
commit c28df4bce9
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import '~/shortcuts_issuable';
};
};
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() {
it('does not return an error', function() {