На что? На length?
Пробовал, не работает
var str = 'текст2';
var index = [...document.querySelectorAll("span[class='test']")].length(({textContent}) => textContent.includes(str));
alert(index);
Uncaught TypeError: [(...document.querySelectorAll(...))].length is not a function