Commit e15f7ccd authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Recupera test comentado

parent 0326aad7
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ define([

	function testSidebarEntries(/*Boolean*/ secondaryEntriesFlag, dfd) {

		return (function(allowedModules) {
		return function(allowedModules) {

			var sidebarModules = JSON.parse(allowedModules).filter(function(val) {

@@ -121,7 +121,7 @@ define([
			context = context.then(dfd.callback(function() {}));

			return context;
		});
		};
	}

	function readLocalStorage() {
@@ -148,7 +148,7 @@ define([
				.then(readLocalStorage)
				.then(testSidebarEntries(false, dfd))
				.then(clearLocalStorage);
		}/*,
		},

		Should_BeAbleToNavigateToSidebarSecondaryModules_When_ReceiveAllowedModules: function() {

@@ -161,6 +161,6 @@ define([
				.then(readLocalStorage)
				.then(testSidebarEntries(true, dfd))
				.then(clearLocalStorage);
		}*/
		}
	});
});