fix test failures in text_utility_spec.js on Chrome 60

This commit is contained in:
Mike Greiling 2017-08-18 02:44:08 -05:00
parent e289b8cccb
commit 2f35a266e1

View file

@ -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(() => {