To Reproduce
Steps to reproduce the behavior:
I verified the html for this and I confirm that
Here is the code snippet for the same :
As it is configured as expected it should not show error for fast pass.

Yes
hi @vikasgupta18, the issue you see is a failure in the sub-list rather than the list you mentioned in the code snippet. Please find the correct snippet from below

This is a valid issue and as highlighted above it is caused by the empty <li> items which do not have role presentation and are interpreted as parent-less listitems by the accessibility tree
The team requires additional author feedback; please review their replies and update this issue accordingly. Thank you for contributing to Accessibility Insights!
This issue has been automatically marked as stale because it is marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. Thank you for contributing to Accessibility Insights!
Thanks for your reply. This was helpful.
Most helpful comment
hi @vikasgupta18, the issue you see is a failure in the sub-list rather than the list you mentioned in the code snippet. Please find the correct snippet from below
This is a valid issue and as highlighted above it is caused by the empty
<li>items which do not haverole presentationand are interpreted as parent-lesslistitems by the accessibility tree