diff --git a/spec/javascripts/issue_show/components/fields/description_spec.js b/spec/javascripts/issue_show/components/fields/description_spec.js index 6ea52feb84ffaaf75e6015889e034385f8ed14b2..cdb5c9ab86266201e144ef87f3862285b8d325a8 100644 --- a/spec/javascripts/issue_show/components/fields/description_spec.js +++ b/spec/javascripts/issue_show/components/fields/description_spec.js @@ -7,7 +7,7 @@ describe('Description field component', () => { beforeEach((done) => { const Component = Vue.extend(descriptionField); - // Needs an el in the DOM to be able to text the element is focused + // Needs an el in the DOM to be able to test the element is focused const el = document.createElement('div'); document.body.appendChild(el);