mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Tweak wording in TextEditorElement spec
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user