aboutsummaryrefslogtreecommitdiffstats
path: root/cypress/support
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2023-11-30 23:27:44 +0100
committerFerdinand Thiessen <opensource@fthiessen.de>2023-12-01 00:58:30 +0100
commitda346aa80e67e608b1ad2edde4544311c567f4b8 (patch)
treead1ba832f20101773ae46859a61a15f654b65763 /cypress/support
parent254914a7358a8dbdfe18580cf876c126383cb4ef (diff)
downloadnextcloud-server-da346aa80e67e608b1ad2edde4544311c567f4b8.tar.gz
nextcloud-server-da346aa80e67e608b1ad2edde4544311c567f4b8.zip
fix(theming): Adjust dark theme to be accessible adjust cypress tests
Also fix warning text color for bright / default theme on blurry background Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'cypress/support')
-rw-r--r--cypress/support/e2e.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/cypress/support/e2e.ts b/cypress/support/e2e.ts
index 2bc91f83ebd..6cf83e94961 100644
--- a/cypress/support/e2e.ts
+++ b/cypress/support/e2e.ts
@@ -19,6 +19,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
+import 'cypress-axe'
import './commands.ts'
// Fix ResizeObserver loop limit exceeded happening in Cypress only