nextcloud/tests/acceptance/features/core
Daniel Calviño Sánchez e5a305b9d8 Allow Context subclasses in acceptance tests to access parent actor
Although uncommon, in some cases a Context may need to be extended (for
example, to override a step defined in the server with a specific
behaviour in the acceptance tests of an app); in those cases the
subclass should be able to access the actor attribute defined in the
Context it is extending.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-08-16 08:20:41 +02:00
..
Actor.php Store the name of the actor in the Actor object 2018-03-09 03:37:08 +01:00
ActorAware.php Allow Context subclasses in acceptance tests to access parent actor 2019-08-16 08:20:41 +02:00
ActorAwareInterface.php Move acceptance tests from build/acceptance to tests/acceptance 2017-04-21 14:44:29 +02:00
ActorContext.php Move the browser window of an actor to the foreground when acting as him 2018-10-26 11:07:13 +02:00
ElementFinder.php Add automatic handling of common command failures of Mink elements 2017-05-06 12:37:55 +02:00
ElementWrapper.php Users list acceptance tests 2018-05-16 09:50:23 +02:00
Locator.php Replace "named" Mink selectors with "named_exact" Mink selectors 2017-05-02 15:09:38 +02:00
NextcloudTestServerContext.php Rename helper for PHP built-in web server 2018-04-09 21:50:30 +02:00
NextcloudTestServerHelper.php Move acceptance tests from build/acceptance to tests/acceptance 2017-04-21 14:44:29 +02:00
NextcloudTestServerLocalApacheHelper.php Add helper to run acceptance tests on an Apache server 2018-04-09 21:50:30 +02:00
NextcloudTestServerLocalBuiltInHelper.php Rename helper for PHP built-in web server 2018-04-09 21:50:30 +02:00
NoSuchElementException.php Move acceptance tests from build/acceptance to tests/acceptance 2017-04-21 14:44:29 +02:00
Utils.php Move acceptance tests from build/acceptance to tests/acceptance 2017-04-21 14:44:29 +02:00