diff --git a/test/javascripts/components/user-selector-test.js.es6 b/test/javascripts/components/user-selector-test.js.es6 index 3b9f230ddbb..5ed444429af 100644 --- a/test/javascripts/components/user-selector-test.js.es6 +++ b/test/javascripts/components/user-selector-test.js.es6 @@ -6,7 +6,7 @@ function paste(element, text) { let e = new Event("paste"); e.clipboardData = { getData: () => text }; element.dispatchEvent(e); -}; +} componentTest("pasting a list of usernames", { template: `{{user-selector usernames=usernames class="test-selector"}}`,