Fixed search spec

This commit is contained in:
Phil Hughes 2017-03-23 09:02:13 +00:00
parent aba7aeacc9
commit 1b166b721e
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ const FilteredSearchSpecHelper = require('../helpers/filtered_search_spec_helper
});
describe('search', () => {
const defaultParams = '?scope=all&utf8=&state=opened';
const defaultParams = '?scope=all&utf8=%E2%9C%93&state=opened';
it('should search with a single word', (done) => {
input.value = 'searchTerm';