Fix error in specs

This commit is contained in:
Max Brunsfeld 2016-02-18 13:11:11 -08:00
parent e060ccbca7
commit fe1e9d5b10

View File

@ -543,7 +543,7 @@ class AtomEnvironment extends Model
@show(),
@focus()
]
steps.push(@setFullScreen(true)) if @workspace.fullScreen
steps.push(@setFullScreen(true)) if @windowDimensions?.fullScreen
steps.push(@maximize()) if @windowDimensions?.maximized and process.platform isnt 'darwin'
Promise.all(steps)