if we have cy.get('td span').should('have.attr', 'dr-dea-kan', 'hallu'); the td span will find severtal hits, only one place has the dr-dea-kan attribue, should it get a hit? or are the other spans not having the attribute that makes it fail?
does it expect all found spans to have the attribute for it it success?