mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Verify the buttons individually in the spec
The outer expand-collapse element is no longer in the view.
This commit is contained in:
@@ -139,7 +139,8 @@ describe "CommandPanel", ->
|
||||
expect(commandPanel.previewList).toBeVisible()
|
||||
|
||||
it "shows the expand and collapse all buttons", ->
|
||||
expect(commandPanel.find('.expand-collapse')).toBeVisible()
|
||||
expect(commandPanel.collapseAll).toBeVisible()
|
||||
expect(commandPanel.expandAll).toBeVisible()
|
||||
|
||||
describe "when the preview list is focused", ->
|
||||
it "hides the command panel", ->
|
||||
|
||||
Reference in New Issue
Block a user