Skip to content

Commit

Permalink
The function call of checkA11y has been corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelvaara committed Aug 31, 2023
1 parent c1836f1 commit 9cc7d01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tests/jena-fuseki*
.DS_Store
.phpunit.result.cache
.php-cs-fixer.cache
cypress/videos/
cypress/screenshots/
tests/cypress/videos/
tests/cypress/screenshots/
/.idea
*.swp
8 changes: 1 addition & 7 deletions tests/cypress/support/accessibility.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ function getConfigurationForCLITests () {
}
function getConfigurationForGUITests () {
return it('Check for possible accessibility errors at all logging levels set below in accordance with WCAG AA requirements', () => {
checkA11y(null, null, {
includedImpacts: ['minor', 'moderate', 'serious', 'critical'],
runOnly: {
type: 'tag',
values: ['wcag2aa']
}
})
checkA11y(null)
})
}

0 comments on commit 9cc7d01

Please sign in to comment.