From 038701ea8a81e24081d0f4761ea045c87e71070a Mon Sep 17 00:00:00 2001 From: max-nextcloud Date: Wed, 5 Feb 2025 19:27:48 +0000 Subject: [PATCH] deploy: cc1f7dde14728a4273f7fc5b92ff9fc701b5ff0d --- classes/commands.User.html | 4 ++-- functions/commands.createRandomUser.html | 2 +- functions/commands.createUser.html | 2 +- functions/commands.deleteUser.html | 2 +- functions/commands.enableUser.html | 2 +- functions/commands.getNc.html | 2 +- functions/commands.getUserData.html | 2 +- functions/commands.listUsers.html | 2 +- functions/commands.login.html | 2 +- functions/commands.logout.html | 2 +- functions/commands.modifyUser.html | 2 +- functions/commands.randHash.html | 2 +- functions/commands.restoreState.html | 2 +- functions/commands.runCommand.html | 2 +- functions/commands.runOccCommand.html | 2 +- functions/commands.saveState.html | 2 +- functions/index.addCommands.html | 2 +- functions/selectors.UploadPicker.html | 2 +- functions/selectors.UploadPickerAddButton.html | 2 +- functions/selectors.UploadPickerInput.html | 2 +- interfaces/selectors.Selector.html | 2 +- 21 files changed, 22 insertions(+), 22 deletions(-) diff --git a/classes/commands.User.html b/classes/commands.User.html index a6a84e3e..330e8c1e 100644 --- a/classes/commands.User.html +++ b/classes/commands.User.html @@ -1,7 +1,7 @@ User | @nextcloud/e2e-test-server

SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors SPDX-License-Identifier: AGPL-3.0-or-later

-

Constructors

Constructors

Properties

Constructors

  • Parameters

    • user: string
    • password: string = user
    • language: string = 'en'

    Returns User

Properties

language: string
password: string
userId: string
+

Constructors

  • Parameters

    • user: string
    • password: string = user
    • language: string = 'en'

    Returns User

Properties

language: string
password: string
userId: string
diff --git a/functions/commands.createRandomUser.html b/functions/commands.createRandomUser.html index f86f34f8..65de004e 100644 --- a/functions/commands.createRandomUser.html +++ b/functions/commands.createRandomUser.html @@ -1,2 +1,2 @@ createRandomUser | @nextcloud/e2e-test-server

Create a random user

-
+
diff --git a/functions/commands.createUser.html b/functions/commands.createUser.html index d72d8877..694ee512 100644 --- a/functions/commands.createUser.html +++ b/functions/commands.createUser.html @@ -1,3 +1,3 @@ createUser | @nextcloud/e2e-test-server

Create a user

Warning: Using this function will reset the previous session

-
+
diff --git a/functions/commands.deleteUser.html b/functions/commands.deleteUser.html index a9591f2a..a96ecc55 100644 --- a/functions/commands.deleteUser.html +++ b/functions/commands.deleteUser.html @@ -1,4 +1,4 @@ deleteUser | @nextcloud/e2e-test-server

Delete an user on the Nextcloud instance

Warning: Using this function will reset the previous session

  • Parameters

    • user: User

      User to delete

      -

    Returns Chainable<Response<any>>

+

Returns Chainable<Response<any>>

diff --git a/functions/commands.enableUser.html b/functions/commands.enableUser.html index e64b6700..fe117f49 100644 --- a/functions/commands.enableUser.html +++ b/functions/commands.enableUser.html @@ -1,4 +1,4 @@ enableUser | @nextcloud/e2e-test-server

Enable or disable a user

  • Parameters

    • user: User

      the user to dis- / enable

    • enable: boolean = true

      True if the user should be enable, false to disable

      -

    Returns Chainable<Response<any>>

+

Returns Chainable<Response<any>>

diff --git a/functions/commands.getNc.html b/functions/commands.getNc.html index 38078864..8cfd6b4c 100644 --- a/functions/commands.getNc.html +++ b/functions/commands.getNc.html @@ -1 +1 @@ -getNc | @nextcloud/e2e-test-server
+getNc | @nextcloud/e2e-test-server
diff --git a/functions/commands.getUserData.html b/functions/commands.getUserData.html index ec6ac021..13cd1cb1 100644 --- a/functions/commands.getUserData.html +++ b/functions/commands.getUserData.html @@ -1,3 +1,3 @@ getUserData | @nextcloud/e2e-test-server

Query metadata for and in behalf of a given user

  • Parameters

    • user: User

      User to change

      -

    Returns Chainable<Response<any>>

+

Returns Chainable<Response<any>>

diff --git a/functions/commands.listUsers.html b/functions/commands.listUsers.html index 759c34ea..c392ef92 100644 --- a/functions/commands.listUsers.html +++ b/functions/commands.listUsers.html @@ -1,4 +1,4 @@ listUsers | @nextcloud/e2e-test-server
  • Query list of users on the Nextcloud instance

    Warning: Using this function will reset the previous session

    Type Parameters

    • b extends boolean

    Parameters

    • Optionaldetails: b

    Returns Cypress.Chainable<b extends true ? Record<string, string>[] : string[]>

    list of user IDs

    -
+
diff --git a/functions/commands.login.html b/functions/commands.login.html index 2ee4676d..ebcea24d 100644 --- a/functions/commands.login.html +++ b/functions/commands.login.html @@ -1,4 +1,4 @@ login | @nextcloud/e2e-test-server

You should always upload files and/or create users before login, so that the cookies are NOT YET defined.

+
diff --git a/functions/commands.logout.html b/functions/commands.logout.html index f707568e..e24b6de6 100644 --- a/functions/commands.logout.html +++ b/functions/commands.logout.html @@ -3,4 +3,4 @@ change the active session, or changing specs which reset active sessions too

+
diff --git a/functions/commands.modifyUser.html b/functions/commands.modifyUser.html index d7c24bbd..1b5c16be 100644 --- a/functions/commands.modifyUser.html +++ b/functions/commands.modifyUser.html @@ -2,4 +2,4 @@
+

Returns Chainable<Response<any>>

diff --git a/functions/commands.randHash.html b/functions/commands.randHash.html index ec7acc9e..17c9c225 100644 --- a/functions/commands.randHash.html +++ b/functions/commands.randHash.html @@ -1 +1 @@ -randHash | @nextcloud/e2e-test-server
+randHash | @nextcloud/e2e-test-server
diff --git a/functions/commands.restoreState.html b/functions/commands.restoreState.html index 48e0e983..ba6c6404 100644 --- a/functions/commands.restoreState.html +++ b/functions/commands.restoreState.html @@ -1 +1 @@ -restoreState | @nextcloud/e2e-test-server
  • Parameters

    • snapshot: string = 'init'

    Returns void

+restoreState | @nextcloud/e2e-test-server
  • Parameters

    • snapshot: string = 'init'

    Returns void

diff --git a/functions/commands.runCommand.html b/functions/commands.runCommand.html index ba27768d..7b8e57d2 100644 --- a/functions/commands.runCommand.html +++ b/functions/commands.runCommand.html @@ -1 +1 @@ -runCommand | @nextcloud/e2e-test-server
  • Parameters

    • command: string
    • Optionaloptions: Partial<ExecOptions>

    Returns void

+runCommand | @nextcloud/e2e-test-server
  • Parameters

    • command: string
    • Optionaloptions: Partial<ExecOptions>

    Returns void

diff --git a/functions/commands.runOccCommand.html b/functions/commands.runOccCommand.html index 219a4abb..05a58f95 100644 --- a/functions/commands.runOccCommand.html +++ b/functions/commands.runOccCommand.html @@ -1 +1 @@ -runOccCommand | @nextcloud/e2e-test-server
  • Parameters

    • command: string
    • Optionaloptions: Partial<ExecOptions>

    Returns void

+runOccCommand | @nextcloud/e2e-test-server
  • Parameters

    • command: string
    • Optionaloptions: Partial<ExecOptions>

    Returns void

diff --git a/functions/commands.saveState.html b/functions/commands.saveState.html index b7cc87dc..b3295267 100644 --- a/functions/commands.saveState.html +++ b/functions/commands.saveState.html @@ -1 +1 @@ -saveState | @nextcloud/e2e-test-server
  • Returns Cypress.Chainable<string>

+saveState | @nextcloud/e2e-test-server
  • Returns Cypress.Chainable<string>

diff --git a/functions/index.addCommands.html b/functions/index.addCommands.html index 1ce3eff0..9f2a832d 100644 --- a/functions/index.addCommands.html +++ b/functions/index.addCommands.html @@ -3,4 +3,4 @@
import { login } from '@nextcloud/e2e-test-server/commands'
Cypress.Commands.add('login', login)
-
+
diff --git a/functions/selectors.UploadPicker.html b/functions/selectors.UploadPicker.html index 92a59e2b..db691328 100644 --- a/functions/selectors.UploadPicker.html +++ b/functions/selectors.UploadPicker.html @@ -1 +1 @@ -UploadPicker | @nextcloud/e2e-test-server
  • Parameters

    • Optionalargs: Object

    Returns Chainable<JQuery>

+UploadPicker | @nextcloud/e2e-test-server
  • Parameters

    • Optionalargs: Object

    Returns Chainable<JQuery>

diff --git a/functions/selectors.UploadPickerAddButton.html b/functions/selectors.UploadPickerAddButton.html index e2aa74c3..2237ed43 100644 --- a/functions/selectors.UploadPickerAddButton.html +++ b/functions/selectors.UploadPickerAddButton.html @@ -1 +1 @@ -UploadPickerAddButton | @nextcloud/e2e-test-server
  • Parameters

    • Optionalargs: Object

    Returns Chainable<JQuery>

+UploadPickerAddButton | @nextcloud/e2e-test-server
  • Parameters

    • Optionalargs: Object

    Returns Chainable<JQuery>

diff --git a/functions/selectors.UploadPickerInput.html b/functions/selectors.UploadPickerInput.html index af05e1c9..3d50551b 100644 --- a/functions/selectors.UploadPickerInput.html +++ b/functions/selectors.UploadPickerInput.html @@ -1 +1 @@ -UploadPickerInput | @nextcloud/e2e-test-server
  • Parameters

    • Optionalargs: Object

    Returns Chainable<JQuery>

+UploadPickerInput | @nextcloud/e2e-test-server
  • Parameters

    • Optionalargs: Object

    Returns Chainable<JQuery>

diff --git a/interfaces/selectors.Selector.html b/interfaces/selectors.Selector.html index a5da4ca3..e420e55a 100644 --- a/interfaces/selectors.Selector.html +++ b/interfaces/selectors.Selector.html @@ -1,4 +1,4 @@ Selector | @nextcloud/e2e-test-server

A Selector is a function that returns a cypress get or find chain. You can pass an object to use its data and narrow down tests against the various elements.

-
  • Parameters

    • Optionalargs: Object

    Returns Chainable<JQuery>

+