it('should scroll with content', () => {
    cy.contains('button', 'Open Medium Dialog and Content').click();

    cy.get('ngx-medium-format-dialog-content').within(() => {
      cy.get('.dialog-container__header h1').should('contain', 'Title');