test('removes the loading class from a container with nesting', () => {
      const container = document.querySelector(
        '#loaded-container-with-nesting'
      );
      container.querySelector('img').dispatchEvent(loadEvent);