aboutsummaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2023-11-02 17:56:18 +0100
committerFerdinand Thiessen <opensource@fthiessen.de>2023-11-03 01:27:21 +0100
commitcdfa5663044ea683422232ae51613939a3b66044 (patch)
tree7b20efffb9f32643bc2ed95829db9292a2265f31 /package-lock.json
parent321ac318c3cbbada96d667f8730c126cf1e4b4b8 (diff)
downloadnextcloud-server-cdfa5663044ea683422232ae51613939a3b66044.tar.gz
nextcloud-server-cdfa5663044ea683422232ae51613939a3b66044.zip
fix(cypress): Add timeout for waiting on Nextcloud server
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index ce96bd3ae29..a40a7e67357 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -106,6 +106,7 @@
"@testing-library/vue": "^5.8.3",
"@types/dockerode": "^3.3.21",
"@types/jest": "^29.5.2",
+ "@types/wait-on": "^5.3.3",
"@vue/test-utils": "^1.3.5",
"@vue/tsconfig": "^0.4.0",
"@vue/vue2-jest": "^29.2.6",
@@ -6160,6 +6161,15 @@
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.7.tgz",
"integrity": "sha512-cputDpIbFgLUaGQn6Vqg3/YsJwxUwHLO13v3i5ouxT4lat0khip9AEWxtERujXV9wxIB1EyF97BSJFt6vpdI8g=="
},
+ "node_modules/@types/wait-on": {
+ "version": "5.3.3",
+ "resolved": "https://registry.npmjs.org/@types/wait-on/-/wait-on-5.3.3.tgz",
+ "integrity": "sha512-I8EnhU/DuvV2LODzBcLw85FPFFZ9mBvtgqfsgXbhkbo5IZYfIne5qxPTv4PGbD8d5uDQJG5g/pGwGdpM8lQ6Lg==",
+ "dev": true,
+ "dependencies": {
+ "@types/node": "*"
+ }
+ },
"node_modules/@types/web-bluetooth": {
"version": "0.0.17",
"resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.17.tgz",