nextcloud/tests/acceptance/features/bootstrap
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
..
AppNavigationContext.php Update PHPUnit from 4.X to 6.X in acceptance tests 2021-03-30 08:35:15 +02:00
AppSettingsContext.php Update PHPUnit from 4.X to 6.X in acceptance tests 2021-03-30 08:35:15 +02:00
AppsManagementContext.php Update PHPUnit from 4.X to 6.X in acceptance tests 2021-03-30 08:35:15 +02:00
CommentsAppContext.php Update PHPUnit from 4.X to 6.X in acceptance tests 2021-03-30 08:35:15 +02:00
ContactsMenuContext.php Do not send "enter" key when not needed 2021-04-16 20:00:15 +02:00
DialogContext.php Update PHPUnit from 4.X to 6.X in acceptance tests 2021-03-30 08:35:15 +02:00
FeatureContext.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
FileListAncestorSetter.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
FileListContext.php Update Selenium driver for Mink from 1.3.1 to 1.4.0 in acceptance tests 2021-03-30 08:35:16 +02:00
FilePickerContext.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
FilesAppContext.php Update PHPUnit from 4.X to 6.X in acceptance tests 2021-03-30 08:35:15 +02:00
FilesAppSharingContext.php Replace carriage return with WebDriver "ENTER" constant 2021-04-16 20:00:15 +02:00
LoginPageContext.php Update PHPUnit from 4.X to 6.X in acceptance tests 2021-03-30 08:35:15 +02:00
NotificationsContext.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
PublicShareContext.php Update PHPUnit from 4.X to 6.X in acceptance tests 2021-03-30 08:35:15 +02:00
SearchContext.php Do not send "enter" key when not needed 2021-04-16 20:00:15 +02:00
SettingsContext.php Update PHPUnit from 4.X to 6.X in acceptance tests 2021-03-30 08:35:15 +02:00
SettingsMenuContext.php Update PHPUnit from 4.X to 6.X in acceptance tests 2021-03-30 08:35:15 +02:00
ThemingAppContext.php Do not send "enter" key when not needed 2021-04-16 20:00:15 +02:00
ToastContext.php Update PHPUnit from 4.X to 6.X in acceptance tests 2021-03-30 08:35:15 +02:00
UsersSettingsContext.php Replace carriage return with WebDriver "ENTER" constant 2021-04-16 20:00:15 +02:00
WaitFor.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00