Skip to content

Commit

Permalink
Update some tests to include extra query params that the router servi…
Browse files Browse the repository at this point in the history
…ce adds
  • Loading branch information
pgengler committed Apr 1, 2021
1 parent 7d16189 commit 2e92cc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/acceptance/header-search-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module('Acceptance | header search', function (hooks) {

assert.equal(
currentURL(),
'/?query=test',
'/?query=test&searchReadmes=false',
'Perform full search takes to index with correct query'
);
});
Expand Down Expand Up @@ -136,7 +136,7 @@ module('Acceptance | header search', function (hooks) {

assert.equal(
currentURL(),
'/?query=foo',
'/?query=foo&searchReadmes=false',
'Link goes to main search with query'
);
});
Expand Down

0 comments on commit 2e92cc9

Please sign in to comment.