Skip to content
Snippets Groups Projects
Commit 2f35a266 authored by Mike Greiling's avatar Mike Greiling
Browse files

fix test failures in text_utility_spec.js on Chrome 60

parent e289b8cc
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -52,6 +52,7 @@ describe('text_utility', () => {
beforeAll(() => {
textArea = document.createElement('textarea');
document.querySelector('body').appendChild(textArea);
textArea.focus();
});
 
afterAll(() => {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment