JavaScript|chrome querySelectorAll,search textby keyword and click side button

I use chrome querySelectorAll,i want search text by keyword and click side button
see the picture,What should I do? thanks
enter image description here

I try to write some code, but it is no success

Array.from(document.querySelectorAll('connected-sites-list__content-row'))
.find(el => el.textContent === 'cowswap.exchange')
.find(el => el.textContent === '断开')
.click();