Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix accessibility issues found by the application test.
Browse files Browse the repository at this point in the history
Fixes #6354.
fniessink committed Jan 28, 2025
1 parent c796d41 commit a10e943
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
@@ -12,6 +12,12 @@ If your currently installed *Quality-time* version is not the latest version, pl

<!-- The line "## <square-bracket>Unreleased</square-bracket>" is replaced by the release/release.py script with the new release version and release date. -->

## [Unreleased]

### Fixed

- Fix accessibility issues found by the application test. Fixes [#6354](https://github.com/ICTU/quality-time/issues/6354).

## v5.23.0 - 2025-01-27

### Fixed
2 changes: 1 addition & 1 deletion tests/application_tests/src/test_report.py
Original file line number Diff line number Diff line change
@@ -127,5 +127,5 @@ def test_report_axe_accessibility(self):

# If there are more violations than expected, output the human readable report
# Fixing the axe violations is on the backlog: https://github.com/ICTU/quality-time/issues/6354
current_number_of_axe_violations = 7
current_number_of_axe_violations = 0
self.assertLessEqual(len(violation_results), current_number_of_axe_violations, human_readable_axe_report)

0 comments on commit a10e943

Please sign in to comment.