Commit 6273ecce authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Corrige nombres y detalles de nuevos tests

parent e462dc23
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ define([
	var indexPageUrl,
		timeout = Config.timeout.findElement;

	registerSuite('Keypad tests', {
	registerSuite('FacetsImpl (Search module)', {
		before: function() {

			this.remote.setFindTimeout(timeout);
@@ -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"]')
+2 −2
Original line number Diff line number Diff line
@@ -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': {