nextcloud-server/tests
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 +07:00
..
Core Fix tests 2018-03-07 09:17:18 +07:00
Settings this was a migration step to ownCloud 8.0 to restructure the encryption folder which is no longer needed 2018-03-02 10:09:52 +07:00
acceptance Add automatic handling of NoSuchElement exceptions 2018-03-08 14:54:01 +07:00
apps Validate the info.xml against the appstore schema file 2018-02-16 10:23:51 +07:00
data Fix email buttons for white theme 2017-12-11 14:33:54 +07:00
docker
lib Merge pull request #8593 from eneiluj/master 2018-03-08 11:27:52 +07:00
objectstore
travis
apps.php
bootstrap.php Require PHPUnit 6.5 or higher 2018-01-24 17:23:59 +07:00
drone-wait-objectstore.sh Kill objectstore CI if we can't create a file 2018-02-26 14:54:27 +07:00
enable_all.php Add tests 2018-01-25 13:44:47 +07:00
karma.config.js Add unit tests for the navigation bar slide gesture 2017-12-14 19:17:40 +07:00
phpunit-autotest-external.xml
phpunit-autotest.xml Add tests 2018-01-25 13:44:47 +07:00
preseed-config.php Use username + pass in config 2018-02-26 14:54:21 +07:00
redis-cluster.config.php
redis.config.php
startsessionlistener.php Require PHPUnit 6.5 or higher 2018-01-24 17:23:59 +07:00