Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 98049b3

Browse files
committed
Fix test failing on Windows
1 parent ab8f434 commit 98049b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/results-view-spec.coffee

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ describe 'ResultsView', ->
275275
describe "core:page-up and core:page-down", ->
276276
beforeEach ->
277277
workspaceElement.style.height = '300px'
278+
workspaceElement.style.width = '1024px'
278279
projectFindView.findEditor.setText(' ')
279280
projectFindView.confirm()
280281

0 commit comments

Comments
 (0)