You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I do an action, the pseudo-class of shop-underline will appear as shop-underline::after.
I tried with seeElement but failed.
How can I check the pseudo-class appear in an HTML document?
Thank you.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have a selector
"#checkoutForm > form > div.subsection.grid > section:nth-child(2) > div:nth-child(2) > shop-input > shop-md-decorator > shop-underline"
When I do an action, the pseudo-class of
shop-underline
will appear asshop-underline::after
.I tried with
seeElement
but failed.How can I check the pseudo-class appear in an HTML document?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions