Commit c28df4bc authored by Filipa Lacerda's avatar Filipa Lacerda

Fix some broken tests

parent 781ef6db
...@@ -24,7 +24,7 @@ import '~/shortcuts_issuable'; ...@@ -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() {
......
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