describe('loads visible images in wrappers', () => {
    beforeEach(() => {
      image = document.querySelector('#will-load');
    });