Loading tests/functional/common/Sidebar.js +4 −4 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ define([ function testSidebarEntries(/*Boolean*/ secondaryEntriesFlag, dfd) { return (function(allowedModules) { return function(allowedModules) { var sidebarModules = JSON.parse(allowedModules).filter(function(val) { Loading Loading @@ -121,7 +121,7 @@ define([ context = context.then(dfd.callback(function() {})); return context; }); }; } function readLocalStorage() { Loading @@ -148,7 +148,7 @@ define([ .then(readLocalStorage) .then(testSidebarEntries(false, dfd)) .then(clearLocalStorage); }/*, }, Should_BeAbleToNavigateToSidebarSecondaryModules_When_ReceiveAllowedModules: function() { Loading @@ -161,6 +161,6 @@ define([ .then(readLocalStorage) .then(testSidebarEntries(true, dfd)) .then(clearLocalStorage); }*/ } }); }); Loading
tests/functional/common/Sidebar.js +4 −4 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ define([ function testSidebarEntries(/*Boolean*/ secondaryEntriesFlag, dfd) { return (function(allowedModules) { return function(allowedModules) { var sidebarModules = JSON.parse(allowedModules).filter(function(val) { Loading Loading @@ -121,7 +121,7 @@ define([ context = context.then(dfd.callback(function() {})); return context; }); }; } function readLocalStorage() { Loading @@ -148,7 +148,7 @@ define([ .then(readLocalStorage) .then(testSidebarEntries(false, dfd)) .then(clearLocalStorage); }/*, }, Should_BeAbleToNavigateToSidebarSecondaryModules_When_ReceiveAllowedModules: function() { Loading @@ -161,6 +161,6 @@ define([ .then(readLocalStorage) .then(testSidebarEntries(true, dfd)) .then(clearLocalStorage); }*/ } }); });