diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-10-05 14:55:22 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-10-27 12:56:21 +0200 |
commit | ec1ae4505b7ae111fed40f87d614a1b0121cc399 (patch) | |
tree | 42ea046bb274130229c883adadda946d7974ab35 /cypress | |
parent | 1c4787af849aac50eabb540da9ed51bf033afb4c (diff) | |
download | nextcloud-server-ec1ae4505b7ae111fed40f87d614a1b0121cc399.tar.gz nextcloud-server-ec1ae4505b7ae111fed40f87d614a1b0121cc399.zip |
tests: Add accessibility tests for CSS color variables
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'cypress')
-rw-r--r-- | cypress/support/component.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cypress/support/component.ts b/cypress/support/component.ts index b1e0a1b2c0f..da56f124826 100644 --- a/cypress/support/component.ts +++ b/cypress/support/component.ts @@ -19,6 +19,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. * */ +import 'cypress-axe' + /* eslint-disable */ import { mount } from '@cypress/vue2' |