]> source.dussan.org Git - nextcloud-server.git/commitdiff
Force compatible dependency versions in acceptance tests 20053/head
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Fri, 20 Mar 2020 10:45:00 +0000 (11:45 +0100)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Fri, 20 Mar 2020 14:52:19 +0000 (14:52 +0000)
behat/mink 1.8 and behat/mink-selenium2-driver 1.4 introduced behaviour
changes that broke the acceptance tests. Until the tests are updated to
work with the newer versions the last known versions are forced.

Note that some acceptance tests still fail after enforcing the
compatible versions, although that is caused by changes in the Nextcloud
server itself.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
tests/acceptance/composer.json

index 244aa9766928fee32f4255f1a38f0980ebded9f8..d15d8e13e5564ffbb39280c83f4326883364ad65 100644 (file)
@@ -1,9 +1,9 @@
 {
   "require-dev": {
     "behat/behat": "^3.0",
-    "behat/mink": "^1.5",
+    "behat/mink": "1.7.1",
     "behat/mink-extension": "*",
-    "behat/mink-selenium2-driver": "*",
+    "behat/mink-selenium2-driver": "1.3.1",
     "phpunit/phpunit": "~4.6"
   },
   "autoload": {