nextcloud/tests/acceptance/features
Daniel Calviño Sánchez c1fa0f8b86 Add automatic handling of NoSuchElement exceptions
NoSuchElement exceptions are sometimes thrown instead of
StaleElementReference exceptions. This can happen when the Selenium2
driver for Mink performs an action on an element through the WebDriver
session instead of directly through the WebDriver element. In that case,
if the element with the given ID does not exist, a NoSuchElement
exception would be thrown instead of a StaleElementReference exception,
so those cases are handled like StaleElementReference exceptions.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-03-08 14:54:01 +01:00
..
bootstrap Acceptance fix 2018-03-01 10:45:56 +01:00
core Add automatic handling of NoSuchElement exceptions 2018-03-08 14:54:01 +01:00
access-levels.feature fix typos and unnecessary white spaces 2017-06-26 10:30:42 +02:00
app-comments.feature Take into account the comment message when looking for it 2018-02-15 17:48:07 +01:00
app-files.feature fixup! Acceptance fix 2018-03-01 12:57:00 +01:00
app-theming.feature Allows adding of hex color to the theme-color 2017-12-08 10:42:41 +01:00
login.feature Fix acceptance tests 2018-02-28 11:17:39 +01:00