mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
spelling: programmatically
This commit is contained in:
@@ -204,7 +204,7 @@ describe "TooltipManager", ->
|
||||
disposable2.dispose()
|
||||
expect(manager.findTooltips(element).length).toBe(0)
|
||||
|
||||
it "lets us hide tooltips programatically", ->
|
||||
it "lets us hide tooltips programmatically", ->
|
||||
disposable = manager.add element, title: "Title"
|
||||
hover element, ->
|
||||
expect(document.body.querySelector(".tooltip")).not.toBeNull()
|
||||
|
||||
Reference in New Issue
Block a user