diff options
| author | Tim Zallmann <tzallmann@gitlab.com> | 2017-08-21 07:18:44 +0000 |
|---|---|---|
| committer | Tim Zallmann <tzallmann@gitlab.com> | 2017-08-21 07:18:44 +0000 |
| commit | 955d684cde2a2d2f382f7977f812686ec7c5a8e5 (patch) | |
| tree | 7d5286df15612256d9abb266e4bfd2f35207024d /spec/javascripts/lib | |
| parent | 9279bf23d51741e9f367fc48ac6937f564ec469e (diff) | |
| parent | 907d7410f4ec581efb41d58a30d0e62e8549a70e (diff) | |
| download | gitlab-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.js | 1 |
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(() => { |
