diff options
Diffstat (limited to 'cypress/e2e/theming/user-background.cy.ts')
-rw-r--r-- | cypress/e2e/theming/user-background.cy.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cypress/e2e/theming/user-background.cy.ts b/cypress/e2e/theming/user-background.cy.ts index f2fde122ce4..8f9e42d6ad4 100644 --- a/cypress/e2e/theming/user-background.cy.ts +++ b/cypress/e2e/theming/user-background.cy.ts @@ -21,11 +21,11 @@ */ import type { User } from '@nextcloud/cypress' +import { pickRandomColor, validateBodyThemingCss } from './themingUtils' + const defaultPrimary = '#006aa3' const defaultBackground = 'kamil-porembinski-clouds.jpg' -import { pickRandomColor, validateBodyThemingCss } from './themingUtils' - describe('User default background settings', function() { before(function() { cy.createRandomUser().then((user: User) => { |