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