storiesOf('Top bar')
  .add('Avatar with image', () => {
    const avatar = r(Avatar, avatarProps);
    const shallowed = shallow(avatar);
    specs(() => describe('Avatar with image', () => {