mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
🎨
This commit is contained in:
@@ -1092,7 +1092,7 @@ describe('TextEditorComponent', function () {
|
||||
component.destroy()
|
||||
lineNumber = component.lineNumberNodeForScreenRow(1)
|
||||
target = lineNumber.querySelector('.icon-right')
|
||||
return target.dispatchEvent(buildClickEvent(target))
|
||||
target.dispatchEvent(buildClickEvent(target))
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user