diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2021-03-06 14:59:36 +0100 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2021-04-16 20:00:15 +0200 |
commit | 14b85f4eec959417db8e8ab3f765edaf18ba10d4 (patch) | |
tree | 9f1558716c83772f0a2664f1858a436bb6ef81bc /.drone.yml | |
parent | 38b88422a807c9ef0b57879aa189e3329c1258d6 (diff) | |
download | nextcloud-server-14b85f4eec959417db8e8ab3f765edaf18ba10d4.tar.gz nextcloud-server-14b85f4eec959417db8e8ab3f765edaf18ba10d4.zip |
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>
Diffstat (limited to '.drone.yml')
0 files changed, 0 insertions, 0 deletions