nextcloud/tests/acceptance/features
Daniel Calviño Sánchez 7625a87412
Update Selenium driver for Mink from 1.3.1 to 1.4.0 in acceptance tests
Since version 1.4.0 the Selenium driver for Mink uses again the element
on which the value was set (see
https://github.com/minkphp/MinkSelenium2Driver/pull/286). When creating
a new folder or renaming one sending a new line ("\r") caused the
element on which the value was set to be removed, so the element was no
longer attached to the DOM when the driver tried to use it again, and
thus a "StaleElementReference" exception was thrown.

Due to this now it is needed to explicitly click the confirm button when
creating a new folder. In the case of the renaming, on the other hand,
nothing else besides not sending the new line is needed, as the Selenium
driver now unfocuses the element (that is why it uses again the element
after setting the value) which triggers the renaming.

Besides that, the Selenium driver for Mink uses a library to simulate
certain events, bitovi/syn. In version 1.4.0 that library was updated to
version 0.0.3, which seems to somehow break pressing the "escape" key.
Due to this now the sharing menu has to be closed by pressing "enter" on
the share menu button instead.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-03-30 08:35:16 +02:00
..
bootstrap Update Selenium driver for Mink from 1.3.1 to 1.4.0 in acceptance tests 2021-03-30 08:35:16 +02:00
core Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
access-levels.feature Adjust acceptance tests 2019-03-18 14:16:40 +01:00
app-comments.feature Revert (partially) "Accept incoming shares in acceptance tests" 2020-03-20 17:39:34 +01:00
app-files-sharing-link.feature Add acceptance tests for reshares by link when resharing is disabled 2020-11-11 01:35:27 +01:00
app-files-sharing.feature Add acceptance tests for reshares when resharing is disabled 2020-11-11 01:35:27 +01:00
app-files-tags.feature Adjust tags acceptance tests to moved admin section 2019-11-28 18:26:15 +01:00
app-files.feature Disable unreliable app-files.feature:108 2020-10-21 21:53:29 +02:00
app-theming.feature Move acceptance tests that crash the PHP built-in server to Apache 2018-10-29 12:38:42 +01:00
apps.feature Disable acceptance test which should fail anyway 2019-04-11 14:03:41 +02:00
header.feature Remove unneeded steps to add already existing user 2021-03-07 18:34:10 +01:00
login.feature Revert "Disable fragile tests for now" 2020-07-21 15:58:55 +02:00
users.feature Fix delete user acceptance test 2021-03-06 01:29:54 +01:00