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

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