describeComponent('page/logout_shortcut', function () { 'use strict'; describe('logout icon', function () { var features; beforeEach(function() { features = require('features'); }); it('should provide logout icon if logout is enabled', function () { spyOn(features, 'isLogoutEnabled').and.returnValue(true); this.setupComponent('