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
Page has few h2 tags. If first h2 selector successfully passed test, then test will be successfull even in case when other h2 tag will have other font-size (modified with inline styles or classes).
The text was updated successfully, but these errors were encountered:
similar for regression testing:
when testing components for visual regression, only the first found selector is compared to previous reference.
it would be great to compare all found selectors to the reference
I tryed to test group of selectors.
My rule: "h2" should have "font-size" of "32px"
Page has few h2 tags. If first h2 selector successfully passed test, then test will be successfull even in case when other h2 tag will have other font-size (modified with inline styles or classes).
The text was updated successfully, but these errors were encountered: