nextcloud/tests/acceptance/features/core
Daniel Calviño Sánchez f844799d9b Move the browser window of an actor to the foreground when acting as him
Each time a new actor appears in a scenario the browser window of the
new actor is put in front of the browser windows of the previous actors.
Before, when acting again as a previous actor his browser window stayed
in the background; in most cases everything worked fine even if the
window was in the background, but due to a bug in the Firefox driver of
Selenium and/or maybe in Firefox itself when the window was in the
background it was not possible to set the value of an input field that
had a range selected.

Now, when acting again as a previous actor his browser window is brought
to the foreground. This prevents the bug from manifesting, but also
reflects better how a user would interact with the browser in real life.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-10-26 11:07:13 +02:00
..
Actor.php Store the name of the actor in the Actor object 2018-03-09 03:37:08 +01:00
ActorAware.php Move acceptance tests from build/acceptance to tests/acceptance 2017-04-21 14:44:29 +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