Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[accname] Require specification of subtest count #42769

Closed

Commits on Oct 26, 2023

  1. [accname] Require specification of subtest count

    The accname tests use a declarative style to express tests. This style
    is susceptible to false positives for author errors (e.g. invalid markup
    or typos in CSS selectors or class names).
    
    Extend the `verifyLabelsBySelector` utility function with a parameter
    for the expected number of tests in order to reduce the risk of false
    positives.
    jugglinmike committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    bb99dcd View commit details
    Browse the repository at this point in the history