summaryrefslogtreecommitdiff
path: root/spec/javascripts/lib
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-08-21 07:18:44 +0000
committerTim Zallmann <tzallmann@gitlab.com>2017-08-21 07:18:44 +0000
commit955d684cde2a2d2f382f7977f812686ec7c5a8e5 (patch)
tree7d5286df15612256d9abb266e4bfd2f35207024d /spec/javascripts/lib
parent9279bf23d51741e9f367fc48ac6937f564ec469e (diff)
parent907d7410f4ec581efb41d58a30d0e62e8549a70e (diff)
downloadgitlab-ce-955d684cde2a2d2f382f7977f812686ec7c5a8e5.tar.gz
Merge branch '36517-failing-karma-tests-for-chrome-60' into 'master'
Resolve "Failing karma tests for Chrome 60" Closes #36517 See merge request !13646
Diffstat (limited to 'spec/javascripts/lib')
-rw-r--r--spec/javascripts/lib/utils/text_utility_spec.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/javascripts/lib/utils/text_utility_spec.js b/spec/javascripts/lib/utils/text_utility_spec.js
index ca1b1b7cc3c..f1a975ba962 100644
--- a/spec/javascripts/lib/utils/text_utility_spec.js
+++ b/spec/javascripts/lib/utils/text_utility_spec.js
@@ -52,6 +52,7 @@ describe('text_utility', () => {
beforeAll(() => {
textArea = document.createElement('textarea');
document.querySelector('body').appendChild(textArea);
+ textArea.focus();
});
afterAll(() => {