Tweak wording in TextEditorElement spec

This commit is contained in:
Antonio Scandurra
2016-10-07 15:42:21 +02:00
parent 901b0b17a3
commit d48c1e96d0

View File

@@ -78,7 +78,7 @@ describe "TextEditorElement", ->
expect(element.querySelectorAll('.decoration').length).toBe initialDecorationCount
describe "focus and blur handling", ->
it "proxies focus/blur events to/from the hidden input inside the shadow root", ->
it "proxies focus/blur events to/from the hidden input", ->
element = new TextEditorElement
jasmineContent.appendChild(element)