Skip to content
Snippets Groups Projects
Commit c28df4bc authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

Fix some broken tests

parent 781ef6db
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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() {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment