Commit 2f35a266 authored by Mike Greiling's avatar Mike Greiling

fix test failures in text_utility_spec.js on Chrome 60

parent e289b8cc
...@@ -52,6 +52,7 @@ describe('text_utility', () => { ...@@ -52,6 +52,7 @@ describe('text_utility', () => {
beforeAll(() => { beforeAll(() => {
textArea = document.createElement('textarea'); textArea = document.createElement('textarea');
document.querySelector('body').appendChild(textArea); document.querySelector('body').appendChild(textArea);
textArea.focus();
}); });
afterAll(() => { afterAll(() => {
......
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