it('should close dialog with testing lib', () => {
    cy.get('button').contains('Open Large Dialog w/ Footer').click();

    cy.get('ngx-large-format-dialog-content').ngxClose();
    cy.get('ngx-large-format-dialog-content').should('not.exist');