Loading grunt/task/test.js +3 −3 Original line number Diff line number Diff line Loading @@ -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', Loading @@ -92,7 +92,7 @@ module.exports = function(grunt) { userZoneGroupsList = [ publicZoneGroups, administrativeZoneGroup, taxonomyZoneGroup, dataLoaderAndAdministrativeDetailsZoneGroup, maintenanceAndAdminDomainsZoneGroup, geometryDomainsZoneGroup, observationDomainsZoneGroup, taxonDomainsZoneGroup observationDomainsZoneGroup, taxonDomainsZoneGroup ], commonGuestZoneGroups = guestCommonTestsParams + 'common', Loading redmic-widgets @ 7b6c9ec2 Compare 2da8ae67 to 7b6c9ec2 Original line number Diff line number Diff line Subproject commit 2da8ae673bcc98758810b8dfba736d41dd8b9d91 Subproject commit 7b6c9ec2242f40a853e2c2c3d1b906e4411e840f templates @ 69741631 Compare e0e39887 to 69741631 Original line number Diff line number Diff line Subproject commit e0e39887460dd63cdf4970021d553875e2748352 Subproject commit 69741631995eed28445ac3e313ac4c12e5d355e7 tests/functional/catalogDetails/Activity.js +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ define([ new _DetailsMap({ namePrefix: namePrefix + ' area', urlValue: '/catalog/activity-area/1143' urlValue: '/catalog/activity-area/1152' }); new _DetailsMap({ Loading tests/support/tests/Filter.js +10 −10 Original line number Diff line number Diff line Loading @@ -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()) Loading @@ -40,7 +40,7 @@ define([ .then(indexPage.checkChanges()); }, Should_NoUpdateData_When_clickResetAndCancelFilter: function() { Should_NoUpdateData_When_ClickResetAndCancelFilter: function() { return this.remote .then(indexPage.openFilter()) Loading @@ -50,7 +50,7 @@ define([ .then(indexPage.checkChanges()); }, Should_AllowApply_When_modifyFilter: function() { Should_AllowApply_When_ModifyFilter: function() { return this.remote .then(indexPage.openFilter()) Loading @@ -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()) Loading @@ -67,7 +67,7 @@ define([ .then(indexPage.checkChanges()); }, Should_BlockApply_When_modifyAndClickCancelFilter: function() { Should_BlockApply_When_ModifyAndClickCancelFilter: function() { return this.remote .then(indexPage.openFilter()) Loading @@ -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()) Loading @@ -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()) Loading @@ -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()) Loading @@ -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()) Loading @@ -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()) Loading Loading
grunt/task/test.js +3 −3 Original line number Diff line number Diff line Loading @@ -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', Loading @@ -92,7 +92,7 @@ module.exports = function(grunt) { userZoneGroupsList = [ publicZoneGroups, administrativeZoneGroup, taxonomyZoneGroup, dataLoaderAndAdministrativeDetailsZoneGroup, maintenanceAndAdminDomainsZoneGroup, geometryDomainsZoneGroup, observationDomainsZoneGroup, taxonDomainsZoneGroup observationDomainsZoneGroup, taxonDomainsZoneGroup ], commonGuestZoneGroups = guestCommonTestsParams + 'common', Loading
redmic-widgets @ 7b6c9ec2 Compare 2da8ae67 to 7b6c9ec2 Original line number Diff line number Diff line Subproject commit 2da8ae673bcc98758810b8dfba736d41dd8b9d91 Subproject commit 7b6c9ec2242f40a853e2c2c3d1b906e4411e840f
templates @ 69741631 Compare e0e39887 to 69741631 Original line number Diff line number Diff line Subproject commit e0e39887460dd63cdf4970021d553875e2748352 Subproject commit 69741631995eed28445ac3e313ac4c12e5d355e7
tests/functional/catalogDetails/Activity.js +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ define([ new _DetailsMap({ namePrefix: namePrefix + ' area', urlValue: '/catalog/activity-area/1143' urlValue: '/catalog/activity-area/1152' }); new _DetailsMap({ Loading
tests/support/tests/Filter.js +10 −10 Original line number Diff line number Diff line Loading @@ -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()) Loading @@ -40,7 +40,7 @@ define([ .then(indexPage.checkChanges()); }, Should_NoUpdateData_When_clickResetAndCancelFilter: function() { Should_NoUpdateData_When_ClickResetAndCancelFilter: function() { return this.remote .then(indexPage.openFilter()) Loading @@ -50,7 +50,7 @@ define([ .then(indexPage.checkChanges()); }, Should_AllowApply_When_modifyFilter: function() { Should_AllowApply_When_ModifyFilter: function() { return this.remote .then(indexPage.openFilter()) Loading @@ -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()) Loading @@ -67,7 +67,7 @@ define([ .then(indexPage.checkChanges()); }, Should_BlockApply_When_modifyAndClickCancelFilter: function() { Should_BlockApply_When_ModifyAndClickCancelFilter: function() { return this.remote .then(indexPage.openFilter()) Loading @@ -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()) Loading @@ -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()) Loading @@ -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()) Loading @@ -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()) Loading @@ -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()) Loading