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
Each of the three expectations start with "For each test target with a form field error indicator, [...]" which made me realise during implementation of the rule that it's not currently defined what to do about the test targets that don't have a form field error indicator. I therefore had to assume that they should simply pass.
In hindsight, it also seems a little odd to have the rule be applicable to form fields without error indicators, but that's currently an unfortunate consequence of not having an objective definition of what an error indicator is.