it('has page_background class', () => {
    const wrapper = shallow(<PageBackground />);

    expect(wrapper).toHaveClassName('page_background');
  });