Skip to content

Commit

Permalink
Debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcarbs committed Sep 19, 2016
1 parent bba50ec commit 3372772
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/specs/modules/Search/Search-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ describe('Search Component', () => {
openSearchResults()
searchResultsIsOpen()

// arrow down
// arrow up
domEvent.keyDown(document, { key: 'ArrowUp' })

// selection moved to last item
Expand All @@ -364,6 +364,11 @@ describe('Search Component', () => {
.first()
.should.have.prop('active', false)

wrapper
.find('SearchCategory')
.length
.should.eql(categoryLength)

wrapper
.find('SearchCategory')
.at(categoryLength - 1)
Expand Down

0 comments on commit 3372772

Please sign in to comment.