it('should close on input click', () => {
      cy.get('@attackType').within(() => {
        cy.get('.ngx-select-dropdown-options').should('not.exist');
        cy.get('.ngx-select-input-box').click();
        cy.get('.ngx-select-dropdown-options').first().scrollIntoView();