diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-10-16 12:04:52 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-10-21 22:56:11 +0200 |
commit | d0c660a1da614b3d9739f9166245044c3277fd75 (patch) | |
tree | c4364714a49f7020519048bdf15fa03a7e68f282 /cypress | |
parent | 5b6dd47fef31377530ea4cde2e0ad7a77a2ab956 (diff) | |
download | nextcloud-server-d0c660a1da614b3d9739f9166245044c3277fd75.tar.gz nextcloud-server-d0c660a1da614b3d9739f9166245044c3277fd75.zip |
fix(files): Adjust NavigationQuota for Nextcloud 30 design
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'cypress')
-rw-r--r-- | cypress/support/component.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cypress/support/component.ts b/cypress/support/component.ts index 765ed6155f9..e1c33f55eb6 100644 --- a/cypress/support/component.ts +++ b/cypress/support/component.ts @@ -4,6 +4,10 @@ */ import 'cypress-axe' +// styles +import '../../apps/theming/css/default.css' +import '../../core/css/server.css' + /* eslint-disable */ import { mount } from '@cypress/vue2' |