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