diff options
Diffstat (limited to 'cypress/support/commands.ts')
-rw-r--r-- | cypress/support/commands.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress/support/commands.ts b/cypress/support/commands.ts index 1a9999343d5..31e867a5caf 100644 --- a/cypress/support/commands.ts +++ b/cypress/support/commands.ts @@ -185,4 +185,4 @@ Cypress.Commands.add('resetUserTheming', (user?: User) => { Cypress.Commands.add('runOccCommand', (command: string) => { cy.exec(`docker exec --user www-data nextcloud-cypress-tests-server php ./occ ${command}`) -})
\ No newline at end of file +}) |