it('should show visibility icon when unlocked', () => {
      cy.get('@CUT').find('.ngx-lock').should('not.exist');
      cy.get('@CUT').find('.ngx-eye').should('exist');
    });