Loading tests/functional/modules/search/testFacetsImpl.js +2 −3 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ define([ var indexPageUrl, timeout = Config.timeout.findElement; registerSuite('Keypad tests', { registerSuite('FacetsImpl (Search module)', { before: function() { this.remote.setFindTimeout(timeout); Loading @@ -32,8 +32,7 @@ define([ }, tests: { Should_FindNotDisplayedButton_When_LookForHiddenButton: function() { Should_FindFacetsGroup_When_AddedByStartupConfig: function() { return this.remote .findByCssSelector('div[data-redmic-id="Tema INSPIRE"]') Loading tests/unit/redmic/modules/search/testFacetsImpl.js +2 −2 Original line number Diff line number Diff line Loading @@ -45,10 +45,10 @@ define([ facets._onFacetChangeEvent({'themeInspire.name': ['Species distribution']}, 'themeInspire'); assert.lengthOf(Object.keys(facets.instance), 1); assert.lengthOf(Object.keys(facets._facetsInstances), 1); })); assert.lengthOf(Object.keys(facets.instance), 0); assert.lengthOf(Object.keys(facets._facetsInstances), 0); Mediator.publish(facets._buildChannel(facets.queryChannel, facets.actions.AVAILABLE_FACETS), { 'sterms#themeInspire': { Loading Loading
tests/functional/modules/search/testFacetsImpl.js +2 −3 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ define([ var indexPageUrl, timeout = Config.timeout.findElement; registerSuite('Keypad tests', { registerSuite('FacetsImpl (Search module)', { before: function() { this.remote.setFindTimeout(timeout); Loading @@ -32,8 +32,7 @@ define([ }, tests: { Should_FindNotDisplayedButton_When_LookForHiddenButton: function() { Should_FindFacetsGroup_When_AddedByStartupConfig: function() { return this.remote .findByCssSelector('div[data-redmic-id="Tema INSPIRE"]') Loading
tests/unit/redmic/modules/search/testFacetsImpl.js +2 −2 Original line number Diff line number Diff line Loading @@ -45,10 +45,10 @@ define([ facets._onFacetChangeEvent({'themeInspire.name': ['Species distribution']}, 'themeInspire'); assert.lengthOf(Object.keys(facets.instance), 1); assert.lengthOf(Object.keys(facets._facetsInstances), 1); })); assert.lengthOf(Object.keys(facets.instance), 0); assert.lengthOf(Object.keys(facets._facetsInstances), 0); Mediator.publish(facets._buildChannel(facets.queryChannel, facets.actions.AVAILABLE_FACETS), { 'sterms#themeInspire': { Loading