cy.get('#lightbox-panel').then((div) => {
      expect(div[0].style.display).to.equal('');
    });