Commit b8d6cde8 authored by CarlosGC1989's avatar CarlosGC1989
Browse files

Realiza cambios en los tests

parent b1abef33
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -71,8 +71,8 @@ module.exports = function(grunt) {
					administrativeZoneGroup = 'administrative,!administrative/taxonomy',
					taxonomyZoneGroup = 'administrative/taxonomy',
					dataLoaderAndAdministrativeDetailsZoneGroup = 'administrativeDetails,dataLoader',
					maintenanceAndAdminDomainsZoneGroup = 'maintenance,!maintenance/domains,maintenance/domains/admin',
					geometryDomainsZoneGroup = 'maintenance/domains/geometry',
					maintenanceAndAdminDomainsZoneGroup = 'maintenance,!maintenance/domains/taxon' +
						',!maintenance/domains/observations',
					observationDomainsZoneGroup = 'maintenance/domains/observations',
					taxonDomainsZoneGroup = 'maintenance/domains/taxon',

@@ -92,7 +92,7 @@ module.exports = function(grunt) {
					userZoneGroupsList = [
						publicZoneGroups, administrativeZoneGroup, taxonomyZoneGroup,
						dataLoaderAndAdministrativeDetailsZoneGroup, maintenanceAndAdminDomainsZoneGroup,
						geometryDomainsZoneGroup, observationDomainsZoneGroup, taxonDomainsZoneGroup
						 observationDomainsZoneGroup, taxonDomainsZoneGroup
					],

					commonGuestZoneGroups = guestCommonTestsParams + 'common',
Compare 2da8ae67 to 7b6c9ec2
Original line number Diff line number Diff line
Subproject commit 2da8ae673bcc98758810b8dfba736d41dd8b9d91
Subproject commit 7b6c9ec2242f40a853e2c2c3d1b906e4411e840f
Compare e0e39887 to 69741631
Original line number Diff line number Diff line
Subproject commit e0e39887460dd63cdf4970021d553875e2748352
Subproject commit 69741631995eed28445ac3e313ac4c12e5d355e7
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ define([

	new _DetailsMap({
		namePrefix: namePrefix + ' area',
		urlValue: '/catalog/activity-area/1143'
		urlValue: '/catalog/activity-area/1152'
	});

	new _DetailsMap({
+10 −10
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ define([
						.then(indexPage.checkApplyFilter(false));
				},

				Should_NoUpdateData_When_clickCancelFilter: function() {
				Should_NoUpdateData_When_ClickCancelFilter: function() {

					return this.remote
						.then(indexPage.openFilter())
@@ -40,7 +40,7 @@ define([
						.then(indexPage.checkChanges());
				},

				Should_NoUpdateData_When_clickResetAndCancelFilter: function() {
				Should_NoUpdateData_When_ClickResetAndCancelFilter: function() {

					return this.remote
						.then(indexPage.openFilter())
@@ -50,7 +50,7 @@ define([
						.then(indexPage.checkChanges());
				},

				Should_AllowApply_When_modifyFilter: function() {
				Should_AllowApply_When_ModifyFilter: function() {

					return this.remote
						.then(indexPage.openFilter())
@@ -58,7 +58,7 @@ define([
						.then(indexPage.checkApplyFilter(true));
				},

				Should_NoUpdateData_When_modifyAndClickCancelFilter: function() {
				Should_NoUpdateData_When_CodifyAndClickCancelFilter: function() {

					return this.remote
						.then(indexPage.openFilter())
@@ -67,7 +67,7 @@ define([
						.then(indexPage.checkChanges());
				},

				Should_BlockApply_When_modifyAndClickCancelFilter: function() {
				Should_BlockApply_When_ModifyAndClickCancelFilter: function() {

					return this.remote
						.then(indexPage.openFilter())
@@ -77,7 +77,7 @@ define([
						.then(indexPage.checkApplyFilter(false));
				},

				Should_BlockApply_When_modifyFilterAndClickReset: function() {
				Should_BlockApply_When_ModifyFilterAndClickReset: function() {

					return this.remote
						.then(indexPage.openFilter())
@@ -86,7 +86,7 @@ define([
						.then(indexPage.checkApplyFilter(false));
				},

				Should_UpdateData_When_modifyFilter: function() {
				Should_UpdateData_When_ModifyFilter: function() {

					return this.remote
						.then(indexPage.openFilter())
@@ -95,7 +95,7 @@ define([
						.then(indexPage.checkChanges(true));
				},

				Should_UpdateData_When_cancelAndModifyFilter: function() {
				Should_UpdateData_When_CancelAndModifyFilter: function() {

					return this.remote
						.then(indexPage.openFilter())
@@ -106,7 +106,7 @@ define([
						.then(indexPage.checkChanges(true));
				},

				Should_UpdateData_When_resetAndModifyFilter: function() {
				Should_UpdateData_When_ResetAndModifyFilter: function() {

					return this.remote
						.then(indexPage.openFilter())
@@ -118,7 +118,7 @@ define([
						.then(indexPage.checkChanges(true));
				},

				Should_UpdateData_When_modifyFilterAndDisableInputs: function() {
				Should_UpdateData_When_ModifyFilterAndDisableInputs: function() {

					return this.remote
						.then(indexPage.openFilter())