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

Accessibility Tests Failing #12644

Closed
weiquu opened this issue Nov 26, 2023 · 0 comments · Fixed by #12645
Closed

Accessibility Tests Failing #12644

weiquu opened this issue Nov 26, 2023 · 0 comments · Fixed by #12645
Labels
a-Testing Testing-related traits such as efficiency, robustness, coverage p.Medium Marginal impact; would like to do if time permits

Comments

@weiquu
Copy link
Contributor

weiquu commented Nov 26, 2023

Accessibility tests are failing due to the rubric-question-response component. In particular, the body of the table has id rubric-answers, but this component appears for each rubric question response, meaning that there might be multiple rubric-answers ids on the same page.

To re-create such a page, create a feedback session with rubric questions, respond to the session with a couple of students, then go to student pages and view responses for the feedback session.

Any fix should note that the FeedbackResultsPage E2E test makes use of the rubric-answers id, so there needs to be some changes there as well.

@weiquu weiquu added p.Medium Marginal impact; would like to do if time permits a-Testing Testing-related traits such as efficiency, robustness, coverage labels Nov 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a-Testing Testing-related traits such as efficiency, robustness, coverage p.Medium Marginal impact; would like to do if time permits
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant