summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-05-18 09:12:44 +0100
committerPhil Hughes <me@iamphill.com>2017-05-18 09:12:44 +0100
commit9c9a24cee8d961fa33675b857f2ad980e20e0a4b (patch)
treeee988160a215086b8aba02068971c950d2dbac9d
parent292780272e41740102eca2630a681887d137e67e (diff)
downloadgitlab-ce-auto-focus-description-field.tar.gz
-rw-r--r--spec/javascripts/issue_show/components/fields/description_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/issue_show/components/fields/description_spec.js b/spec/javascripts/issue_show/components/fields/description_spec.js
index 6ea52feb84f..cdb5c9ab862 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);