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
1 changed files with 1 additions and 0 deletions

View File

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