diff options
Diffstat (limited to 'cypress/support/cypress-e2e.d.ts')
-rw-r--r-- | cypress/support/cypress-e2e.d.ts | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/cypress/support/cypress-e2e.d.ts b/cypress/support/cypress-e2e.d.ts index 13b181e6db6..afe93077d6a 100644 --- a/cypress/support/cypress-e2e.d.ts +++ b/cypress/support/cypress-e2e.d.ts @@ -53,27 +53,7 @@ declare global { */ resetUserTheming(user?: User): Cypress.Chainable<void>, - /** - * Run an occ command in the docker container. - */ - runOccCommand(command: string, options?: Partial<Cypress.ExecOptions>): Cypress.Chainable<Cypress.Exec>, - userFileExists(user: string, path: string): Cypress.Chainable<number> - - /** - * Create a snapshot of the current database - */ - backupDB(): Cypress.Chainable<string>, - - /** - * Restore a snapshot of the database - * Default is the post-setup state - */ - restoreDB(snapshot?: string): Cypress.Chainable - - backupData(users?: string[]): Cypress.Chainable<string> - - restoreData(snapshot?: string): Cypress.Chainable } } } |