it('should have Primary button', () => {
      cy.get('@SUT').within(() => {
        cy.clock();
        cy.get('ngx-button').contains('Primary').parent('ngx-button').should('exist').as('CUT');