act-rules / act-rules.github.io

Accessibility conformance testing rules for HTML
https://act-rules.github.io/
Other
137 stars 69 forks source link

Ignore query parameters when checking URL existence #2031

Closed Jym77 closed 1 year ago

Jym77 commented 1 year ago

Test are breaking in #2007 due to query parameter in URL and the test not finding a file with the exact same name. This should ignore the query parameters when searching for existence of files.

There is a small risk that it would also ignore a fragment after a query parameter, but that doesn't seem to be something we are doing now, so this is likely OK.

Closes issue(s):

Need for Call for Review: This will not require a Call for Review (updating test code only).


Pull Request Etiquette

When creating PR:

After creating PR:

When merging a PR:

How to Review And Approve