You docs suggest that it uses a :selected psuedoclass selector - however, I can't see that :selected is actually a psuedoclass. https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-classes#input_pseudo-classes
Essentially what I'm wanting to use the is.selected assertion on, is checking that an element with the role tab has aria-selected="true"
You docs suggest that it uses a
:selectedpsuedoclass selector - however, I can't see that:selectedis actually a psuedoclass. https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-classes#input_pseudo-classesEssentially what I'm wanting to use the
is.selectedassertion on, is checking that an element with the roletabhasaria-selected="true"