aboutsummaryrefslogtreecommitdiffstats
path: root/cypress
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2023-10-05 14:55:22 +0200
committerFerdinand Thiessen <opensource@fthiessen.de>2023-10-27 12:56:21 +0200
commitec1ae4505b7ae111fed40f87d614a1b0121cc399 (patch)
tree42ea046bb274130229c883adadda946d7974ab35 /cypress
parent1c4787af849aac50eabb540da9ed51bf033afb4c (diff)
downloadnextcloud-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.ts2
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'