it('renders a TopBar', function() {
    var welcomeText = TestUtils.findRenderedDOMComponentWithTag(TopBarElement, 'h1');
    expect(welcomeText.getDOMNode().textContent).toEqual('Hello this is the top bar.');
  });