nextcloud/tests/acceptance
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
..
config Set "wd_host" directly in "behat.yml" instead of through "BEHAT_PARAMS" 2018-06-22 19:46:44 +02:00
features Move the browser window of an actor to the foreground when acting as him 2018-10-26 11:07:13 +02:00
composer.json Add context classes to Composer autoload 2018-04-06 04:13:42 +02:00
installAndConfigureServer.sh Adds disabled user acceptance tests 2018-07-24 17:31:03 +02:00
run-local.sh Include empty directories in the default state of acceptance tests 2018-09-18 10:23:35 +02:00
run.sh Add basic acceptance tests for apps management 2018-06-09 11:37:41 +02:00