nextcloud/tests/acceptance
Daniel Calviño Sánchez 14b85f4eec Replace carriage return with WebDriver "ENTER" constant
When the value is set in some input fields a carriage return was sent to
simulate pressing the enter key and thus confirming the input. However,
different browsers use different keys (Firefox uses "\r", but Chrome
uses "\n"), so the carriage return was replaced with the WebDriver
"ENTER" constant which is common to both browsers.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-04-16 20:00:15 +02:00
..
config Update PHPUnit from 4.X to 6.X in acceptance tests 2021-03-30 08:35:15 +02:00
features Replace carriage return with WebDriver "ENTER" constant 2021-04-16 20:00:15 +02:00
composer.json Update Mink from 1.7.1 to 1.8.1 in acceptance tests 2021-03-30 08:35:16 +02:00
composer.lock Update Mink from 1.7.1 to 1.8.1 in acceptance tests 2021-03-30 08:35:16 +02:00
installAndConfigureServer.sh Redirect to files app after login in acceptance tests 2020-08-05 17:01:29 +02:00
run-local.sh acceptence tests shall specify which branch to pick when cloning apps 2020-06-19 21:08:39 +02:00
run.sh Run acceptance tests on PHP 7.3 2019-10-22 16:48:55 +02:00