it('Check A11y', () => {
    cy.get('ngx-date-time').each($el => {
      cy.checkA11y($el);
    });
  });