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