diff options
Diffstat (limited to 'cypress/support/commands.ts')
-rw-r--r-- | cypress/support/commands.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cypress/support/commands.ts b/cypress/support/commands.ts index cbc18ec24dc..5a465d0e4f6 100644 --- a/cypress/support/commands.ts +++ b/cypress/support/commands.ts @@ -10,6 +10,7 @@ import { addCommands, User } from '@nextcloud/cypress' import { basename } from 'path' // Add custom commands +import '@testing-library/cypress/add-commands' import 'cypress-if' import 'cypress-wait-until' addCommands() |