diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-10-18 15:19:11 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-10-25 11:36:24 +0200 |
commit | 5b0c27b6dafb6ab6007339214c1d22d79e4b6f5d (patch) | |
tree | e292568c4e2311fa0b29f0b95c7432c4418e1a84 /.github/workflows/cypress.yml | |
parent | 888473f5e2aa47b92c11fd169a3ffdd23b2c5504 (diff) | |
download | nextcloud-server-5b0c27b6dafb6ab6007339214c1d22d79e4b6f5d.tar.gz nextcloud-server-5b0c27b6dafb6ab6007339214c1d22d79e4b6f5d.zip |
fix(settings): Stablize user list cypress tests
* Use common `data-testid` to identify elements rather than to depend on internal classes or properties
* Force clean the state for the user tests
* Move leftover acceptance tests for users from drone to cypress
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to '.github/workflows/cypress.yml')
-rw-r--r-- | .github/workflows/cypress.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 520769e0de3..a5e94ee5b79 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout app - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.5.2 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - name: Check composer.json id: check_composer @@ -39,8 +39,8 @@ jobs: uses: skjnldsv/read-package-engines-version-actions@8205673bab74a63eb9b8093402fd9e0e018663a1 # v2.2 id: versions with: - fallbackNode: "^14" - fallbackNpm: "^7" + fallbackNode: "^20" + fallbackNpm: "^9" - name: Set up node ${{ steps.versions.outputs.nodeVersion }} uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1 |